]> git.ipfire.org Git - thirdparty/git.git/commit
api-lockfile: document edge cases
authorMichael Haggerty <mhagger@alum.mit.edu>
Wed, 1 Oct 2014 10:28:24 +0000 (12:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Oct 2014 20:45:14 +0000 (13:45 -0700)
commitd75145acf6d17eb9b0f9d7d8856e523038081311
tree30fbc888e9bf8ab371a41ad0b0af927d565b1b20
parent1b1648f46bcb638f558e9cbd2d0e89066c89c44e
api-lockfile: document edge cases

* Document the behavior of commit_lock_file() when it fails, namely
  that it rolls back the lock_file object and sets errno
  appropriately.

* Document the behavior of rollback_lock_file() when called for a
  lock_file object that has already been committed or rolled back,
  namely that it is a NOOP.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-lockfile.txt