Thread (8 messages) flat view 8 messages, 6 authors, 2016-06-15

Re: rm and mv commands: should I use them?

From: Jeff King <hidden>
Date: 2016-06-15 22:44:02

On Sun, Jan 06, 2008 at 11:22:50AM -0800, Linus Torvalds wrote:
quoted
So, do I need to use git's mv and rm commands?
Nope.

They are there only to

 (a) make people who are used to do "svn mv" not complain

 (b) simplify things a little teeny bit, by avoiding having to "git add" 
     the new file.
I haven't looked to see if this optimization is in place, but "git mv"
can also avoid having to recompute the sha1 of the file (which in most
cases doesn't matter, but on a large file with a cold cache, can make
the operation seem just as snappy as a regular "mv").

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help