On Sunday 05 August 2007, Theodore Tso wrote: > On Sun, Aug 05, 2007 at 02:11:24PM +0200, Johan Herland wrote: > > Adding a git-addremove command should not be much work, and it would be > > a lot friendlier to people whose workflow is more aligned with #2 than > > #1. > Not much work at all: > > # git config --system --add alias.addremove "git add . ; git add -u" > > :-) Nice :) But I'm wondering whether we'd want to include it in git by default (instead of having to tell confused users to add the alias). > (And the performance problem with git add . is fixed in 1.5.3-rc4, > right?) Yes, according to Junio elsewhere in this thread. ...Johan -- Johan Herland, <johan@xxxxxxxxxxx> www.herland.net - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html