From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: Junio C Hamano <gitster@pobox.com>
Cc: Wayne Davison <wayne@opencoder.net>, git@vger.kernel.org
Subject: Re: git-branch silently ignores --track on local branches
Date: Sun, 11 Nov 2007 19:23:38 +0000 (GMT) [thread overview]
Message-ID: <Pine.LNX.4.64.0711111919170.4362@racer.site> (raw)
In-Reply-To: <7vfxzelz5b.fsf@gitster.siamese.dyndns.org>
Hi,
On Sat, 10 Nov 2007, Junio C Hamano wrote:
> Wayne Davison <wayne@opencoder.net> writes:
>
> > ... Is there
> > a problem with local branches being supported when explicitly
> > requested?
>
> Maybe this one?
>
> commit 6f084a56fcb3543d88d252bb49c1d2bbf2bd0cf3
> Author: Johannes Schindelin <Johannes.Schindelin@gmx.de>
> Date: Tue Jul 10 18:50:44 2007 +0100
>
> branch --track: code cleanup and saner handling of local branches
>
> This patch cleans up some complicated code, and replaces it with a
> cleaner version, using code from remote.[ch], which got extended a
> little in the process. This also enables us to fix two cases:
>
> The earlier "fix" to setup tracking only when the original ref started
> with "refs/remotes" is wrong. You are absolutely allowed to use a
> separate layout for your tracking branches. The correct fix, of course,
> is to set up tracking information only when there is a matching
> remote.<nick>.fetch line containing a colon.
>
> Another corner case was not handled properly. If two remotes write to
> the original ref, just warn the user and do not set up tracking.
>
> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
> Signed-off-by: Junio C Hamano <gitster@pobox.com>
>
> As a local branch does not have to be "fetched", the restriction
> on "remote.<nick>.fetch" is sort of pointless.
IIRC it was you, Junio, who complained first that the local branches have
tracking set up.
> Also why remote.<nick>.fetch needs a colon, I begin to wonder. You can
> be keep fetching and merging from the same branch of the same remote
> without keeping a remote tracking branch for that, but the above
> "correct fix" forbids that.
The point here was to find out what to track when we do a "git branch
--track <name> <origname>". So we definitely only want to find those
remotes that fetch to a certain tracking branch.
Sure, you can set up branch.<x>.merge to a branch that is not tracked.
But git cannot find out which one it is in the command "branch".
> Dscho, what were we smoking when we made this change?
Dude, I, uh, I think I, uh, don't remember. Peace.
Ciao,
Dscho
prev parent reply other threads:[~2007-11-11 19:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-10 17:45 git-branch silently ignores --track on local branches Wayne Davison
2007-11-10 18:43 ` Junio C Hamano
2007-11-11 19:23 ` Johannes Schindelin [this message]
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=Pine.LNX.4.64.0711111919170.4362@racer.site \
--to=johannes.schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=wayne@opencoder.net \
/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).