summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | Windows is hard.lhchavez2019-01-062-3/+3
| * | Attempt at fixing the MingW64 compilationlhchavez2019-01-063-6/+8
| * | Fix a bunch of warningslhchavez2019-01-051-1/+1
* | | Convert tests/resources/push.sh to LF endingslhchavez2019-01-151-55/+55
* | | Get rid of some test files that were accidentally committedTyler Wanek2019-01-142151-11979/+0
* | | proxy: fix crash on remote connection with GIT_PROXY_AUTO but no proxy is det...Jason Haslam2019-01-141-0/+7
| |/ |/|
* | Fix Linux warningslhchavez2019-01-081-8/+8
* | tests: add missing assertsEtienne Samson2019-01-041-0/+2
|/
* Merge pull request #4904 from libgit2/ethomson/crlfEdward Thomson2019-01-037651-37/+33187
|\