summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add precompose testprecompose-testJosh Vera2014-04-231-0/+43
* Merge branch 'development'Vicent Marti2013-11-202418-35837/+56412
|\
| * libgit2 0.20.0 "anmeldung"v0.20.0Vicent Marti2013-11-201-2/+2
| * Formatting fix for cred_acquire_cbCarlos Martín Nieto2013-11-201-6/+6
| * Merge pull request #1966 from nickh/patch_content_offsetsVicent Martí2013-11-193-4/+20
| |\
| | * Add content offset to git_diff_lineNick Hengeveld2013-11-183-4/+20
| * | Merge pull request #1970 from ghedo/netbsd_qsortVicent Martí2013-11-191-1/+2
| |\ \
| | * | util: NetBSD doesn't have qsort_r eitherAlessandro Ghedini2013-11-191-1/+2
| |/ /
| * | Merge pull request #1969 from libgit2/ntk/fix/drop_commentVicent Martí2013-11-191-1/+0
| |\ \
| | * | tests: Drop unrelated commentnulltoken2013-11-191-1/+0
| |/ /
| * | Merge pull request #1968 from libgit2/ntk/fix/bad_indexVicent Martí2013-11-194-7/+27
| |\ \
| | * | 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-193-3/+15
| | * | 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-183-5/+7
| * | Merge pull request #1960 from ethomson/ntlmVicent Martí2013-11-187-41/+176
| |\ \ | | |/ | |/|
| | * Introduce git_cred_default for NTLM/SPNEGO authEdward Thomson2013-11-184-4/+87
| | * Propagate auth error codes as GIT_EUSER in winhttpEdward Thomson2013-11-184-37/+89
| |/
| * Merge pull request #1963 from libgit2/ntk/fix/mailmapVicent Martí2013-11-151-0/+3
| |\
| | * Add missing mappings to .mailmap filenulltoken2013-11-151-0/+3
| |/
| * Merge pull request #1962 from libgit2/rename-testsVicent Martí2013-11-142067-12/+12
| |\
| | * Update files that reference tests-clarBen Straub2013-11-147-12/+12
| | * Rename tests-clar to testsBen Straub2013-11-142062-0/+0
| |/
| * Merge pull request #1951 from victorgp/create-remote-plus-fetchVicent Martí2013-11-143-1/+60
| |\
| | * fixing typoVictor Garcia2013-11-081-1/+1
| | * splitting funcionality in two methods to avoid ambiguity with NULLVictor Garcia2013-11-0810-25/+68
| | * adding doc for new param and test to check fetch spec is correctly addedVictor Garcia2013-11-072-2/+14
| | * allowing create remote with custom fetch specVictor Garcia2013-11-0710-21/+25
| * | Fix warningsRussell Belfer2013-11-134-5/+8
| * | tests: make a few globals staticsCarlos Martín Nieto2013-11-132-3/+3
| * | Merge pull request #1958 from libgit2/blame-fixesVicent Martí2013-11-133-10/+50
| |\ \
| | * | Minor cleanupblame-fixesBen Straub2013-11-121-3/+2
| | * | 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-122-11/+9
| | * | Duplicate all fields of a blame hunkBen Straub2013-11-121-0/+5
| | * | Add some failing blame test casesBen Straub2013-11-121-0/+36
| |/ /
| * | Merge pull request #1957 from linquize/warning3Vicent Martí2013-11-124-4/+4
| |\ \
| | * | Fix warningsLinquize2013-11-124-4/+4
| |/ /
| * | Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí2013-11-1120-287/+433
| |\ \
| | * | remote: update head list on pushCarlos Martín Nieto2013-11-113-11/+27
| | * | tests: update push testsCarlos Martín Nieto2013-11-113-19/+23
| | * | 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-1116-163/+140
| | * | remote: don't allow such direct access to the refspecsCarlos Martín Nieto2013-11-103-34/+95