commit b674aef9db4683d089751fd44e279161a0020736
parent 3ab716fc8c7451448dee3d18186b489416b3b44a
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 9 Feb 2019 14:07:11 +0100
hacking page: clarify about multiple commits patchsets
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/suckless.org/hacking/index.md b/suckless.org/hacking/index.md
@@ -86,6 +86,9 @@ For tarballs:
diff -up original-program-directory modified-program-directory > \
toolname-patchname-RELEASE.diff
+Don't push multiple commits patchsets. A single patch should apply all changes
+using `patch -p1`.
+
patch program
-------------
For git users, use -3 to fix the conflict easily: