cygwin, 44k files: how to commit only index?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Thursday, December 7, 2006 - 10:27 am

I have a kind of awkward project to work with (~44k files, many binaries).

The normal "git commit", which seem to be more than enough
for anything and anyone else, is a really annoying procedure
in my context. It spend too much time refreshing index and
generating list of the files for the commit message.

At first I stopped using git commit -a (doing only update-index),
now I'm about to start using write-tree/commit-tree/update-ref
directly. It helps, but sometimes I really miss -F/-C. It's also
ugly: I can (and almost did) commit an unchanged tree.

Is there any simple way to modify git commit for such a workflow?
Failing that, any simple and _fast_ way to find out if the index
is any different from HEAD? (so that I don't produce empty commits).
-
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:
cygwin, 44k files: how to commit only index?, Alex Riesen, (Thu Dec 7, 10:27 am)
Re: cygwin, 44k files: how to commit only index?, Junio C Hamano, (Thu Dec 7, 3:16 pm)
Re: cygwin, 44k files: how to commit only index?, Alex Riesen, (Thu Dec 7, 6:15 pm)
Re: cygwin, 44k files: how to commit only index?, Alex Riesen, (Fri Dec 8, 10:16 am)
Re: cygwin, 44k files: how to commit only index?, Junio C Hamano, (Thu Dec 7, 6:29 pm)
Re: cygwin, 44k files: how to commit only index?, Alex Riesen, (Fri Dec 8, 1:27 am)
Re: cygwin, 44k files: how to commit only index?, Shawn Pearce, (Thu Dec 7, 3:26 pm)
Re: cygwin, 44k files: how to commit only index?, Junio C Hamano, (Thu Dec 7, 3:57 pm)
Re: cygwin, 44k files: how to commit only index?, Shawn Pearce, (Thu Dec 7, 4:29 pm)
Re: cygwin, 44k files: how to commit only index?, Junio C Hamano, (Thu Dec 7, 5:53 pm)
Re: cygwin, 44k files: how to commit only index?, Shawn Pearce, (Thu Dec 7, 3:35 pm)
Re: cygwin, 44k files: how to commit only index?, Christian MICHON, (Thu Dec 7, 5:26 pm)
Re: cygwin, 44k files: how to commit only index?, Torgil Svensson, (Sat Dec 9, 4:27 am)