----- Original Message -----
From: Junio C Hamano
Date: 8/26/2010 11:05 AM
Joshua Jensen[off-list ref] writes:
quoted
I tried manually moving .git/refs/notes/p4notes to .git/p4/p4notes.
Bad idea. Your notes no longer are protected from fsck and prune.
Don't do it.
And had I thought for longer than 1 minute about it, I would have
realized that.
Okay then...
gitk --all --not --glob=refs/notes/*
does not work. Is there a way to make it work? I think, from another
conversation asking a different (but related) question, the answer is no.
Josh
From: Tomas Carnecky <hidden> Date: 2016-06-15 22:49:23
On 8/26/10 7:05 PM, Junio C Hamano wrote:
Joshua Jensen [off-list ref] writes:
quoted
I tried manually moving .git/refs/notes/p4notes to .git/p4/p4notes.
Bad idea. Your notes no longer are protected from fsck and prune.
Hm, so storing no longer needed branches outside of the refs/heads
namespace (so that they don't show up in git branch) is a bad idea? This
suggestion was made in #git today or yesterday and I'd like to know if I
should advise people against doing that.
tom
Heya,
On Thu, Aug 26, 2010 at 13:47, Tomas Carnecky [off-list ref] wrote:
Hm, so storing no longer needed branches outside of the refs/heads
namespace (so that they don't show up in git branch) is a bad idea?
You can store them outside refs/heads just fine, as long as they're
somewhere under refs. For example, refs/attic/ would be perfectly
safe.
--
Cheers,
Sverre Rabbelier