git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* cg-mv
@ 2005-10-07 14:33 Zack Brown
  2005-10-12 10:07 ` cg-mv Petr Baudis
  0 siblings, 1 reply; 5+ messages in thread
From: Zack Brown @ 2005-10-07 14:33 UTC (permalink / raw)
  To: Git Mailing List

Hi,

IIRC, file renaming is something we only care about at read time, we don't
actually need to track it while making the change, because git allows us to
track data from file to file without having to tell it that the data is moving.

So, just to keep certain people happy, why not have the cg-mv command defined to
something like this:

#!/bin/bash
cp $1 $2
cg-rm $1
cg-add $2


Be well,
Zack

-- 
Zack Brown

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-10-13 13:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-07 14:33 cg-mv Zack Brown
2005-10-12 10:07 ` cg-mv Petr Baudis
2005-10-12 13:14   ` cg-mv Josef Weidendorfer
2005-10-12 14:28   ` cg-mv] Zack Brown
2005-10-12 22:32   ` cg-mv Horst von Brand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).