summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | tests: config: verify that the global config is actually readablePatrick Steinhardt2019-03-291-0/+12
| * | tests: repo: verify that we can open repos with symlinked global configPatrick Steinhardt2019-03-291-0/+30
| * | tests: config: make sure to clean up after each testPatrick Steinhardt2019-03-291-0/+3
* | | Merge pull request #5035 from pks-t/pks/diff-with-space-in-filenamesEdward Thomson2019-04-042-0/+27
|\ \ \
| * | | tests: diff: test parsing diffs with a new file with spaces in its pathErik Aigner2019-03-292-0/+27
| |/ /
* | | ignore: move tests from status to attr ignore suiteSteven King Jr2019-03-202-40/+25
* | | ignore: add additional test casesSteven King Jr2019-03-151-3/+5
* | | ignore: Do not match on prefix of negated patternsSteve King Jr2019-03-141-3/+23
* | | Implement failing test for gitignore of complex subdirectory negationTyler Ang-Wanek2019-03-141-0/+18
|/ /
* | Merge pull request #5000 from augfab/branch_lookup_allEdward Thomson2019-02-251-2/+25
|\ \
| * | branch: add test for git_branch_lookup to accept GIT_BRANCH_ALLAugustin Fabre2019-02-221-2/+25
* | | indexer: use git_indexer_progress throughoutEdward Thomson2019-02-226-19/+19
* | | Merge pull request #4901 from pks-t/pks/uniform-map-apiEdward Thomson2019-02-223-100/+211
|\ \ \
| * | | oidmap: remove legacy low-level interfacePatrick Steinhardt2019-02-151-163/+62
| * | | strmap: remove legacy low-level interfacePatrick Steinhardt2019-02-151-30/+15
| * | | maps: provide high-level iteration interfacePatrick Steinhardt2019-02-152-3/+50
| * | | oidmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-151-0/+44
| * | | oidmap: introduce high-level getter for valuesPatrick Steinhardt2019-02-151-0/+78
| * | | strmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-151-0/+27
| * | | strmap: introduce `git_strmap_get` and use it throughout the treePatrick Steinhardt2019-02-151-1/+33
| * | | maps: provide a uniform entry count interfacePatrick Steinhardt2019-02-152-6/+7
| * | | maps: use uniform lifecycle management functionsPatrick Steinhardt2019-02-152-5/+3
| |/ /
* | | Merge pull request #4996 from eaigner/masterPatrick Steinhardt2019-02-211-0/+33
|\ \ \
| * | | tests: apply: verify that we correctly truncate the source bufferPatrick Steinhardt2019-02-211-0/+33
| | |/ | |/|
* | | Fix a memory leak in odb_otype_fast()lhchavez2019-02-201-0/+21
| |/ |/|
* | Merge pull request #4982 from pks-t/pks/worktree-add-bare-headEdward Thomson2019-02-142-2/+55
|\ \
| * | branch: fix `branch_is_checked_out` with bare reposPatrick Steinhardt2019-02-141-0/+7
| * | branches: introduce flag to skip enumeration of certain HEADsPatrick Steinhardt2019-02-141-2/+2
| * | branches: do not assert that the given ref is a branchPatrick Steinhardt2019-02-141-0/+7
| * | branches: add tests for `git_branch_is_checked_out`Patrick Steinhardt2019-02-141-0/+39
| |/
* | Merge pull request #4965 from hackworks/eliminate-check-for-keep-fileEdward Thomson2019-02-141-0/+10
|\ \
| * | Allow bypassing check '.keep' files using libgit2 option 'GIT_OPT_IGNORE_PACK...Dhruva Krishnamurthy2019-02-021-0/+10
| |/
* | deprecation: ensure we GIT_EXTERN deprecated funcsEdward Thomson2019-02-141-0/+3
|/
* test: cast to a char the zstream testEdward Thomson2019-01-251-1/+1
* index test: cast times explicitlyEdward Thomson2019-01-251-2/+2
* Merge pull request #4858 from tiennou/fix/index-ext-readEdward Thomson2019-01-258-0/+36
|\
| * index: preserve extension parsing errorsEtienne Samson2019-01-248-0/+36
* | deprecation: define GIT_DEPRECATE_HARD internallyEdward Thomson2019-01-251-0/+2
* | deprecation: move deprecated tests into their own fileEdward Thomson2019-01-252-36/+60
|/
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-2243-184/+184
* Fix odb foreach to also close on positive error codeMarijan Ć uflaj2019-01-201-0/+15
* Merge pull request #4939 from libgit2/ethomson/git_refEdward Thomson2019-01-1914-160/+160
|\
| * references: use new names in internal usageethomson/git_refEdward Thomson2019-01-1714-160/+160
* | Merge pull request #4940 from libgit2/ethomson/git_objEdward Thomson2019-01-192-7/+7
|\ \
| * | object_type: GIT_OBJECT_BAD is now GIT_OBJECT_INVALIDEdward Thomson2019-01-172-7/+7
| |/
* | Merge pull request #4943 from libgit2/ethomson/ciEdward Thomson2019-01-192-2/+3
|\ \
| * | ci: precisely identify the invasive testsEdward Thomson2019-01-191-1/+1
| * | tests: fix test expectation mismatchEtienne Samson2019-01-141-2/+2
| * | ci: enable some of the invasive testcasesEtienne Samson2019-01-111-0/+1
* | | Merge pull request #4925 from lhchavez/fix-a-bunch-of-warningsEdward Thomson2019-01-175-8/+10
|\ \ \ | |_|/ |/| |