Skip to content

Commit f3e63ab

Browse files
committed
Merge branch 'en/sequencer-rollback-lock-cleanup'
Code clean-up. * en/sequencer-rollback-lock-cleanup: sequencer: remove duplicate rollback_lock_file() call
2 parents 1ae0949 + 9a82db1 commit f3e63ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sequencer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3691,7 +3691,6 @@ static int do_merge(struct repository *r,
36913691
NULL, 0);
36923692
rollback_lock_file(&lock);
36933693

3694-
rollback_lock_file(&lock);
36953694
ret = run_command(&cmd);
36963695

36973696
/* force re-reading of the cache */

0 commit comments

Comments
 (0)