URI: 
       tiny whitespace fix - stagit-gopher - A git gopher frontend. (mirror)
  HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 6f7d23c5ea7137301e7302fe1123d7d2eef98d94
   DIR parent a8943ce1f85bb1970b5fad3c91a514505da2946a
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue,  5 Jan 2016 22:32:11 +0100
       
       tiny whitespace fix
       
       Diffstat:
         M example.sh                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/example.sh b/example.sh
       @@ -28,7 +28,7 @@ find . -maxdepth 1 -type d | grep -v "^.$" | sort | while read -r dir; do
        
                printf "%s..." "${d}"
                cd "${curdir}"
       -        
       +
                test -d "${d}" || mkdir -p "${d}"
                cd "${d}"
                stagit "${reposdir}${d}"