about summary refs log tree commit homepage
path: root/lib/PublicInbox/RepoConfig.pm
DateCommit message (Collapse)
2017-02-11repo: lazily read description and cloneurl
This improves startup speed at the cost of CoW-friendliness for long-lived daemons (which can be fixed, later).
2017-02-10config: move try_cat function from inbox
This allows RepoConfig to be independent of the PublicInbox::Inbox class.
2017-02-10repo: add class for representing a code repo
This should hopefully allow us to organize our code better
2017-02-09repobrowse: shorten internal names
We'll still be keeping "repobrowse" for the public API for use with .psgi files, but shortening the name means less typing and we may have command-line tools, too.