On Wed, Feb 06, 2008 at 03:21:40PM -0800, Jakub Narebski wrote: > Robin Rosenberg <robin.rosenberg.lists@xxxxxxxxxx> writes: > > > This patch makes the git prompt (when enabled) show if a merge or a > > rebase is unfinished. It also detects if a bisect is being done as > > well as detached checkouts. > [...] > > + if [ -d "$g/../.dotest" ] > [...] > > + elif [ -f "$g/.dotest-merge/interactive" ] > [...] > > + elif [ -d "$g/.dotest-merge" ] > > Hmmm... is it time to ressurect "git explain" / "git info" / "git state" > command idea, as to not need to harcode info about state in scripts, > putting it in only one place? Maybe git status could deal with that job. Mike - 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