libgit2/include/git2/sys
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
..
commit.h commit: make create_from_oids() accept plain oid 2013-05-05 16:48:34 +02:00
config.h Fix saving remotes with several fetch/push ref specs. 2013-11-01 00:08:52 +01:00
filter.h Bug fixes and cleanups 2013-09-17 09:31:46 -07:00
index.h Clean up some documentation 2013-07-23 09:40:19 +02:00
odb_backend.h indexer: fix thin packs 2013-10-04 15:26:41 +02:00
refdb_backend.h reflog: integrate into the ref writing 2013-11-23 14:55:02 +01:00
reflog.h reflog: move the reflog implementation into refdb_fs 2013-10-02 06:53:24 +02:00
refs.h Clean up some documentation 2013-07-23 09:40:19 +02:00
repository.h Rename new fn to git_repository_reinit_filesystem 2013-10-08 16:59:59 -07:00