commit a35e7f3fa04c875a8c0bf8d011f4c434099fea94 parent eb5eb7e457be08ce9606c2e9df92c6b99126970b Author: Quentin Rameau <quinq@quinq.eu.org> Date: Sun, 26 Jan 2014 19:26:09 +0100 tabbed: corrected application name in patches/index.md Diffstat:
M | tools.suckless.org/tabbed/patches/index.md | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/tools.suckless.org/tabbed/patches/index.md b/tools.suckless.org/tabbed/patches/index.md @@ -5,26 +5,26 @@ diff generation --------------- For git users: - cd dmenu-directory - git diff > dmenu-X.Y-yourpatchname.diff + cd tabbed-directory + git diff > tabbed-X.Y-yourpatchname.diff For tarballs: - cd modified-dmenu-directory/.. - diff -up original-dmenu-directory modified-dmenu-directory > dmenu-X.Y-yourpatchname.diff + cd modified-tabbed-directory/.. + diff -up original-tabbed-directory modified-tabbed-directory > tabbed-X.Y-yourpatchname.diff -where `X.Y` is a dmenu tag name or version number. +where `X.Y` is a tabbed tag name or version number. patch application ----------------- For git users: - cd dmenu-directory + cd tabbed-directory git apply path/to/patch.diff For tarballs: - cd dmenu-directory + cd tabbed-directory patch -p1 < path/to/patch.diff