git-status always says what branch it's on
commita990999e0df3d0518a2fef60feb1ec269e36ada6
authorAndy Parkins <andyparkins@gmail.com>
Thu, 14 Dec 2006 15:25:23 +0000 (14 15:25 +0000)
committerJunio C Hamano <junkio@cox.net>
Sat, 16 Dec 2006 07:50:27 +0000 (15 23:50 -0800)
tree39496d5952c5a0c1ccea48eb726722c8bdb75bcd
parent82dca84871637ac9812c0dec27f56d07cfba524c
git-status always says what branch it's on

If the current branch was "master" then git-status wouldn't say

 # On branch XXXX

In its output.  This patch makes it so that this message is always
output; regardless of branch name.

Signed-off-by: Andy Parkins <andyparkins@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
wt-status.c