summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Overwrite ignored directories on checkoutEdward Thomson2013-12-131-2/+5
* Overwrite ignored files on checkoutEdward Thomson2013-12-131-6/+12
* Merge pull request #1986 from libgit2/rb/error-handling-cleanupsVicent Marti2013-12-1360-1338/+1311
|\
| * pool: Correct overflow checksVicent Marti2013-12-131-0/+3
| * pool: Cleanup error handling in pool_strdupVicent Marti2013-12-131-15/+4
| * Cleanups, renames, and leak fixesRussell Belfer2013-12-1216-21/+28
| * Fix up some valgrind leaks and warningsRussell Belfer2013-12-114-18/+28
| * Test cancel from indexer progress callbackRussell Belfer2013-12-115-63/+54
| * Update clone doc and tests for callback return valRussell Belfer2013-12-111-1/+2
| * Fix checkout notify callback docs and testsRussell Belfer2013-12-111-2/+2
| * Update git_blob_create_fromchunks callback behavrRussell Belfer2013-12-111-13/+21
| * One more rename/cleanup for callback err functionsRussell Belfer2013-12-1124-49/+71
| * Further callback error check style fixesRussell Belfer2013-12-113-19/+36
| * Some callback error check style cleanupsRussell Belfer2013-12-1112-30/+54
| * Fix C99 __func__ for MSVCRussell Belfer2013-12-111-0/+4
| * Remove converting user error to GIT_EUSERRussell Belfer2013-12-1141-761/+529
| * Add git_vector_free_allRussell Belfer2013-12-1113-84/+33
| * Further EUSER and error propagation fixesRussell Belfer2013-12-1120-192/+227
| * Improve GIT_EUSER handlingRussell Belfer2013-12-1123-360/+497
| * Add config read fns with controlled error behaviorRussell Belfer2013-12-1114-255/+263
* | Validate struct versions in merge, revertEdward Thomson2013-12-122-0/+6
|/
* Merge pull request #1985 from libgit2/diff-rename-configRussell Belfer2013-12-111-10/+22
|\
| * Check version earlierBen Straub2013-12-111-1/+2
| * Don't clobber whitespace settingsBen Straub2013-12-061-5/+5
| * Don't use weird return codesBen Straub2013-12-051-3/+8
| * Implement GIT_DIFF_FIND_BY_CONFIGBen Straub2013-12-051-11/+17
* | Clean up warningsEdward Thomson2013-12-095-14/+12
* | Merge pull request #1994 from palistov/commit-cleanupEdward Thomson2013-12-081-1/+3
|\ \
| * | commit: Fix potential segfault in git_commit_messagePaul Holden2013-12-081-1/+3
* | | Fixed left shift size of int.Jared Wong2013-12-081-1/+1
|/ /
* | blame.c: Remove unnecessary error-check and gotoPaul Holden2013-12-051-2/+0
* | Fixed compilation on Windows when using libssh2.mgbowen2013-12-051-5/+2
|/
* 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