On 05.04.16 23:12, Junio C Hamano wrote: > [email protected] writes: > >> + git config core.autocrlf true && >> + mv crlfinrepo tmp && >> + git checkout crlfinrepo && >> + rm tmp && > > Why not just "rm -f crlfinrepo" and "git checkout crlfinrepo"? The intention was to get a new inode number, which marks the file in the working tree as modified, regardless of mtime.
-- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

