[RFC] Add --index to git-commit: just commit current index

Previous thread: [PATCH, fixed] git-fetch, git-branch: Support local --track via a special remote `.' by Paolo Bonzini on Thursday, March 15, 2007 - 1:23 am. (1 message)

Next thread: [PATCH] cogito: Escape $* in cg admin-setuprepro to fix problems with older bash versions by mcdmx on Thursday, March 15, 2007 - 6:53 am. (1 message)
From: Alex Riesen
Date: Thursday, March 15, 2007 - 2:43 am

Refreshing index takes a long time on big repositories with many files,
especially if the developer was unlucky enough to stick to a slow filesystem
or a broken OS. In this situation explicit git-update-index with
git-commit --index will speedup the workflow.
Giving either --all, -o, or -i silently turns --index off (these have to
refresh index).
In case of unmodified index no status message is shown, for all
the same reasons: it takes too long.
---

First use of new --quiet :)

 git-commit.sh |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)
Previous thread: [PATCH, fixed] git-fetch, git-branch: Support local --track via a special remote `.' by Paolo Bonzini on Thursday, March 15, 2007 - 1:23 am. (1 message)

Next thread: [PATCH] cogito: Escape $* in cg admin-setuprepro to fix problems with older bash versions by mcdmx on Thursday, March 15, 2007 - 6:53 am. (1 message)