diff options
author | gennyble <gen@nyble.dev> | 2023-12-16 07:49:48 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-12-16 07:49:48 -0600 |
commit | 53dd495bdd187c148720784bf6b33137b2715ac4 (patch) | |
tree | ca7c0b2bdd91dbfcc4193097442befd4559781a6 | |
parent | 46245309f89bb9bdfdd779c32bc8adc5da147a88 (diff) | |
download | cgit-pink-wiki.tar.gz cgit-pink-wiki.zip |
add 'this is a fork' readme wiki
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..03b4033 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +a fork of a fork? upstream is at [git.causal.agency/cgit-pink/][upstream]. i wanted to play with modifying cgit :) + +[upstream]: https://git.causal.agency/cgit-pink/ + +### changes in this fork +#### order sections even using scan-path +when you use `scan-path` you loose the ability to control how sections are ordered. now you can set +`section-sort=order` and define one or more `section-order=directory`. These directory will appear +below sectionless repository but above unspecified sections. ordering within `section-order` are +preserved and unordered sections are sorted by name. |