diff options
Diffstat (limited to '.config/paru/pkg_config/patches.md')
-rw-r--r-- | .config/paru/pkg_config/patches.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/paru/pkg_config/patches.md b/.config/paru/pkg_config/patches.md new file mode 100644 index 0000000..8e825e3 --- /dev/null +++ b/.config/paru/pkg_config/patches.md @@ -0,0 +1,7 @@ +# Creating patches for suckless + +To apply current patches, use `git am <patch-file>`, which replicates the commit +from which the patch was generated. + +To generate the patches, run `git format-patch --suffix=.diff suckless/master`, +which generates the patches from commits since suckless/master. |