On Wed, 6 Aug 2008, Jonathan Nieder wrote: > Subject: git commit --addremove: add and update all files > > This makes git commit -A a shortcut for git add -A && git commit. It > saves keystrokes, but more importantly it seems to be conceptually the > right thing thing for users who have perfect .gitignore files and want > to ignore the index. > --- > builtin-commit.c | 18 +++++++++++++++--- > 1 files changed, 15 insertions(+), 3 deletions(-) I was too hasty - the patch is insane in a number of ways. But hopefully the intent is clear :) Jonathan -- 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