posts:git:notes: point people towards git notes ref base thread.
authorW. Trevor King <wking@tremily.us>
Wed, 5 Sep 2012 17:57:15 +0000 (13:57 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 5 Sep 2012 17:57:15 +0000 (13:57 -0400)
commit61deaf5390932e0a02caa6d7b22ee66dbaf1b990
tree95443e77e3895a358975a375fcd2e530d2a854f5
parentce29f56b031e973e0adfff79e633d210ea8ff3dd
posts:git:notes: point people towards git notes ref base thread.

Thanks to Johan for the pointer:

From: Johan Herland
Subject: Re: [PATCH 0/2] Add --expand to 'git notes get-ref'
Date: Wed, 5 Sep 2012 17:58:37 +0200
Archived-At: <http://permalink.gmane.org/gmane.comp.version-control.git/204833>

On Wed, Sep 5, 2012 at 2:48 PM, W. Trevor King <wking@tremily.us> wrote:
> The second commit makes the expansion less strict about the location
> of note refs.  In his initial mail introducing 'git notes', Johan says
> that note refs should live under 'refs/notes' [1].  This seems like a
> good place for local notes, but note refs from remote repos should
> probably live somewhere else (e.g. 'refs/remote-notes/' or
> 'refs/remotes/<name>/notes/'.  In the initial thread there are a few
> messages talking about looking up reverse mappings under 'refs/notes/',
> but this seems to all have been before the 'refs/notes/<namespace>/'
> stage.  If I'm missing a good reason to keep everything under
> 'refs/notes/', feel free to ignore the second patch.

This has been discussed a couple of times on this list, but it never
resulted in any actual changes. Read up on this thread to get some
context:

http://thread.gmane.org/gmane.comp.version-control.git/160503
posts/Git/notes.org