cg-mv

From: Zack Brown <zbrown@tumblerings.org>
Date: 2005-10-08 00:33:33
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
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Sat Oct 08 00:34:07 2005

This archive was generated by hypermail 2.1.8 : 2005-10-08 00:34:10 EST