[PATCH] checkout: show dirty state upon switching branches.
authorJunio C Hamano <junkio@cox.net>
Sat, 14 Jan 2006 20:31:18 +0000 (12:31 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 14 Jan 2006 21:18:28 +0000 (13:18 -0800)
commit980d8ce551784b76e05077946b8a4f2ac6c5305d
tree0444b86b45442918fde055002b389547cf4fc6d3
parent9e9b26751a5ca7a257b3e1cfb319fe3e4efc663c
[PATCH] checkout: show dirty state upon switching branches.

This shows your working file state when you switch branches.  As
a side effect, "git checkout" without any branch name (i.e. stay
on the current branch) becomes a more concise shorthand for the
"git status" command.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-checkout.sh