README: explicitly show how to fetch note references
authorW. Trevor King <wking@tremily.us>
Sat, 8 Dec 2012 15:20:49 +0000 (10:20 -0500)
committerW. Trevor King <wking@tremily.us>
Sat, 8 Dec 2012 15:20:58 +0000 (10:20 -0500)
Tweaking fetch references may not be a particularly common activity.

Signed-off-by: W. Trevor King <wking@tremily.us>
README

diff --git a/README b/README
index 7185ba7f0ffb2a41a6614dbef6ec7e7038df1a7a..5f3e2899c7d094f4fd5b144040928aa7a5c31d15 100644 (file)
--- 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`
 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
 
 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