summaryrefslogtreecommitdiff
path: root/tests/refs/reflog
Commit message (Expand)AuthorAgeFilesLines
* tests: reflog: remove unused signaturePatrick Steinhardt2020-07-121-9/+0
* clar: include the function nameethomson/clar_tapEdward Thomson2020-06-051-3/+4
* 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
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-202-2/+2
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-2/+2
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-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-103-13/+13
* 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-154-43/+498
* 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-142-0/+324