URI: 
       default more file extensions to type 0 - geomyidae - A small C-based gopherd.
  HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 405a6206fe77dbdfd2be75960658fc383d7ad808
   DIR parent ddfe9f75756640b266be9e1bf80ce9581a405b6d
  HTML Author: Pete Deas <petedeas@fastmail.fm>
       Date:   Thu, 16 Feb 2017 19:02:38 +0000
       
       default more file extensions to type 0
       
       specifically: .md .c .sh .patch
       
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         M ind.c                               |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/ind.c b/ind.c
       @@ -35,6 +35,10 @@ filetype type[] = {
                {"htm", "0", handlebin},
                {"xhtml", "0", handlebin},
                {"css", "0", handlebin},
       +        {"md", "0", handlebin},
       +        {"c", "0", handlebin},
       +        {"sh", "0", handlebin},
       +        {"patch", "0", handlebin},
                {nil, nil, nil},
        };