From 76ab0d635827602babccdd7267197ff6b98ca1c0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 8 Dec 2012 10:20:49 -0500 Subject: [PATCH] README: explicitly show how to fetch note references Tweaking fetch references may not be a particularly common activity. Signed-off-by: W. Trevor King --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.26.2