git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* on pulling/cloning git notes
@ 2010-06-24  8:22 Christian MICHON
  2010-06-24  9:48 ` Michael J Gruber
  0 siblings, 1 reply; 5+ messages in thread
From: Christian MICHON @ 2010-06-24  8:22 UTC (permalink / raw)
  To: git list

Hi list,

I've been playing recently with git notes and figured out how to push
my notes to my central gitolite server, tweaking .git/config in this
way (adding a push section):

[remote "gitolite"]
        url = gitolite:daat
        fetch = +refs/heads/*:refs/remotes/gitolite/*
        push = +refs/notes/*:refs/notes/*

When trying to to a 'git clone --mirror' from that same gitolite
server, I was expecting to get back refs/notes, but I did not.

Did I miss something or git notes are actually not meant to be cloned/pulled?

-- 
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-06-24 13:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).