Merge branch 'jx/branch-vv-always-compare-with-upstream'
commit2e6e3e82ee36b3e1bec1db8db24817270080424e
authorJunio C Hamano <gitster@pobox.com>
Fri, 20 Sep 2013 19:26:57 +0000 (20 12:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Sep 2013 19:26:57 +0000 (20 12:26 -0700)
treed2fd031f798ec11b95c04c0c8ec48426f3c420cd
parent238504b014230d0bc244fb0de84990863fcddd59
parentf223459bec106bbe211a01321e48c050a9cad25e
Merge branch 'jx/branch-vv-always-compare-with-upstream'

"git branch -v -v" (and "git status") did not distinguish among a
branch that does not build on any other branch, a branch that is in
sync with the branch it builds on, and a branch that is configured
to build on some other branch that no longer exists.

* jx/branch-vv-always-compare-with-upstream:
  status: always show tracking branch even no change
  branch: report invalid tracking branch as gone
builtin/branch.c
remote.c
wt-status.c