Skip to content

Commit

Permalink
git-gui: MERGE_RR lives in .git/ directly with newer Git versions
Browse files Browse the repository at this point in the history
Now that MERGE_RR was moved out of .git/rr-cache/, we have to delete
it somewhere else.  Just in case somebody wants to use a newer git-gui
with an older Git, the file .git/rr-cache/MERGE_RR is removed, too (if
it exists).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
  • Loading branch information
Johannes Schindelin authored and Shawn O. Pearce committed Jul 13, 2008
1 parent af89494 commit f049e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/merge.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ proc _reset_wait {fd} {

catch {file delete [gitdir MERGE_HEAD]}
catch {file delete [gitdir rr-cache MERGE_RR]}
catch {file delete [gitdir MERGE_RR]}
catch {file delete [gitdir SQUASH_MSG]}
catch {file delete [gitdir MERGE_MSG]}
catch {file delete [gitdir GITGUI_MSG]}
Expand Down

0 comments on commit f049e09

Please sign in to comment.