blob: 03b4033c48cc7496dc2b7eb4ed7540a67e03d960 (
plain)
1
2
3
4
5
6
7
8
9
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.
|