On Thu, Nov 02, 2017 at 04:48:45PM +0900, Junio C Hamano wrote: > Jeff King <peff@xxxxxxxx> writes: > > > If the clutter is too much, it could also go into a git-notes ref > > (that's not already implemented, but it seems like it would be pretty > > easy to teach "git am" to do that). > > FWIW, that is what I use a notes ref "amlog" for. Right, I completely forgot that you were already doing that. So jumping to the thread for a commit is basically: $browser $(git notes --ref=amlog show $commit | perl -pe 's{Message-Id: <(.*)>}{https://public-inbox.org/git/$1/t}') (Or whichever archive you prefer to use). Thanks for the reminder. -Peff