On Tue, Aug 28, 2007 at 01:26:12PM +0700, Nguyen Thai Ngoc Duy wrote: > > #!/bin/sh > > git-init > > git-add . > > git-commit -q -m "$1" > > Should the script contain git-repack -d as well? git-fast-import does > not generate tons of objects. Yes, see the other part of the thread. But it's not fair to just repack the non-fast-import version, since the packs fast-import generates are not close to optimal. > > to hack together a fast-import frontend. I am queuing this to send to > > Junio after 1.5.3, and I will submit the shell version, as well, if > > Duy doesn't put it in patch format before then. > Please do. I'm a lazy guy :-) Can I bless it with your Signed-off-by? -Peff - 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