[wiki] [sites] [sent] rename dmenu->sent in sent/patches/index.md || Markus Teich

From: <git_AT_suckless.org>
Date: Wed, 18 Nov 2015 01:12:45 +0100

commit be4319bd83e41d8c0a3c2230901dcaa6803b5756
Author: Markus Teich <markus.teich_AT_stusta.mhn.de>
Date: Wed Nov 18 01:14:56 2015 +0100

    [sent] rename dmenu->sent in sent/patches/index.md

diff --git a/tools.suckless.org/sent/patches/index.md b/tools.suckless.org/sent/patches/index.md
index efa7efa..d4d86e8 100644
--- a/tools.suckless.org/sent/patches/index.md
+++ b/tools.suckless.org/sent/patches/index.md
_AT_@ -5,25 +5,25 @@ diff generation
 ---------------
 For git users:
 
- cd dmenu-directory
- git diff > dmenu-X.Y-yourpatchname.diff
+ cd sent-directory
+ git diff > sent-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-sent-directory/..
+ diff -up original-sent-directory modified-sent-directory > sent-X.Y-yourpatchname.diff
 
-where `X.Y` is a dmenu tag name or version number.
+where `X.Y` is a sent tag name or version number.
 
 
 patch application
 -----------------
 For git users:
 
- cd dmenu-directory
+ cd sent-directory
     git apply path/to/patch.diff
 
 For tarballs:
 
- cd dmenu-directory
+ cd sent-directory
     patch -p1 < path/to/patch.diff
Received on Wed Nov 18 2015 - 01:12:45 CET

This archive was generated by hypermail 2.3.0 : Wed Nov 18 2015 - 01:24:11 CET