summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* clone: test that the origin HEAD is createdEdward Thomson2020-10-061-1/+6
* multipack: Introduce a parser for multi-pack-index fileslhchavez2020-10-052-0/+29
* Merge pull request #5494 from kevinjswinton/masterEdward Thomson2020-10-042-4/+2
|\
| * Fix binary diff showing /dev/nullKevin Swinton2020-04-182-4/+2
* | Merge pull request #5581 from libgit2/ethomson/mainbranchEdward Thomson2020-10-042-0/+33
|\ \
| * | clone: respect init.defaultBranch when emptyEdward Thomson2020-08-031-0/+17
| * | repo: honor the init.defaultBranch settingEdward Thomson2020-08-031-0/+16
* | | Merge pull request #5620 from dlax/parse-patch-add-delete-no-indexEdward Thomson2020-10-041-0/+23
|\ \ \
| * | | patch_parse: handle absence of "index" header for new/deleted casesDenis Laxalde2020-08-291-0/+23
| |/ /
* | | Merge pull request #5626 from csware/parse_boolEdward Thomson2020-10-041-0/+76
|\ \ \
| * | | Improve formattingSven Strickroth2020-09-091-1/+10
| * | | Add boolean tests for "on" and "off"Sven Strickroth2020-09-091-1/+7
| * | | Support empty values for git_config_get_mapped and git_config_lookup_map_valueSven Strickroth2020-09-091-1/+3
| * | | Fix parsing boolean config values when using git_config_get_mapped and git_co...Sven Strickroth2020-09-091-0/+59
| |/ /
* | | Merge pull request #5629 from csware/config-multiline-parseEdward Thomson2020-10-042-0/+15
|\ \ \
| * | | Fix config file parsing with multi line values containing quoted partsSven Strickroth2020-09-182-0/+15
| |/ /
* | | Merge pull request #5619 from ddevault/diffstat-segfaultEdward Thomson2020-09-171-0/+35
|\ \ \
| * | | diff stats: fix segfaults with new filesDrew DeVault2020-09-161-0/+35
| |/ /
* | | Removed FreeBSD-related macros.Philipp2020-09-141-7/+1
* | | Fixed includes for FreeBSD.Philipp2020-09-091-1/+7
|/ /
* | Merge pull request #5563 from pks-t/pks/worktree-headsEdward Thomson2020-08-033-37/+30
|\ \
| * | tests: verify renaming branch really updates worktree HEADPatrick Steinhardt2020-07-121-1/+4
| * | repository: retrieve worktree HEAD via refdbPatrick Steinhardt2020-07-121-1/+4
| * | repository: remove function to iterate over HEADsPatrick Steinhardt2020-07-121-43/+0
| * | repository: introduce new function to iterate over all worktreesPatrick Steinhardt2020-07-121-0/+30
* | | Merge pull request #5396 from lhchavez/mwindow-file-limitEdward Thomson2020-07-121-0/+136
|\ \ \
| * | | Minor nits and style formattinglhchavez2020-07-121-17/+15
| * | | Create the repository within the testlhchavez2020-06-272057-37/+89
| * | | Review feedbacklhchavez2020-06-261-1/+37
| * | | mwindow: set limit on number of open fileslhchavez2020-06-212057-0/+50
| |/ /
* | | tests: reflog: remove unused signaturePatrick Steinhardt2020-07-121-9/+0
* | | Make the tests pass cleanly with MemorySanitizerlhchavez2020-06-302-2/+2
|/ /
* | Merge pull request #5552 from libgit2/pks/small-fixesEdward Thomson2020-06-131-8/+3
|\ \
| * | tests: refs: modernize coding style of testcasePatrick Steinhardt2020-06-081-8/+3
* | | tree-wide: do not compile deprecated functions with hard deprecationPatrick Steinhardt2020-06-091-5/+7
|/ /
* | Merge pull request #5541 from libgit2/ethomson/clar_tapEdward Thomson2020-06-0525-170/+336
|\ \
| * | clar: include the function nameethomson/clar_tapEdward Thomson2020-06-0525-161/+182
| * | clar: add tap outputEdward Thomson2020-06-043-3/+99
| * | clar: add an output abstraction layerEdward Thomson2020-06-033-12/+31
| * | clar: parse arguments before printing the headerEdward Thomson2020-06-031-3/+3
| * | clar: print indirectionEdward Thomson2020-06-031-6/+36
* | | diff::parse: don't include `diff.h`ethomson/diff_parseEdward Thomson2020-06-051-1/+0
* | | Merge pull request #5537 from libgit2/ethomson/clar_exactmatchPatrick Steinhardt2020-06-031-0/+9
|\ \ \
| * | | offer exact name matching with a `$` suffixethomson/clar_exactmatchEdward Thomson2020-06-021-0/+9
| |/ /
* | | Merge pull request #5536 from libgit2/ethomson/httpPatrick Steinhardt2020-06-031-0/+8
|\ \ \
| * | | online::clone: test a googlesource URLEdward Thomson2020-06-011-0/+8
* | | | Merge pull request #5532 from joshtriplett/pack-default-pathEdward Thomson2020-06-021-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | git_packbuilder_write: Allow setting path to NULL to use the default pathJosh Triplett2020-05-231-0/+9
* | | | clar: remove unused shell_out functionethomson/clar_internalEdward Thomson2020-06-021-26/+0
* | | | clar: remove files internally instead of /bin/rmEdward Thomson2020-06-021-10/+37