libgit2/tests/refs
Carlos Martín Nieto a57dd3b7a4 reflog: integrate into the ref writing
Whenever a reference is created or updated, we need to write to the
reflog regardless of whether the user gave us a message, so we shouldn't
leave that to the ref frontend, but integrate it into the backend.

This also eliminates the race between ref update and writing to the
reflog, as we protect the reflog with the ref lock.

As an additional benefit, this reflog append on the backend happens by
appending to the file instead of parsing and rewriting it.
2013-11-23 14:55:02 +01:00
..
branches Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
reflog reflog: integrate into the ref writing 2013-11-23 14:55:02 +01:00
crashes.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
create.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
createwithlog.c reflog: integrate into the ref writing 2013-11-23 14:55:02 +01:00
delete.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
foreachglob.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
isvalidname.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
iterator.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
list.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
listall.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
lookup.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
normalize.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
overwrite.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
pack.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
peel.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
read.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
ref_helpers.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
ref_helpers.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
rename.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
revparse.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
settargetwithlog.c reflog: integrate into the ref writing 2013-11-23 14:55:02 +01:00
setter.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
shorthand.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
unicode.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
update.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00