On Wednesday 2019-10-02 15:55, Jeff King wrote:
So instead of this:

$ git fetch origin master

try this:

 $ git fetch origin

It creates the master branch. This is what I'm trying to avoid.

or even this:

 $ git fetch origin master:refs/remotes/origin/master

Bingo. It's ugly but it works. Problem solved :-).

There's more discussion in this thread (but it looks like no patches
ever came out of it):

 
https://public-inbox.org/git/20170817092853.hteuzni5lxia4...@sigill.intra.peff.net/

The explanation makes a kind of sense, but if someone want to avoid polluting the tags when fetching into FETCH_HEAD one could get it with --no-tags. So this is more of a misguided attempt to get a seemingly sensible default while destroying a consistent behaviour.

Sometimes I can see why people say git is confusing ;-).

Thanks
Martin Nicolay

--

No MS-Word attachments (http://www.gnu.org/philosophy/no-word-attachments.html)
_______________________________________________________________________________
OSM AG | Ruhrallee 191 | 45136 Essen | Fon: 0201-89 555 | Fax: 0201-89 55 400
web: www.osm-ag.de | e-mail: i...@osm-ag.de
IBAN: DE67 4325 0030 0001 0059 82 | BIC: WELADED1HRN
USt-ldNr.: DE163337313 | HRB: 28171 Essen
Aufsichtsratsvorsitzende: Dipl.-Kff. Sabine Elsas
Vorstand: Johannes Kuhn (Vorsitzender), Christian Damsky, Axel Roland

--
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail.
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht
gestattet.
_______________________________________________________________________________

Reply via email to