[wiki] [sites] Use ".diff" consistently. || Raf Czlonka
commit c0e48f2404faed0d22374f388070145a206d5b6c
Author: Raf Czlonka <rczlonka_AT_gmail.com>
Date: Tue Mar 6 08:42:50 2018 +0000
Use ".diff" consistently.
diff --git a/suckless.org/hacking.md b/suckless.org/hacking.md
index e71dd6f2..36323caa 100644
--- a/suckless.org/hacking.md
+++ b/suckless.org/hacking.md
_AT_@ -77,7 +77,7 @@ For git users:
cd program-directory
git add filechanges...
git commit (write a clear patch description)
- git format-patch --stdout HEAD^ > toolname-patchname-YYYYMMDD-SHORTHASH.patch
+ git format-patch --stdout HEAD^ > toolname-patchname-YYYYMMDD-SHORTHASH.diff
For tarballs:
_AT_@ -95,7 +95,7 @@ For git users, use -3 to fix the conflict easily:
For patches formatted with git format-patch:
cd program-directory
- git am path/to/patch.patch
+ git am path/to/patch.diff
For tarballs:
Received on Tue Mar 06 2018 - 09:43:27 CET
This archive was generated by hypermail 2.3.0
: Tue Mar 06 2018 - 09:48:27 CET