summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pr/3809'Edward Thomson2016-10-0911-3/+40
|\
| * make git_diff_stats_to_buf not show 0 insertions or 0 deletionsSim Domingo2016-10-0911-3/+40
* | Fix the existence check for `regcomp_l`.Arthur Schreiber2016-10-071-7/+29
* | Merge pull request #3921 from libgit2/cmn/walk-limit-enoughEdward Thomson2016-10-0718-8/+100
|\ \
| * | revwalk: port over the topological sortingCarlos Martín Nieto2016-10-061-2/+2
| * | vector, pqueue: add git_vector_reverse and git_pqueue_reverseCarlos Martín Nieto2016-10-061-0/+29
| * | revwalk: get closer to gitCarlos Martín Nieto2016-10-063-4/+7
| * | revwalk: introduce tests that hide old commitsEdward Thomson2016-10-0615-4/+64
* | | Make sure we use the `C` locale for `regcomp` on macOS.Arthur Schreiber2016-10-061-1/+26
|/ /
* | Merge pull request #3923 from libgit2/ethomson/diff-read-empty-binaryEdward Thomson2016-09-062-0/+11
|\ \
| * | diff: treat binary patches with no data specialethomson/diff-read-empty-binaryEdward Thomson2016-09-052-0/+11
* | | Merge pull request #3882 from pks-t/pks/fix-fetch-refspec-dst-parsingPatrick Steinhardt2016-09-061-0/+51
|\ \ \ | |/ / |/| |
| * | refspec: do not set empty rhs for fetch refspecsPatrick Steinhardt2016-08-041-0/+51
* | | Merge pull request #3915 from pks-t/pks/index-collision-test-leakCarlos Martín Nieto2016-08-301-2/+0
|\ \ \
| * | | tests: index: do not re-allocate indexPatrick Steinhardt2016-08-291-2/+0
* | | | git_checkout_tree options fixStefan Huber2016-08-301-0/+4
|/ / /
* | | Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diffEdward Thomson2016-08-241-0/+45
* | | Merge pull request #3837 from novalis/dturner/indexv4Edward Thomson2016-08-172-0/+80
|\ \ \
| * | | index: support index v4David Turner2016-08-101-0/+41
| * | | varint: Add varint encoding/decodingDavid Turner2016-08-101-0/+39
* | | | Merge pull request #3895 from pks-t/pks/negate-basename-in-subdirsEdward Thomson2016-08-171-0/+38
|\ \ \ \ | |/ / / |/| | |
| * | | ignore: allow unignoring basenames in subdirectoriesPatrick Steinhardt2016-08-121-0/+38
* | | | Merge pull request #3893 from pks-t/pks/remove-unused-test-cbEdward Thomson2016-08-091-16/+0
|\ \ \ \
| * | | | tests: blob: remove unused callback functionPatrick Steinhardt2016-08-091-16/+0
| |/ / /
* | | | odb: actually insert the empty blob in testsethomson/empty_blobEdward Thomson2016-08-052-32/+34
* | | | odb: only provide the empty treeEdward Thomson2016-08-051-14/+15
* | | | Merge pull request #3881 from pks-t/pks/fix-clar-suite-prefix-computationCarlos Martín Nieto2016-08-051-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | clar: fix parsing of test suite prefixesPatrick Steinhardt2016-08-041-0/+6
| |/ /
* | | odb: only freshen pack files every 2 secondsethomson/refresh_objectsEdward Thomson2016-08-041-0/+14
* | | odb: freshen existing objects when writingEdward Thomson2016-08-041-0/+79
* | | Merge pull request #3850 from wildart/custom-tlsEdward Thomson2016-08-041-4/+0
|\ \ \ | |/ / |/| |
| * | remove conditions that prevent use of custom TLS streamwildart2016-07-061-4/+0
* | | tests: use a `size_t`Edward Thomson2016-07-242-8/+6
* | | repo::open: remove dead code, free buffersEdward Thomson2016-07-242-256/+277
* | | Merge pull request #3851 from txdv/get-user-agentEdward Thomson2016-07-051-0/+6
|\ \ \
| * | | Add get user agent functionality.Andrius Bentkus2016-07-051-0/+6
| |/ /
* | | Merge pull request #3846 from rkrp/fix_bug_parsing_int64minEdward Thomson2016-07-051-0/+8
|\ \ \ | |/ / |/| |
| * | Fixed bug while parsing INT64_MINKrishna Ram Prakash R2016-06-291-0/+8
* | | Merge pull request #3711 from joshtriplett/git_repository_discover_defaultEdward Thomson2016-07-012-2/+277
|\ \ \
| * | | Add GIT_REPOSITORY_OPEN_FROM_ENV flag to respect $GIT_* environment varsJosh Triplett2016-06-241-0/+258
| * | | Add GIT_REPOSITORY_OPEN_NO_DOTGIT flag to avoid appending /.gitJosh Triplett2016-06-241-0/+6
| * | | Fix repository discovery with ceiling_dirs at current directoryJosh Triplett2016-06-242-2/+13
* | | | index: include conflicts in `git_index_read_index`ethomson/read_index_conflictsEdward Thomson2016-06-293-8/+112
| |/ / |/| |
* | | Merge pull request #3223 from ethomson/applyEdward Thomson2016-06-2516-8/+2209
|\ \ \ | |/ / |/| |
| * | patch: show copy information for identical copiesEdward Thomson2016-06-254-13/+98
| * | patch::parse: test diff with exact rename and copyEdward Thomson2016-06-251-0/+5
| * | patch::parse: test diff with simple renameEdward Thomson2016-06-251-12/+27
| * | diff::parse tests: test parsing a diffEdward Thomson2016-06-253-0/+107
| * | introduce `git_diff_from_buffer` to parse diffsEdward Thomson2016-05-261-0/+60
| * | patch: differentiate not found and invalid patchesEdward Thomson2016-05-261-6/+75