#git bot interface
History of !rename
- git does not support explicitly file renaming - the 'git mv' command is shorthand for 'git rm --cached; mv; git add'. All "rename" statistics are generated at runtime when examining history with git-log. See the -M option in the git-log manpage for more info. Also public-inbox.org/git/Pine.LNX.4.58.0504150753440.7211@ppc970.osdl.org and `diff.renames = true` in man git-config
By vampire0 at 2016-09-23 13:26:29
- git does not support explicitly file renaming - the 'git mv' command is shorthand for 'git rm --cached; mv; git add'. All "rename" statistics are generated at runtime when examining history with git-log. See the -M option in the git-log manpage for more info. Also http://thread.gmane.org/gmane.comp.version-control.git/27/focus=217 and `diff.renames = true` in man git-config
By canton7-mac at 2014-02-12 11:38:39
- git does not support explicitly file renaming - the 'git mv' command is shorthand for 'git rm; mv; git add'. All "rename" statistics are generated at runtime when examining history with git-log. See the -M option in the git-log manpage for more info. Also http://thread.gmane.org/gmane.comp.version-control.git/27/focus=217 and `diff.renames = true` in man git-config
By canton7 at 2014-01-09 14:25:50
- git does not support explicitly file renaming - the 'git mv' command is shorthand for 'git rm; mv; git add'. All "rename" statistics are generated at runtime when examining history with git-log. See the -M option in the git-log manpage for more info. Also http://thread.gmane.org/gmane.comp.version-control.git/27/focus=217
By ikke at 2013-11-13 20:29:58
- git does not support explicitly file renaming - the 'git mv' command is shorthand for 'git rm; mv; git add'. All "rename" statistics are generated at runtime when examining history with git-log. See the -M option in the git-log manpage for more info
By EugeneKay at 2012-09-10 22:12:04