commit fd2b1e1ba86f06e0fc414fc0e956b5963e83cbc7
parent be46fbbb5147bd1289d25637818a37225c8522ef
Author: Anselm R Garbe <anselm@garbe.us>
Date: Thu, 29 Nov 2012 19:31:09 +0100
various fixes and the git switch announcement
Diffstat:
8 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/dwm.suckless.org/customisation/index.md b/dwm.suckless.org/customisation/index.md
@@ -23,7 +23,7 @@ How do I modify **config.h**?
config.h can be edited just like any other C source code file.
It contains definitions of variables that are going to be used by dwm.c and therefore it is vital that the file is always up to date.
-The default Makefile distributed with dwm will not overwrite your customised config.h with the contents of config.def.h, even if it was updated in the latest mercurial pull.
+The default Makefile distributed with dwm will not overwrite your customised config.h with the contents of config.def.h, even if it was updated in the latest git pull.
Therefore, you should always compare your customised config.h with config.def.h and make sure you include any changes to the latter in your config.h.
How do I modify **config.mk**?
diff --git a/dwm.suckless.org/index.md b/dwm.suckless.org/index.md
@@ -67,7 +67,7 @@ If it is your first time using dwm, start with reading the
Development
-----------
-You can [browse](http://git.suckless.org/dwm) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with the following command:
+You can [browse](http://git.suckless.org/dwm) its source code repository or get a copy using git with the following command:
git clone http://git.suckless.org/dwm
diff --git a/st.suckless.org/index.md b/st.suckless.org/index.md
@@ -123,7 +123,7 @@ Download
Development
-----------
-st is actively developed. You can [browse](http://git.suckless.org/st) its source code repository or get a copy using [Mercurial](http://www.selenic.com/mercurial/) with the following command:
+st is actively developed. You can [browse](http://git.suckless.org/st) its source code repository or get a copy using git with the following command:
git clone http://git.suckless.org/st
diff --git a/suckless.org/hacking.md b/suckless.org/hacking.md
@@ -32,7 +32,7 @@ Patches
diff generation
---------------
-For mercurial users:
+For git users:
cd program-directory
git diff > program-X.Y-yourpatchname.diff
@@ -46,7 +46,7 @@ where `X.Y` is a dwm tag name or version number.
patch program
-------------
-For mercurial users:
+For git users:
cd program-directory
git apply path/to/patch.diff
diff --git a/suckless.org/index.md b/suckless.org/index.md
@@ -5,6 +5,12 @@ Read more about our [philosophy](/philosophy) and join us on the [mailing list](
News
====
+2012-11-29
+----------
+We are glad to announce the switch to git from mercurial in all of our
+repositories. You can find them at <http://git.suckless.org>. Many thanks to
+20h for his contribution!
+
2012-11-02
----------
[st 0.3](http://st.suckless.org) released: [download](http://dl.suckless.org/st/st-0.3.tar.gz)
diff --git a/tools.suckless.org/dmenu/patches/index.md b/tools.suckless.org/dmenu/patches/index.md
@@ -3,7 +3,7 @@ Patches
diff generation
---------------
-For mercurial users:
+For git users:
cd dmenu-directory
hg diff > dmenu-X.Y-yourpatchname.diff
@@ -18,7 +18,7 @@ where `X.Y` is a dmenu tag name or version number.
patch application
-----------------
-For mercurial users:
+For git users:
cd dmenu-directory
hg patch path/to/patch.diff
diff --git a/tools.suckless.org/dmenu/patches/non_blocking_stdin.md b/tools.suckless.org/dmenu/patches/non_blocking_stdin.md
@@ -12,7 +12,7 @@ patch, so that you can use stdout to feed stdin.
Download
--------
-This patch should apply on mercurial version 2b9683c50723 (the latest -
+This patch should apply on git version 2b9683c50723 (the latest -
2010-12-08)
* [dmenu-tip-non-blocking-stdin.diff](dmenu-tip-non-blocking-stdin.diff)
diff --git a/wmi.suckless.org/index.md b/wmi.suckless.org/index.md
@@ -12,11 +12,11 @@ Download
Development
-----------
-You can also [browse](http://hg.suckless.org/wmi) its source code repository or
-get a copy using [Mercurial](http://www.selenic.com/mercurial/) with the
+You can also [browse](http://git.suckless.org/wmi) its source code repository or
+get a copy using git with the
following command:
- hg clone http://hg.suckless.org/wmi
+ git clone git://suckless.org/wmi
Build
-----