git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Storing notes refs outside of refs/
@ 2010-08-26 15:02 Joshua Jensen
  2010-08-26 17:05 ` Junio C Hamano
  0 siblings, 1 reply; 8+ messages in thread
From: Joshua Jensen @ 2010-08-26 15:02 UTC (permalink / raw)
  To: git@vger.kernel.org

  Every push to our server creates a note at .git/refs/notes/p4notes 
with the equivalent Perforce changelist number, so Git-controlled code 
and Perforce-controlled content can stay in sync.

gitk --all and Git Extensions (out of box) show all entries in the 
.git/refs/.  The p4notes entries are intermixed with the regular branch 
content.  This creates a HORRID visual mess.

I tried manually moving .git/refs/notes/p4notes to .git/p4/p4notes.

"git log --show-notes=p4/p4notes" fails, but assigning 
core.notesDisplayRef=p4/p4notes succeeds.

The best part is, the refs/* namespace is no longer cluttered with junk!

However, "git push origin p4/p4notes:p4/p4notes" fails with the error: 
Unable to push to unqualified destination: p4/p4notes.  The destination 
refspec neither matches an existing ref on the remote nor begins with 
refs/, and we are unable to guess a prefix based on the source ref.

Is there a way to make the "git push" work?

Thanks!

Josh

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

end of thread, other threads:[~2010-08-26 19:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-26 15:02 Storing notes refs outside of refs/ Joshua Jensen
2010-08-26 17:05 ` Junio C Hamano
2010-08-26 18:25   ` Joshua Jensen
2010-08-26 18:54     ` Junio C Hamano
2010-08-26 19:20       ` Joshua Jensen
2010-08-26 18:47   ` Tomas Carnecky
2010-08-26 18:51     ` Sverre Rabbelier
2010-08-26 19:09       ` Tomas Carnecky

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).