Thread (1 message) 1 message, 1 author, 2016-06-15

Re: What's cooking in git.git (Sep 2013, #01; Tue, 3)

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:58:39

Jiang Xin [off-list ref] writes:
2013/9/4 Junio C Hamano [off-list ref]:
quoted
* jx/branch-vv-always-compare-with-upstream (2013-08-26) 2 commits
 - status: always show tracking branch even no change
 - branch: report invalid tracking branch as gone

 "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.

 Am I waiting for another reroll?
No more reroll if no more votes for “absent" vs "gone", and
"in sync with" vs "up-to-date with".
I re-read the thread and the way I read both of these choices is
that they were merely "this other word is also possible, may be
better, but may be not." and not meant as strong recommendations.

Since that seems to be the only remaining issue, let's unchock and
merge the topic to 'next'.

Thanks.
Currently, we choose "gone”
and "up-to-date with", such as:

        $ git branch -v -v
          master    e67ac84 initial
        * topic     3fc0f2a [topicbase: gone] topic

        $ git status
        # On branch topic
        # Your branch is based on 'topicbase', but the upstream is gone.
        #   (use "git branch --unset-upstream" to fixup)
        ...

        $ git status
        # On branch feature1
        # Your branch is up-to-date with 'github/feature1'.
        ...
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help