summaryrefslogtreecommitdiff
path: root/tests/refs/reflog/reflog.c
Commit message (Expand)AuthorAgeFilesLines
* refdb_fs: properly parse corrupted reflogsPatrick Steinhardt2019-10-181-17/+17
* reflog: allow adding entries with newlines in their messagePatrick Steinhardt2019-10-181-3/+1
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-2/+2
* refs: add support for core.logAllRefUpdates=alwaysEtienne Samson2018-11-181-0/+22
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-4/+4
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-10/+10
* tests: gather the reflog entry content testsEtienne Samson2017-11-151-43/+0
* Add test for inclusion of (merge) in reflogRichard Ipsum2017-02-281-1/+43
* tests: update error message checkingethomson/error_msgsEdward Thomson2016-12-291-1/+1
* reflog: error when a directory is at reflog pathEdward Thomson2015-11-121-0/+53
* 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
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-10/+10
* reflog: follow core.logallrefupdatesCarlos Martín Nieto2014-03-201-0/+73
* refdb: don't update when there's no needCarlos Martín Nieto2014-03-191-0/+24
* refs: append to the HEAD reflog when updating the current branchCarlos Martín Nieto2014-03-171-0/+23
* Ensure renaming a reference updates the reflogBen Straub2014-01-301-2/+2
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-5/+5
* refs: expose has_log() on the backendCarlos Martín Nieto2013-12-091-7/+1
* refs: expose a way to ensure a ref has a logCarlos Martín Nieto2013-12-091-4/+1
* reflog: write to the reflog following git's rulesCarlos Martín Nieto2013-12-091-0/+36
* reflog: remove git_reflog_append_to()Carlos Martín Nieto2013-11-231-23/+0
* reflog: integrate into the ref writingCarlos Martín Nieto2013-11-231-3/+6
* Rename tests-clar to testsBen Straub2013-11-141-0/+209