summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bare naked merge and rebaseEdward Thomson2013-12-032-41/+103
* Merge pull request #1981 from jamill/download_cancel_tweaksVicent Martí2013-12-032-19/+39
|\
| * Updates to cancellation logic during download and indexing of packfile.Jameson Miller2013-12-022-19/+39
* | Merge pull request #1977 from ethomson/revertVicent Martí2013-12-038-43/+290
|\ \
| * | clean up state metadata more consistentlyEdward Thomson2013-12-026-78/+59
| * | Introduce git_revert to revert a single commitEdward Thomson2013-12-026-8/+274
| |/
* | GIT_DIFF_FIND_REMOVE_UNMODIFIED sounds betterRussell Belfer2013-12-021-1/+1
* | Add GIT_DIFF_FIND_DELETE_UNMODIFIED flagRussell Belfer2013-12-021-0/+2
* | Fix bug making split deltas a COPIED targetsRussell Belfer2013-12-021-16/+30
|/
* posix: Solaris doesn't have strnlen eitherAlessandro Ghedini2013-11-272-6/+6
* ssh: add support for ssh-agent authenticationAlessandro Ghedini2013-11-202-2/+74
* Merge pull request #1966 from nickh/patch_content_offsetsVicent Martí2013-11-191-4/+13
|\
| * Add content offset to git_diff_lineNick Hengeveld2013-11-181-4/+13
* | util: NetBSD doesn't have qsort_r eitherAlessandro Ghedini2013-11-191-1/+2
* | Merge pull request #1968 from libgit2/ntk/fix/bad_indexVicent Martí2013-11-192-7/+18
|\ \
| * | index: Free the index on git_index_open() failurenulltoken2013-11-191-1/+7
| * | tree-cache: Fix error message typonulltoken2013-11-191-2/+2
| * | tree-cache: Don't segfault upon corruptionnulltoken2013-11-191-3/+6
| * | tree-cache: Zero out the allocated tree children arraynulltoken2013-11-191-0/+2
| * | tree-cache: Free the tree upon the detection of a corrupted childnulltoken2013-11-191-1/+1
| |/
* | Merge pull request #1967 from victorgp/cleaning-code-minor-changeVicent Martí2013-11-191-4/+0
|\ \ | |/ |/|
| * cleaning code, removing unused variablesVictor Garcia2013-11-191-4/+0
* | netops: fix leakCarlos Martín Nieto2013-11-181-2/+5
* | Fix warningsRussell Belfer2013-11-182-5/+5
* | Introduce git_cred_default for NTLM/SPNEGO authEdward Thomson2013-11-182-0/+55
* | Propagate auth error codes as GIT_EUSER in winhttpEdward Thomson2013-11-183-37/+56
|/
* Merge pull request #1951 from victorgp/create-remote-plus-fetchVicent Martí2013-11-141-0/+30
|\
| * splitting funcionality in two methods to avoid ambiguity with NULLVictor Garcia2013-11-083-8/+35
| * allowing create remote with custom fetch specVictor Garcia2013-11-073-6/+9
* | Fix warningsRussell Belfer2013-11-133-4/+6
* | Don't leak memory when duplicating a NULL signatureBen Straub2013-11-122-5/+7
* | Fix buffer blame with new lines at end of fileBen Straub2013-11-121-9/+6
* | Duplicate all fields of a blame hunkBen Straub2013-11-121-0/+5
* | Fix warningsLinquize2013-11-123-3/+3
* | Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí2013-11-1112-178/+313
|\ \
| * | remote: update head list on pushCarlos Martín Nieto2013-11-113-11/+27
| * | remote: let's at least pretend to have some memory safetyCarlos Martín Nieto2013-11-111-3/+27
| * | remote: fix a couple of leaksCarlos Martín Nieto2013-11-112-7/+4
| * | remote: make _ls return the list directlyCarlos Martín Nieto2013-11-118-84/+71
| * | remote: don't allow such direct access to the refspecsCarlos Martín Nieto2013-11-102-24/+68
| * | remote: store dwimed refspecs separatelyCarlos Martín Nieto2013-11-016-90/+128
| * | remote: create FETCH_HEAD with a refspecless remoteCarlos Martín Nieto2013-11-012-0/+27
| * | remote: give up after 256 failures to find a common objectCarlos Martín Nieto2013-11-011-5/+6
| * | remote: download HEAD when no refspecs are givenCarlos Martín Nieto2013-11-011-5/+6
* | | config_file: styleVicent Marti2013-11-101-18/+18
* | | Merge pull request #1950 from csware/quote-config-valuesVicent Martí2013-11-101-2/+24
|\ \ \
| * | | Rename methodSven Strickroth2013-11-071-3/+3
| * | | Correctly quote config values while savingSven Strickroth2013-11-071-2/+24
* | | | Merge pull request #1936 from libgit2/better-url-parsingVicent Martí2013-11-104-86/+92
|\ \ \ \
| * | | | Make url decoding more bulletproofbetter-url-parsingBen Straub2013-11-051-12/+7