sparseutils

utilities for interacting with sparse files
Log | Files | Refs | README | LICENSE

commit 96df857d2edaa5593a04335d547faefb9537d02f
parent 0d479abebe09253e8fbc24a5d16a57ee636a7e19
Author: Richard Ipsum <richardipsum@fastmail.co.uk>
Date:   Sun,  2 Apr 2017 17:52:56 +0100

Fix typo in README

Diffstat:
MREADME | 2+-
MREADME.md | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -36,7 +36,7 @@ Patches welcome! To prepare a patch series: :: - % git format-patch --cover-letter -o patches -M origin/master + % git format-patch --cover-letter -o patch -M origin/master % $EDITOR patch/0000-cover-letter.patch % git send-email patch diff --git a/README.md b/README.md @@ -26,7 +26,7 @@ To report an issue you can email me, please see the git log for the address. Patches welcome! To prepare a patch series: - % git format-patch --cover-letter -o patches -M origin/master + % git format-patch --cover-letter -o patch -M origin/master % $EDITOR patch/0000-cover-letter.patch % git send-email patch