From: W. Trevor King Date: Mon, 26 Nov 2012 16:02:35 +0000 (-0500) Subject: README: document borrowed commits and original-repo notes X-Git-Url: http://git.tremily.us/?p=signed-off-by.git;a=commitdiff_plain;h=3bbd1f45468194e9c0607b3b142a720332cd8f07 README: document borrowed commits and original-repo notes Signed-off-by: W. Trevor King --- diff --git a/README b/README index 9655b44..7185ba7 100644 --- a/README +++ b/README @@ -45,3 +45,17 @@ license: `GPLv2-exact` for `SubmittingPatches`, `CC0-1.0` for `CONTRIBUTING`, and `CC-BY-3.0` for `CC0-1.01`. It also includes the short, human-readable versions of the CC licenses. + +Borrowed commits +================ + +For work that started in other projects (e.g. the Linux kernel and +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. + +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 +s-o-b off.