Re: [PATCH v6 3/3] status: always show tracking branch even no change

2013-08-15 Thread Junio C Hamano
Jiang Xin writes: > In order to see what the current branch is tracking, one way is using > "git branch -v -v", but branches other than the current are also > reported. Another way is using "git status", such as: > > $ git status > # On branch master > # Your branch is ahead of 'origi

[PATCH v6 3/3] status: always show tracking branch even no change

2013-08-15 Thread Jiang Xin
In order to see what the current branch is tracking, one way is using "git branch -v -v", but branches other than the current are also reported. Another way is using "git status", such as: $ git status # On branch master # Your branch is ahead of 'origin/master' by 1 commit. ... B