git.strcat.st

/strcat/sgit.git/ - summarytreelogarchive

subject
clean readme
commit
5daa1c57a3fb6922755a9960a18d95d45f5eda16
date
2026-05-28T12:43:50Z
message
diff
 README.md | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/README.md b/README.md
index fe30c34..819e453 100644
--- a/README.md
+++ b/README.md
@@ -5,21 +5,13 @@
 ## building
 
 make dat shit
-<<<<<<< HEAD
-
-=======
 MARKDOWN= is set to 0, pass flag to make if you want markdown
 formatting for readmes
->>>>>>> ee3b035 (init)
 run dat shit `./sgit repos out`
 
 if `repos` is a repo (`.git/` exists), it generates one site in `out`.
 
-<<<<<<< HEAD
-if `repos` does not have a .git/ directory it will scan direct child directories and generates one 
-=======
 if `repos` does not have a .git/ directory or bare repo it will scan direct child directories and generates one 
->>>>>>> ee3b035 (init)
 site per repo, plus a top level index
 
 ## output layout
@@ -32,28 +24,18 @@ site per repo, plus a top level index
 
 ## metadata
 
-<<<<<<< HEAD
-it reads meta data from .git/owner or .git/cloneurl
-
-- `owner`     defaults to `unknown` if missing
-- `cloneurl`  shown when present; e.g.:
-=======
 it reads meta data from .git/owner or .git/cloneurl or just repo/<owner/cloneurl> if bare
 
 - `owner`     defaults to `unknown` if missing
 - `cloneurl`  shown when present; e.g.:
 should probably make it so you can specify multiple clone urls neatly..
->>>>>>> ee3b035 (init)
 ```
 printf '%s\n' "https://git.larp.moe/dd/sgit.git > \
 /path/to/repo/.git/cloneurl
 ```          
 
 ## styling
-<<<<<<< HEAD
-=======
 all pages link to the relative path of your our dir for style.css
->>>>>>> ee3b035 (init)
 make a style.css in the root of the out directory.
 - `out/style.css`
 
@@ -62,10 +44,6 @@ make a style.css in the root of the out directory.
 each repo output directory stores `.sgit-cache` with the last generated `head`.
 if `head` has not changed, that repo is skipped.
 
-<<<<<<< HEAD
-
-=======
->>>>>>> ee3b035 (init)
 ## See Also
 
 - [stagit](https://codemadness.org/git/stagit/)