From: W. Trevor King Date: Sat, 8 Dec 2012 15:20:49 +0000 (-0500) Subject: README: explicitly show how to fetch note references X-Git-Url: http://git.tremily.us/?p=signed-off-by.git;a=commitdiff_plain;h=76ab0d635827602babccdd7267197ff6b98ca1c0 README: explicitly show how to fetch note references Tweaking fetch references may not be a particularly common activity. Signed-off-by: W. Trevor King --- diff --git a/README b/README index 7185ba7..5f3e289 100644 --- a/README +++ b/README @@ -54,7 +54,10 @@ Git), I've cherry-picked the relevant commits from the project repositories to preserve commit metadata. For each of these commits, I've attached a note with the commit hash, original commit message, and original commit repository. Fetch the `refs/notes/commits` -reference from my public repository if you want these notes. +reference from my public repository if you want these notes: + + $ git config --add remote.origin.fetch '+refs/notes/*:refs/notes/*' + $ git fetch origin If I altered the original patch by removing context, I've added my s-o-b. Otherwise the original patch applied cleanly, and I left my