On Thu, Sep 13, 2007 at 03:47:18AM +0400, Dmitry V. Levin wrote: > @@ -54,6 +54,7 @@ run_status () { > else > color=--nocolor > fi > + test -z "$fast" || return 0 > git runstatus ${color} \ > ${verbose:+--verbose} \ > ${amend:+--amend} \ Wouldn't this make more sense at the _top_ of the runstatus function (since everything else it does is preparation for running "git runstatus"?). Also, is the builtin git-commit going to be merged soon? Should this effort be better spent on that branch? -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