summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Added clar test for #3568Jeff Hostetler2016-03-231-0/+129
| * | | | diff: stop processing nitem when its removedEdward Thomson2016-03-231-1/+1
| * | | | iterator: drop `advance_into_or_over`Edward Thomson2016-03-232-20/+1
| * | | | iterator: test that we can `advance_into` empty dirsEdward Thomson2016-03-231-0/+59
| * | | | Failing test.joshaber2016-03-231-10/+53
| * | | | iterator: test pathlist handling for directoriesMarc Strapetz2016-03-232-0/+219
| * | | | iterator: test `advance_over` with a pathlistEdward Thomson2016-03-231-0/+60
| * | | | iterator: add tests for advance_overEdward Thomson2016-03-231-0/+77
| * | | | iterator: test workdir pathlist with deep pathsEdward Thomson2016-03-231-0/+159
| * | | | iterator: workdir tests with submodulesEdward Thomson2016-03-231-0/+80
| * | | | iterator: expand workdir tests with pathlistEdward Thomson2016-03-231-62/+224
| * | | | iterator: test that we're at the end of iterationEdward Thomson2016-03-232-1/+16
| * | | | iterator: combine fs+workdir iterators more completelyEdward Thomson2016-03-234-944/+1082
| * | | | iterator: test fs iterator w/ many nested empty dirsEdward Thomson2016-03-231-0/+30
| * | | | iterator: skip unreadable directories in fs iteratorEdward Thomson2016-03-231-3/+9
| * | | | checkout: provide internal func to compute target pathEdward Thomson2016-03-231-32/+54
| * | | | iterators: refactored tree iteratorEdward Thomson2016-03-234-403/+634
| * | | | repo::iterator: don't go out of boundsEdward Thomson2016-03-231-2/+2
| * | | | git_object_dup: introduce typesafe versionsEdward Thomson2016-03-238-5/+59
| * | | | iterator: disambiguate reset and reset_rangeEdward Thomson2016-03-236-31/+68
| * | | | iterator: drop unused/unimplemented `seek`Edward Thomson2016-03-232-37/+0
| * | | | status: update test to include valid OIDEdward Thomson2016-03-231-1/+1
| |/ / /
* | | | Merge pull request #3574 from chescock/buffer-sideband-pack-dataCarlos Martín Nieto2016-03-241-17/+61
|\ \ \ \ | |/ / / |/| | |
| * | | Only buffer if necessary.Chris Hescock2016-03-081-18/+39
| * | | Buffer sideband packet dataChris Hescock2016-01-121-18/+41
| | |/ | |/|
* | | Merge pull request #3707 from sschuberth/masterEdward Thomson2016-03-231-1/+1
|\ \ \
| * | | CMakeLists: Show the pointer size for an unsupported architectureSebastian Schuberth2016-03-231-1/+1
|/ / /
* | | array: fix search for empty arraysCarlos Martín Nieto2016-03-231-1/+1
* | | Merge pull request #3704 from ethomson/tree-reuseCarlos Martín Nieto2016-03-234-46/+125
|\ \ \
| * | | tree: drop the now-unnecessary entries vectorEdward Thomson2016-03-224-46/+125
* | | | Merge pull request #3502 from libgit2/cmn/createblob-streamCarlos Martín Nieto2016-03-227-196/+233
|\ \ \ \
| * | | | blob: remove _fromchunks()cmn/createblob-streamCarlos Martín Nieto2016-03-223-216/+4
| * | | | CHANGELOG: add a note about _fromstream() and _fromstream_commit()Carlos Martín Nieto2016-03-221-0/+5
| * | | | blob: fix fromchunks iteration counterCarlos Martín Nieto2016-03-222-6/+6
| * | | | blob: introduce creating a blob by writing into a streamCarlos Martín Nieto2016-03-223-0/+238
| * | | | filebuf: allow using a custom buffer sizeCarlos Martín Nieto2016-03-222-1/+7
|/ / / /
* | | | Merge pull request #3559 from yongthecoder/masterCarlos Martín Nieto2016-03-221-2/+7
|\ \ \ \
| * | | | Avoid subtraction overflow in git_indexer_commitYong Li2016-01-041-2/+7
* | | | | Merge pull request #3701 from jfultz/fix-0.24.0-changelogCarlos Martín Nieto2016-03-221-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix some errors I found in the changelog for 0.24.0John Fultz2016-03-181-1/+4
* | | | | Merge pull request #3702 from libgit2/cmn/tree-reuseEdward Thomson2016-03-218-83/+76
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tree: store the entries in a growable arraycmn/tree-reuseCarlos Martín Nieto2016-03-202-60/+38
| * | | | tree: re-use the id and filename in the odb objectCarlos Martín Nieto2016-03-208-52/+67
|/ / / /
* | | | Merge pull request #3699 from libgit2/cmn/win32-free-tlsEdward Thomson2016-03-181-0/+14
|\ \ \ \
| * | | | win32: free thread-local data on thread exitcmn/win32-free-tlsCarlos Martin Nieto2016-03-181-0/+14
* | | | | Merge pull request #3660 from mstrap/mingwEdward Thomson2016-03-181-0/+2
|\ \ \ \ \
| * | | | | Option "LIBGIT2_PREFIX" to set the CMAKE's TARGET_PROPERTIES PREFIXMarc Strapetz2016-03-151-0/+2
* | | | | | Merge pull request #3564 from ethomson/merge_driversCarlos Martín Nieto2016-03-1711-115/+1309
|\ \ \ \ \ \
| * | | | | | merge drivers: handle configured but not found driverEdward Thomson2016-03-172-4/+31
| * | | | | | merge driver: remove `check` callbackEdward Thomson2016-03-176-306/+81