Skip to content

Commit

Permalink
Merge branch 'en/sequencer-rollback-lock-cleanup'
Browse files Browse the repository at this point in the history
Code clean-up.

* en/sequencer-rollback-lock-cleanup:
  sequencer: remove duplicate rollback_lock_file() call
  • Loading branch information
gitster committed Nov 2, 2020
2 parents 1ae0949 + 9a82db1 commit f3e63ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sequencer.c
Expand Up @@ -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 */
Expand Down

0 comments on commit f3e63ab

Please sign in to comment.