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? -- Jakub Narebski Poland ShadeHawk on #git - 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