File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,6 +72,16 @@ success of the resolution after the custom tool has exited.
7272 This is the default behaviour; the option is provided to
7373 override any configuration settings.
7474
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+
7585Author
7686------
7787Written by Theodore Y Ts'o <tytso@mit.edu>
Original file line number Diff line number Diff line change @@ -113,11 +113,8 @@ static int read_pack_info_file(const char *infofile)
113113 goto out_stale ;
114114 break ;
115115 case 'D' : /* we used to emit D but that was misguided. */
116- goto out_stale ;
117- break ;
118116 case 'T' : /* we used to emit T but nobody uses it. */
119117 goto out_stale ;
120- break ;
121118 default :
122119 error ("unrecognized: %s" , line );
123120 break ;
You can’t perform that action at this time.
0 commit comments