File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,16 @@ success of the resolution after the custom tool has exited.
72
72
This is the default behaviour; the option is provided to
73
73
override any configuration settings.
74
74
75
+ TEMPORARY FILES
76
+ ---------------
77
+ `git mergetool` creates `*.orig` backup files while resolving merges.
78
+ These are safe to remove once a file has been merged and its
79
+ `git mergetool` session has completed.
80
+
81
+ Setting the `mergetool.keepBackup` configuration variable to `false`
82
+ causes `git mergetool` to automatically remove the backup as files
83
+ are successfully merged.
84
+
75
85
Author
76
86
------
77
87
Written by Theodore Y Ts'o <
[email protected] >
Original file line number Diff line number Diff line change @@ -113,11 +113,8 @@ static int read_pack_info_file(const char *infofile)
113
113
goto out_stale ;
114
114
break ;
115
115
case 'D' : /* we used to emit D but that was misguided. */
116
- goto out_stale ;
117
- break ;
118
116
case 'T' : /* we used to emit T but nobody uses it. */
119
117
goto out_stale ;
120
- break ;
121
118
default :
122
119
error ("unrecognized: %s" , line );
123
120
break ;
You can’t perform that action at this time.
0 commit comments