Improve bash prompt to detect various states like an unfinished merge
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 30 Sep 2007 00:20:45 +0000 (02:20 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2008 06:47:36 +0000 (22:47 -0800)
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.

An uncompleted git-am cannot be distinguised from a rebase (the
non-interactive version). Instead of having an even longer prompt
we simply ignore that and hope the power users that use git-am knows
the difference.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
No differences found