sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 56d816c0960f7b655e78f3b10eab1a1e6b5790a9
parent 6131e301f3f662c0be17e78a87d0e6e361bada08
Author: sin <sin@2f30.org>
Date:   Wed, 29 Apr 2015 13:35:30 +0200

Remove prefix from sic patches

Diffstat:
Rtools.suckless.org/sic/patches/sic-hidecommand.diff -> tools.suckless.org/sic/patches/hidecommand.diff | 0
Atools.suckless.org/sic/patches/hidecommand.md | 21+++++++++++++++++++++
Dtools.suckless.org/sic/patches/index.md | 29-----------------------------
Dtools.suckless.org/sic/patches/sic-hidecommand.md | 21---------------------
4 files changed, 21 insertions(+), 50 deletions(-)

diff --git a/tools.suckless.org/sic/patches/sic-hidecommand.diff b/tools.suckless.org/sic/patches/hidecommand.diff diff --git a/tools.suckless.org/sic/patches/hidecommand.md b/tools.suckless.org/sic/patches/hidecommand.md @@ -0,0 +1,21 @@ +hide commands +============= + +Description +----------- + +This patch lets you hide IRC messages such as JOIN/QUIT. +You can use the sic command 'h' to specify what messages are hidden. +Example: +:h JOIN,QUIT + +Now all JOIN and QUIT messages will not be displayed. The delimiter is +unimportant (use what you like or nothing at all) + +Use the command without arguments to stop hiding any messages. + +Download +-------- + +* [patch](hidecommand.diff) + diff --git a/tools.suckless.org/sic/patches/index.md b/tools.suckless.org/sic/patches/index.md @@ -1,29 +0,0 @@ -Patches -======= - -diff generation ---------------- -For git users: - - cd sic-directory - git diff > sic-X.Y-yourpatchname.diff - -For tarballs: - - cd modified-sic-directory/.. - diff -up original-sic-directory modified-sic-directory > sic-X.Y-yourpatchname.diff - -where `X.Y` is an sic tag name or version number. - - -patch application ------------------ -For git users: - - cd sic-directory - git apply path/to/patch.diff - -For tarballs: - - cd sic-directory - patch -p1 < path/to/patch.diff diff --git a/tools.suckless.org/sic/patches/sic-hidecommand.md b/tools.suckless.org/sic/patches/sic-hidecommand.md @@ -1,21 +0,0 @@ -hide commands -============= - -Description ------------ - -This patch lets you hide IRC messages such as JOIN/QUIT. -You can use the sic command 'h' to specify what messages are hidden. -Example: -:h JOIN,QUIT - -Now all JOIN and QUIT messages will not be displayed. The delimiter is -unimportant (use what you like or nothing at all) - -Use the command without arguments to stop hiding any messages. - -Download --------- - -* [patch](sic-hidecommand.diff) -