Re: [PATCH 2/2] git-commit: Add --no-status option

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Dmitry V. Levin <ldv@...>
Cc: Git Mailing List <git@...>, Junio C Hamano <gitster@...>
Date: Thursday, September 6, 2007 - 6:15 pm

Dmitry V. Levin, Thu, Sep 06, 2007 01:49:53 +0200:

Not a very good name for the option. Noone, except for a few, knows
that git-commit runs runstatus. The name makes no sense.

"git-commit --index", perhaps (the current state of index to be
commited). Or "git-commit --prepared" (the commit is prepared and
there can be stored immediately). Even a dumb "--fast" would be
better (because it is the purpose of the patch).

Besides, now when you disabled runstatus, you better check for changes
in the index with something like "git diff --quiet --cached".

-
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 2/2] git-commit: Add --no-status option, Dmitry V. Levin, (Wed Sep 5, 7:49 pm)
Re: [PATCH 2/2] git-commit: Add --no-status option, Alex Riesen, (Thu Sep 6, 6:15 pm)