t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 863656d2bcb60b58fd89194cc00e956821e2c204
   DIR parent f1a34ae1e435cdc3a81cc2cee2a78fb016a24c2b
   URI Author: arg@10ksloc.org <unknown>
       Date:   Wed,  2 Aug 2006 17:12:00 +0200
       
       fixed a type in README, and patched config.mk
       
       Diffstat:
         M README                              |       2 +-
         M config.mk                           |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/README b/README
       t@@ -13,7 +13,7 @@ Installation
        Edit config.mk to match your local setup (dwm is installed into
        the /usr/local namespace by default).
        
       -Afterwards enter the following command to build and install dwm (if
       +Afterwards enter the following commands to build and install dwm (if
        necessary as root):
        
            cp config.default.h config.h
   DIR diff --git a/config.mk b/config.mk
       t@@ -1,5 +1,5 @@
        # dwm version
       -VERSION = 0.6
       +VERSION = 0.7
        
        # Customize below to fit your system