From: Christian MICHON <christian.michon@gmail.com>
To: Michael J Gruber <git@drmicha.warpmail.net>
Cc: git list <git@vger.kernel.org>
Subject: Re: on pulling/cloning git notes
Date: Thu, 24 Jun 2010 15:27:48 +0200 [thread overview]
Message-ID: <AANLkTimImotT2F2JGSZnUsjD-dGk7s_eBx2j815FTcAG@mail.gmail.com> (raw)
In-Reply-To: <4C235ABE.9050504@drmicha.warpmail.net>
On Thu, Jun 24, 2010 at 3:16 PM, Michael J Gruber
<git@drmicha.warpmail.net> wrote:
> Christian MICHON venit, vidit, dixit 24.06.2010 14:25:
>> On Thu, Jun 24, 2010 at 11:48 AM, Michael J Gruber
>> <git@drmicha.warpmail.net> wrote:
>>> As you can see from the default "fetch" line above, "refs/heads" are
>>> fetched by default (when cloning, fetching etc.), but nothing else
>>> (well, besides some tags). You can set up an additional fetch refspec to
>>> get the notes also.
>>
>> I'm actually doing a fresh clone elsewhere, using 'git clone --mirror
>> gitolite:daat'.
>
> You didn't say "--mirror" before ;)
yes I did... "When trying to to a 'git clone --mirror' from that same
gitolite"...
>
>>
>> I was expecting to grab everything from the remote refs, as in this
>> case my .git/config will look like this:
>> [remote "origin"]
>> fetch = +refs/*:refs/*
>> mirror = true
>> url = gitolite:daat
>
> Hmmh. I have notes in the standard "refs/notes/commits", push them into
> that same ref on the remote side (using an additional push refspec).
> When I "clone --mirror" that I do get them back in "refs/notes/commits"
> in the (bare) mirror repo.
>
>> [remote "origin"]
>> fetch = +refs/heads/*:refs/notes/*
>> mirror = true
>> url = gitolite:daat
>>
>> Thanks for the hint, Michael!
>>
>
> I'm glad it helped though I don't know why...
>
> Did you push the notes into head refs?
yes apparently I did. I thought it did help, I must have pushed the
wrong way originally.
I'll fix that. Actually --mirror works fine and I'm actually getting
the commit linked to the notes.
thanks for double checking.
--
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !
prev parent reply other threads:[~2010-06-24 13:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-24 8:22 on pulling/cloning git notes Christian MICHON
2010-06-24 9:48 ` Michael J Gruber
2010-06-24 12:25 ` Christian MICHON
2010-06-24 13:16 ` Michael J Gruber
2010-06-24 13:27 ` Christian MICHON [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=AANLkTimImotT2F2JGSZnUsjD-dGk7s_eBx2j815FTcAG@mail.gmail.com \
--to=christian.michon@gmail.com \
--cc=git@drmicha.warpmail.net \
--cc=git@vger.kernel.org \
/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).