git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiang Xin <worldhello.net@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Git List <git@vger.kernel.org>
Subject: Re: What's cooking in git.git (Sep 2013, #01; Tue, 3)
Date: Fri, 6 Sep 2013 10:11:33 +0800	[thread overview]
Message-ID: <CANYiYbGHKDENMCnWaRtb_=HmpenxWA95H-bfHdWM8f6098sT6g@mail.gmail.com> (raw)
In-Reply-To: <xmqqppspo6i7.fsf@gitster.dls.corp.google.com>

2013/9/4 Junio C Hamano <gitster@pobox.com>:
> * 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". 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'.
        ...


-- 
Jiang Xin

  parent reply	other threads:[~2013-09-06  2:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-03 23:00 What's cooking in git.git (Sep 2013, #01; Tue, 3) Junio C Hamano
2013-09-04  9:01 ` Jeff King
2013-09-04 11:50 ` Matthieu Moy
2013-09-04 19:19   ` Junio C Hamano
2013-09-04 20:52     ` Jens Lehmann
2013-09-05  6:32       ` Matthieu Moy
2013-09-06  2:11 ` Jiang Xin [this message]
2013-09-06 16:28   ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANYiYbGHKDENMCnWaRtb_=HmpenxWA95H-bfHdWM8f6098sT6g@mail.gmail.com' \
    --to=worldhello.net@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).