On Tue, Aug 19, 2008 at 07:48:53AM -0700, Shawn O. Pearce wrote: > Actually you can do something like this: > > export GIT_INDEX_FILE=.git/temp-branch-index && > cp .git/index $GIT_INDEX_FILE && > git add . && > git add -u && > git update-ref refs/heads/temp $(date | git commit-tree $(git write-tree) -p temp) Get with the times, Shawn. It's "git add -A" now. ;) -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