summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* push: properly handle tagsMichael Schubert2013-01-091-6/+42
* Relax refspecs accepted by pushJameson Miller2013-01-091-15/+32
* Resolve crash with diff against empty fileRussell Belfer2013-01-082-1/+4
* update copyrightsEdward Thomson2013-01-08165-165/+165
* remove ppc sha1 asmEdward Thomson2013-01-084-328/+0
* Share git_diff_blobs/git_diff_blob_to_buffer codeRussell Belfer2013-01-072-121/+105
* Introduce git_diff_blob_to_bufferIgnacio Casal Quinteiro2013-01-071-1/+85
* Revert changes from git/git diff-delta.c by dak@gnu.org, proski@gnu.orgPhilip Kelley2013-01-071-98/+28
* merge cleanup should actually cleanup and the test should actually testEdward Thomson2013-01-061-1/+1
* Merge pull request #1196 from scunz/allow_clone_without_master_branchVicent Martí2013-01-061-10/+16
|\
| * Allow to clone repositories that don't have a `master` branchSascha Cunz2013-01-061-10/+16
* | Merge pull request #1197 from nulltoken/travis/run-online-testsVicent Martí2013-01-062-2/+2
|\ \ | |/ |/|
| * reset: Fix a memory leaknulltoken2013-01-061-2/+1
| * clone: Fix a memory leaknulltoken2013-01-061-0/+1
* | git_mwindow_file_deregister() shouldn't return errorsScott J. Goldman2013-01-052-10/+5
* | Merge pull request #1131 from libgit2/correct-ahead-behindVicent Martí2013-01-051-16/+96
|\ \ | |/ |/|
| * Fix a bunch of leaks, error handling casescorrect-ahead-behindScott J. Goldman2012-12-091-12/+15
| * Fix mark_parents() to account for bad luck traversalsScott J. Goldman2012-12-091-2/+18
| * Morph copy of git_merge__bases_many() -> mark_parents()Scott J. Goldman2012-12-091-50/+15
| * Copy git_merge__bases_many() for new ahead-behind codeScott J. Goldman2012-12-091-0/+96
* | Handle packed refs with no trailing newlineno-newline-packed-refsScott J. Goldman2013-01-051-1/+1
* | Fixed size_t format string warningMaxwell Swadling2013-01-051-1/+1
* | Fix checkout of index-only dirs and prefixed pathsRussell Belfer2013-01-041-28/+41
* | Add index API to remove all files in a directoryRussell Belfer2013-01-041-0/+38
* | Fix oid tostr issue with NULL oidRussell Belfer2013-01-041-1/+4
* | Fix checkout bug rmv untracked trees from indexRussell Belfer2013-01-041-14/+33
* | Fix memory leak with checkout tree iteratorRussell Belfer2013-01-041-2/+1
* | Fixing checkout UPDATE_ONLY and adding testsRussell Belfer2013-01-041-0/+28
* | Oh yeah, bugs from my rebaseRussell Belfer2013-01-041-1/+1
* | Simplify checkout documentationRussell Belfer2013-01-041-176/+8
* | Fix some submodule and typechange checkout casesRussell Belfer2013-01-041-24/+109
* | Fix workdir notifications and removalsRussell Belfer2013-01-041-20/+25
* | Fix up spoolandsort iterator usageRussell Belfer2013-01-044-23/+11
* | Submodule caching fix and location APIRussell Belfer2013-01-041-6/+21
* | Fix use of uninitialized variableRussell Belfer2013-01-041-3/+3
* | Improve error propagation in stashRussell Belfer2013-01-041-109/+107
* | Make git_oid_tostr use out buffer for NULL oidRussell Belfer2013-01-041-2/+2
* | Add index updating to checkoutRussell Belfer2013-01-043-50/+171
* | More checkout improvementsRussell Belfer2013-01-044-425/+680
* | Rework checkout internals (again)Russell Belfer2013-01-043-408/+737
* | Reorder operations in git resetRussell Belfer2013-01-041-39/+30
* | missing error message is confusingRussell Belfer2013-01-041-0/+3
* | Clear error to avoid leaving invalid error behindRussell Belfer2013-01-041-1/+3
* | Merge pull request #1174 from nulltoken/topic/soft_reset_with_index_conflictsVicent Martí2013-01-041-42/+24
|\ \
| * | reset: Cannot soft reset with a conflicted indexnulltoken2013-01-041-42/+24
* | | Fix git_index sorting with core.ignorecase in git_index_readPhilip Kelley2013-01-041-3/+4
|/ /
* | Merge pull request #1184 from ethomson/mergehead_iteratorVicent Martí2013-01-042-0/+54
|\ \
| * | MERGE_HEAD contents iteratorEdward Thomson2013-01-032-0/+54
* | | Merge pull request #1183 from congyiwu/push_delete_fixPhilip Kelley2013-01-042-80/+28
|\ \ \
| * | | Fix bug in gen_pktline() for deletes of missing remote refsCongyi Wu2013-01-032-80/+28