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

Re: The msysGit Herald, issue 2

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:36

Johannes Sixt [off-list ref] writes:
Linus Torvalds schrieb:
quoted
...
Or maybe you did fetch a tracking branch?
I don't think I fetched a tracking branch. If I do:

   $ mkdir foo && cd foo && git init
   $ git fetch ../git master:refs/heads/master

(where ../git is a clone of git.git with a few local changes), I get
all the tags. Good or bad?
That's exactly Linus meant "fetching a tracking branch".  Your
refspec has non-empty string on the RHS of the colon.

	$ git fetch ../git master

is the form without tracking.  IOW, not storing into your refs
namespace.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help