🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit 168822c91572479a08800296ed22883032751002
Parent: 587e74871afe3131b95237f7fe898be05087c072
Author: mcol <mcol@posteo.net>
Date: 2022-05-29 16:23:23 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2022-05-29 16:23:23 +0100

minor tidy

src/Repositories.hs Modified

@@ -7,7 +7,6 @@
 
 module Repositories (
     run,
-    getRefs,
 ) where
 
 import qualified Bindings.Libgit2 as LG
@@ -70,7 +69,7 @@
     mkRepo p = (\d -> Repo p d Nothing) <$> getDescription p
 
 {-
-Pass the repository's folder, get its description. The algorithm is:
+Pass the repository's folder, get its description. The approach is:
 
     1. Check for a description in repo/description
     2. Check for a description in repo/.git/description