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

From: Carl Worth <cworth@cworth.org>
Date: 2006-02-22 09:49:22
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

-
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 Wed Feb 22 09:51:15 2006

This archive was generated by hypermail 2.1.8 : 2006-02-22 09:51:27 EST