author | Andy Parkins <andyparkins@gmail.com> | |
Thu, 14 Dec 2006 15:25:23 +0000 (15:25 +0000) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 16 Dec 2006 07:50:27 +0000 (23:50 -0800) | ||
commit | a990999e0df3d0518a2fef60feb1ec269e36ada6 | |
tree | 39496d5952c5a0c1ccea48eb726722c8bdb75bcd | tree | snapshot |
parent | 82dca84871637ac9812c0dec27f56d07cfba524c | commit | diff |
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>
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 | diff | blob | history |