[wiki] [sites] wiki updated

From: <hg_AT_suckless.org>
Date: Fri, 30 Oct 2009 17:16:15 +0000 (UTC)

changeset: 349:6df929a36b66
tag: tip
user: Evan Gates <evan.gates_AT_gmail.com>
date: Fri Oct 30 10:15:20 2009 -0700
files: tools.suckless.org/dmenu/patches/index.md
description:
added index.md to dmenu/patches/


diff -r fb8f47eeae5d -r 6df929a36b66 tools.suckless.org/dmenu/patches/index.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools.suckless.org/dmenu/patches/index.md Fri Oct 30 10:15:20 2009 -0700
_AT_@ -0,0 +1,29 @@
+PATCHES
+=======
+
+diff generation
+---------------
+For mercurial users:
+
+ cd dmenu-directory
+ hg diff > dmenu-X.Y-yourpatchname.diff
+
+For tarballs:
+
+ cd modified-dmenu-directory/..
+ diff -up original-dmenu-directory modified-dmenu-directory > dmenu-X.Y-yourpatchname.diff
+
+where `X.Y` is a dmenu tag name or version number.
+
+
+patch application
+-----------------
+For mercurial users:
+
+ cd dmenu-directory
+ hg patch path/to/patch.diff
+
+For tarballs:
+
+ cd dmenu-directory
+ patch -p1 < path/to/patch.diff
Received on Fri Oct 30 2009 - 18:16:15 CET

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:30:58 CEST