mirror of
https://github.com/git/git.git
synced 2026-04-14 02:40:08 +02:00
Merge branch 'en/sequencer-rollback-lock-cleanup'
Code clean-up. * en/sequencer-rollback-lock-cleanup: sequencer: remove duplicate rollback_lock_file() call
This commit is contained in:
@@ -3691,7 +3691,6 @@ static int do_merge(struct repository *r,
|
||||
NULL, 0);
|
||||
rollback_lock_file(&lock);
|
||||
|
||||
rollback_lock_file(&lock);
|
||||
ret = run_command(&cmd);
|
||||
|
||||
/* force re-reading of the cache */
|
||||
|
||||
Reference in New Issue
Block a user