lockfile: fix documentation on `close_lock_file_gently()`
commitd613576dfe7010b13157e63b2401d321074bbab8
authorMartin Ågren <martin.agren@gmail.com>
Thu, 5 Oct 2017 20:32:05 +0000 (5 22:32 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Oct 2017 01:07:17 +0000 (6 10:07 +0900)
treef3e72dd53a75a6c65d21d809b4603ee0b698c20a
parent837e34eba47f209a38fc9ab458bd103fd7515325
lockfile: fix documentation on `close_lock_file_gently()`

Commit 83a3069a3 (lockfile: do not rollback lock on failed close,
2017-09-05) forgot to update the documentation by the function definition
to reflect that the lock is not rolled back in case closing fails.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
lockfile.h