URI:
       tPut repositories directly in $HOME - stagit - static git page generator
  HTML git clone git://src.adamsgaard.dk/stagit
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 659766c53a09b469a534cbeba9d2fe7181542fa5
   DIR parent 63be26e0567dc276b45dadeae53b537bf09d7d8c
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 23 Feb 2020 09:45:03 +0100
       
       Put repositories directly in $HOME
       
       Diffstat:
         M create-repo.sh                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/create-repo.sh b/create-repo.sh
       t@@ -2,7 +2,7 @@
        set -eu
        
        # configuration
       -repodir="$HOME/src"
       +repodir="$HOME"
        default_owner="Anders Damsgaard"
        giturl="git://src.adamsgaard.dk"