Re: [PATCH] Add new git-rm command with documentation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 21 Feb 2006 23:07:45 +0100, Krzysiek Pawlik wrote:
> 
> I've modified it a little - it has now a '-f' option to delete files
> (much like cvs rm behaviour).

As is, without -f, git-rm will instead act just like git-update-index.

If the -f option is desired we could get the correct behavior by using
update-index --force-remove when not given -f and update-index
--remove when given -f.

That's enough complexity to warrant a test case. I'll be back shortly
with that...

-Carl

Attachment: pgpHCUWN98hsg.pgp
Description: PGP signature


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]