1
0
mirror of https://github.com/git/git.git synced 2024-09-23 07:10:43 +02:00

Merge branch 'ob/rollback-after-commit-lock-failure'

Code clean-up.

* ob/rollback-after-commit-lock-failure:
  sequencer: remove pointless rollback_lock_file()
This commit is contained in:
Junio C Hamano 2023-04-04 14:28:28 -07:00
commit 0ee87cde28

View File

@ -3676,7 +3676,6 @@ static int safe_append(const char *filename, const char *fmt, ...)
}
if (commit_lock_file(&lock) < 0) {
strbuf_release(&buf);
rollback_lock_file(&lock);
return error(_("failed to finalize '%s'"), filename);
}