summaryrefslogtreecommitdiff
path: root/tests/refs
Commit message (Expand)AuthorAgeFilesLines
* 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
* revparse: Add test to make sure this doesn't regressVicent Marti2015-06-261-0/+15
* branch: error out if we cannot find the remotecmn/upstream-matching-pushCarlos Martín Nieto2015-05-221-0/+32
* remote: remove live changing of refspecsCarlos Martín Nieto2015-05-131-6/+1
* Add tests for the annotated versions of ref-modifying functionsCarlos Martín Nieto2015-03-161-0/+16
* refdb: use the same id for old and new when renaming a referencecmn/rename-reflogCarlos Martín Nieto2015-03-081-0/+4
* branch: fix generated reflog message upon renamingnulltoken2015-03-041-1/+1
* branch: fix generated reflog message upon creationnulltoken2015-03-041-1/+1
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-032-36/+37
* repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-1/+1
* branch: don't accept a reflog message overrideCarlos Martín Nieto2015-03-034-75/+35