summaryrefslogtreecommitdiff
path: root/tests/refs
Commit message (Expand)AuthorAgeFilesLines
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-013-5/+5
* refs: refuse to delete HEADJosh Bleecher Snyder2020-01-153-9/+20
* refs: rename git_reference__set_name to git_reference__reallocEtienne Samson2019-12-131-0/+44
* Merge pull request #5275 from pks-t/pks/reflogs-with-newlinesEdward Thomson2019-11-022-20/+39
|\
| * refdb_fs: properly parse corrupted reflogsPatrick Steinhardt2019-10-181-17/+17
| * reflog: allow adding entries with newlines in their messagePatrick Steinhardt2019-10-182-3/+22
* | refs: unlock unmodified refs on transaction commitSebastian Henke2019-10-171-0/+26
|/
* refs: fix locks getting forcibly removedSebastian Henke2019-10-101-0/+21
* smart: use push_glob instead of manual filteringEtienne Samson2019-08-212-4/+6
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-206-6/+6
* refs: loosen restriction on wildcard "*" refspecsPatrick Steinhardt2019-04-261-6/+6
* branch: add test for git_branch_lookup to accept GIT_BRANCH_ALLAugustin Fabre2019-02-221-2/+25
* branch: fix `branch_is_checked_out` with bare reposPatrick Steinhardt2019-02-141-0/+7
* 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
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-225-13/+13
* references: use new names in internal usageethomson/git_refEdward Thomson2019-01-178-150/+150
* Merge pull request #4833 from csware/drop-empty-dirsPatrick Steinhardt2018-12-191-0/+46
|\
| * Remove empty directories when deleting refsSven Strickroth2018-10-131-0/+46
* | object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-014-50/+50
* | refs: add support for core.logAllRefUpdates=alwaysEtienne Samson2018-11-181-0/+22
|/
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-138-36/+37
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-1013-26/+26
* refdb_fs: add test for globbing of nonexistant refsJulian Ganz2018-06-011-0/+5
* tests: refs::normalize: simplify code to avoid GCC warningPatrick Steinhardt2018-05-041-4/+1
* refs: preserve the owning refdb when duping referenceEtienne Samson2018-04-101-0/+2
* testrepo: add new branchEdward Thomson2018-02-231-2/+2
* tests: refs::iterator: fix memory leak due to ref names not being free'dPatrick Steinhardt2018-01-121-0/+1
* refs:iterator: add tests to recurse symlinksethomson/branch_symlinksEdward Thomson2017-12-301-18/+66
* tests: move free functions at the endEtienne Samson2017-11-221-16/+17
* tests: move static method to the topEtienne Samson2017-11-151-12/+12
* tests: make reflog_check_entry more clar-yEtienne Samson2017-11-153-37/+75
* tests: clarify which steps corresponds to each checksEtienne Samson2017-11-151-5/+5
* tests: gather the reflog entry content testsEtienne Samson2017-11-159-240/+498
* refs: do not use peeled OID if peeling to a tagPatrick Steinhardt2017-10-061-0/+12
* tests: refs::crashes: create sandbox for creating symrefPatrick Steinhardt2017-06-231-2/+2
* settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`Patrick Steinhardt2017-06-081-2/+2
* revparse: support open-ended rangesWilliam Bain2017-05-051-0/+35
* Merge pull request #4030 from libgit2/ethomson/fsyncEdward Thomson2017-03-221-0/+68
|\
| * Honor `core.fsyncObjectFiles`ethomson/fsyncEdward Thomson2017-03-021-26/+41
| * win32: don't fsync parent directories on WindowsEdward Thomson2017-02-281-2/+13
| * fsync: call it "synchronous" object writingEdward Thomson2017-02-281-2/+2
| * fsync parent directories when fsyncingEdward Thomson2017-02-281-2/+2
| * refdb_fs: optionally fsync packed refsEdward Thomson2017-02-281-0/+15
| * refdb_fs: optionally fsync loose referencesEdward Thomson2017-02-281-0/+27
* | refs::namespace: add namespace testsEdward Thomson2017-03-061-0/+36
* | tests: refs::create: fix memory leakPatrick Steinhardt2017-03-011-1/+1
* | Merge pull request #4143 from richardipsum/issue-4094Patrick Steinhardt2017-03-011-1/+43
|\ \ | |/ |/|
| * Add test for inclusion of (merge) in reflogRichard Ipsum2017-02-281-1/+43
* | Whitespace and style fixesRichard Ipsum2017-02-251-5/+5