Johan Herland wrote:
Although I'm starting to wonder whether our remote -> local refspec mappings
are getting too varied (i.e. confusing). Currently we have:
Remote repo -> Local repo
------------------------------------------------
refs/heads/* refs/remotes/$remote/*
refs/tags/* refs/tags/*
...and soon we may also have:
refs/notes/* refs/notes/remotes/$remote/*
How about
refs/notes/* refs/notes/$remote/*
?
Plus side: shorter magic prefix to remember,
--notes-ref=charon/full would work with the
current --notes-ref dwimery.
Downside: potential for name conflicts?