summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* diff stats: fix segfaults with new filesDrew DeVault2020-09-161-0/+35
* 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
* | | clar: copy files with sendfile on linuxEdward Thomson2020-06-021-6/+27
* | | clar: copy files internally instead of /bin/cpEdward Thomson2020-06-021-18/+143
* | | strarray: we should `dispose` instead of `free`Edward Thomson2020-06-0115-64/+64
| |/ |/|
* | Merge pull request #5529 from libgit2/ethomson/difftestPatrick Steinhardt2020-06-011-3/+3
|\ \
| * | diff::workdir: actually test the buffersethomson/difftestEdward Thomson2020-05-231-3/+3
| |/
* | Merge pull request #5527 from libgit2/ethomson/config_unreadablePatrick Steinhardt2020-06-011-0/+17
|\ \
| * | config: test that unreadable files are treated as notfoundEdward Thomson2020-06-011-0/+17
| |/
* | tests: index::version: write v4 index: re-open repo to read written v4 indexPatrick Wang2020-05-271-1/+4
|/
* checkout::index: free the indexEdward Thomson2020-05-231-0/+2
* tests: checkout: fix stylistic issues and static variablePatrick Steinhardt2020-05-161-19/+13
* tests: merge: fix printf formatter on 32 bit archesPatrick Steinhardt2020-05-121-1/+1
* assert: allow non-int returning functions to assertethomson/assert_macrosEdward Thomson2020-05-111-0/+53
* assert: optionally fall-back to assert(3)Edward Thomson2020-05-111-0/+2
* Introduce GIT_ASSERT macrosEdward Thomson2020-05-111-0/+39
* checkout: Fix removing untracked files by path in subdirectoriesSegev Finer2020-05-111-0/+26
* tests::checkout: only examine test10 and test11.txtEdward Thomson2020-05-101-2/+2
* Create test case demonstrating checkout bug w/ pathspec match disabledFelix Lapalme2020-05-101-0/+59
* blame: add option to ignore whitespace changesCarl Schwan2020-04-1426-1/+23
* Merge pull request #5480 from libgit2/ethomson/coverityPatrick Steinhardt2020-04-041-2/+2
|\