git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* cygwin, 44k files: how to commit only index?
@ 2006-12-07 14:27 Alex Riesen
  2006-12-07 19:16 ` Junio C Hamano
  0 siblings, 1 reply; 18+ messages in thread
From: Alex Riesen @ 2006-12-07 14:27 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2006-12-09  8:27 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-07 14:27 cygwin, 44k files: how to commit only index? Alex Riesen
2006-12-07 19:16 ` Junio C Hamano
2006-12-07 19:26   ` Shawn Pearce
2006-12-07 19:35     ` Shawn Pearce
2006-12-07 21:26       ` Christian MICHON
2006-12-09  8:27         ` Torgil Svensson
2006-12-07 19:57     ` Junio C Hamano
2006-12-07 20:29       ` Shawn Pearce
2006-12-07 21:53         ` Junio C Hamano
2006-12-07 22:15   ` Alex Riesen
2006-12-07 22:29     ` Junio C Hamano
2006-12-08  5:27       ` Alex Riesen
2006-12-08  6:54         ` Junio C Hamano
2006-12-08  7:27           ` Alex Riesen
2006-12-08  7:36             ` Junio C Hamano
2006-12-08  7:48               ` Alex Riesen
2006-12-08  8:43             ` Alex Riesen
2006-12-08 14:16     ` Alex Riesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).