summaryrefslogtreecommitdiff
path: root/tests/refs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tests: Add create__symbolic_with_arbitrary_contentRichard Ipsum2017-02-251-0/+49
|/
* tests: add merge-conflict branch for testrepoPatrick Steinhardt2017-02-131-2/+2
* tests: add worktree test dataPatrick Steinhardt2017-02-131-2/+2
* tests: update error message checkingethomson/error_msgsEdward Thomson2016-12-292-2/+2
* branch: fix forced branch creation on HEAD of a bare repoJohn Fultz2016-11-041-1/+25
* Allow creating copies of `git_reference` objects.Arthur Schreiber2016-04-221-0/+40
* Merge pull request #3736 from libgit2/cmn/dwim-general-messageEdward Thomson2016-04-111-0/+8
|\
| * refs: provide a more general error message for dwimcmn/dwim-general-messageCarlos Martín Nieto2016-04-111-0/+8
* | refs::create: strict object creation on by defaultEdward Thomson2016-04-111-5/+5
|/
* tests: plug a leakCarlos Martín Nieto2016-03-031-0/+1
* refs: honor strict object creationEdward Thomson2016-02-281-2/+24
* reflog: error when a directory is at reflog pathEdward Thomson2015-11-121-0/+53
* refs: complain when a directory exists at refEdward Thomson2015-11-121-0/+17
* reflog: test reflog is deleted when ref is deletedEdward Thomson2015-11-031-0/+18
* Prevent segfault when parsing a reflog with oid parse errorStjepan Rajko2015-10-291-0/+43
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-1/+1
* refdb: delete a ref's reflog upon deletioncmn/reflog-del-backendCarlos Martín Nieto2015-07-121-0/+2