aboutsummaryrefslogtreecommitdiff
path: root/src/state.rs
AgeCommit message (Collapse)AuthorLines
2021-04-23open the repo when handling the requestHEADcanonMelody Horn-0/+5
it would be smart to not keep the Vec<Repository> around, but nobody's ever accused me of smart
2021-04-22correctly sort by newest commitMelody Horn-5/+9
2021-04-22sort by newest commitMelody Horn-1/+8
2021-04-22only recurse into actual directoriesMelody Horn-2/+5
2021-04-22handle permission errors gracefullyMelody Horn-1/+7
2021-04-22appease the paperclipMelody Horn-11/+8
2021-04-22correctly find repos in subdirectoriesMelody Horn-13/+35
2021-04-22throw together a super basic repo listMelody Horn-0/+24