summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* buf: deprecate git_buf as a public typeethomson/userbufEdward Thomson2020-05-291-0/+1
* filter: user-facing functions write to a userbufEdward Thomson2020-05-297-57/+57
* merge: user-facing functions write to a userbufEdward Thomson2020-05-291-7/+7
* submodule: user-facing functions write to a userbufEdward Thomson2020-05-292-5/+6
* refspec: user-facing functions write to a userbufEdward Thomson2020-05-293-18/+18
* object: user-facing functions write to a userbufEdward Thomson2020-05-291-2/+6
* diff: user-facing functions write to a userbufEdward Thomson2020-05-296-78/+78
* notes: user-facing functions write to a userbufEdward Thomson2020-05-292-6/+6
* message: user-facing functions write to a userbufEdward Thomson2020-05-292-16/+14
* remote: user-facing functions write to a userbufEdward Thomson2020-05-292-10/+12
* worktree: user-facing functions write to a userbufEdward Thomson2020-05-291-5/+5
* repository: user-facing functions write to a userbufEdward Thomson2020-05-294-14/+17
* settings: user-facing functions write to a userbufEdward Thomson2020-05-295-20/+26
* describe: user-facing functions write to a userbufEdward Thomson2020-05-291-6/+6
* commit: user-facing functions write to a userbufEdward Thomson2020-05-293-30/+37
* branch: user-facing functions write to a userbufEdward Thomson2020-05-284-17/+16
* blob: user-facing functions write to a userbufEdward Thomson2020-05-284-52/+53
* config: user-facing functions write to a userbufEdward Thomson2020-05-2812-112/+119
* diff: user-facing functions write to a userbufEdward Thomson2020-05-2813-66/+74
* getenv: move into the buffer classEdward Thomson2020-05-281-1/+1
* 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
|\
| * repo::open: ensure we can open the repositoryethomson/coverityEdward Thomson2020-04-031-2/+2
* | Merge pull request #5477 from pks-t/pks/rename-detection-negative-cachesPatrick Steinhardt2020-04-041-0/+77
|\ \ | |/ |/|
| * merge: cache negative cache results for similarity metricsPatrick Steinhardt2020-04-011-0/+77
* | Merge pull request #5388 from bk2204/repo-format-v1Patrick Steinhardt2020-04-021-0/+46
|\ \
| * | repository: handle format v1brian m. carlson2020-02-111-0/+46
* | | patch: correctly handle mode changes for renamesPatrick Steinhardt2020-03-262-0/+14
| |/ |/|
* | Fix segfault when calling git_blame_buffer()lhchavez2020-03-235-1/+31
* | win32: test relative symlinksethomson/canonicalPatrick Steinhardt2020-03-101-0/+20
* | win32: introduce relative path handling functionEdward Thomson2020-03-101-0/+40
* | win32: clarify usage of path canonicalization funcsEdward Thomson2020-03-081-10/+0
* | Merge pull request #5374 from pks-t/pks/diff-with-empty-subtreePatrick Steinhardt2020-02-192-0/+92
|\ \
| * | tests: diff: add test to verify behaviour with empty dir orderingPatrick Steinhardt2020-02-071-0/+43
| * | tests: diff: verify that we are able to diff with empty subtreesPatrick Steinhardt2020-02-071-0/+49
* | | Merge pull request #5391 from pks-t/pks/coverity-fixesPatrick Steinhardt2020-02-199-20/+14
|\ \ \
| * | | tests: add missing error checksPatrick Steinhardt2020-02-077-17/+11
| * | | tests: blame: fix conversion specifiers in format stringPatrick Steinhardt2020-02-072-3/+3
* | | | tests: object: decrease number of concurrent cache accessesPatrick Steinhardt2020-02-181-4/+4
| |_|/ |/| |
* | | tests: iterator: fix iterator expecting too few itemsPatrick Steinhardt2020-02-071-9/+9
| |/ |/|
* | transports: http: fix custom headers not being appliedPatrick Steinhardt2020-02-071-0/+15
|/