Thread (7 messages) flat view 7 messages, 4 authors, 2016-06-15

Re: reducing object store size with remote alternates or shallow clone?

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

Possibly related (same subject, not in this thread)

Brandon Casey [off-list ref] writes:
On 08/24/2010 11:45 AM, Junio C Hamano wrote:
quoted
How about doing

    $ LINUS=git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
quoted
    $ git fetch $LINUS
    $ git bundle create myfork.bundle HEAD..master
I think you mean

      $ git fetch $LINUS master
      $ git bundle create myfork.bundle FETCH_HEAD..master
Thanks, of course you are right.

Strictly speaking, as I know there is only one branch in the repository of
Linus, there is no need to say "master" when fetching, but it would be a
good discipline to explicitly specify what you mean on the command line.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help