URI: 
       Remove config.h from repo - sinit - suckless init
  HTML git clone git://git.suckless.org/sinit
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 5effb9944e3f7d4add1257204d86fd6cb3214967
   DIR parent fd0f19b55727f4cc005bfa2c7959134e4a682617
  HTML Author: sin <sin@2f30.org>
       Date:   Thu,  6 Feb 2014 11:34:38 +0000
       
       Remove config.h from repo
       
       Diffstat:
         D config.h                            |       6 ------
       
       1 file changed, 0 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/config.h b/config.h
       @@ -1,6 +0,0 @@
       -/* See LICENSE file for copyright and license details. */
       -static const char *fifopath = "/var/run/sinit.fifo";
       -static Command commands[] = {
       -        { "poweroff",   cmdpoweroff,   {0} },
       -        { "reboot",     cmdreboot,     {0} },
       -};