summary history branches tags files
Commit Message Author Date Diff Refs
16f5661 document tera filters in readme Trevor Bentley 2023-01-15 1 (+14/-0)
3a71d80 add GPL license and header comments Trevor Bentley 2023-01-15 7 (+806/-0)
0b67001 minor README tweak Trevor Bentley 2023-01-15 1 (+1/-1)
dd93cba make website link an actual link Trevor Bentley 2023-01-15 1 (+4/-0)
d4100e8 add ability to sort repo list by date Trevor Bentley 2023-01-15 3 (+8/-2)
276b8a0 add option to link directly to readme Trevor Bentley 2023-01-15 5 (+41/-5)
8185721 add README Trevor Bentley 2023-01-14 3 (+207/-1)
5191a96 add configurable git clone URL Trevor Bentley 2023-01-14 6 (+53/-9)
0899d51 command-line argument to clean output Trevor Bentley 2023-01-14 2 (+28/-4)
6d30183 config options and behavior tweaks to support large repositories Trevor Bentley 2023-01-14 9 (+300/-152)
d903e4a CLI options to generate and open local repositories Trevor Bentley 2023-01-13 4 (+76/-1)
cfc589e make parsed branch configurable Trevor Bentley 2023-01-13 4 (+24/-4)
10082c2 fix site_assets to be a relative path Trevor Bentley 2023-01-13 2 (+11/-2)
f142234 add a stylized default template Trevor Bentley 2023-01-13 16 (+664/-122)
0966bb5 add a files output template Trevor Bentley 2023-01-13 5 (+85/-4)
51007c6 cargo fmt Trevor Bentley 2023-01-12 2 (+20/-17)
99cdc02 protect against writes outside of output directory Trevor Bentley 2023-01-12 2 (+51/-33)
bc29ccd bump version to 0.3.0 Trevor Bentley 2023-01-12 2 (+2/-2) v0.3.0
273d62c support paginated history, branches, tags Trevor Bentley 2023-01-12 9 (+404/-25)
c60b1d2 change recommended clone path to clone_repos/ Trevor Bentley 2023-01-12 2 (+2/-1)
87f6ce3 change recommended output dir to rendered/ Trevor Bentley 2023-01-12 2 (+2/-1)
b84065e apply rustfmt. ugh. Trevor Bentley 2023-01-12 5 (+419/-290)
6598220 bump to version 0.2.0 Trevor Bentley 2023-01-12 2 (+2/-2) v0.2.0
bfcd8ca refactor into modules Trevor Bentley 2023-01-12 6 (+1547/-1383)
d3a2e94 parallelize file generation (syntax highlighting) Trevor Bentley 2023-01-12 3 (+131/-20)
ad79db1 gracefully handle tags to invalid/missing commits Trevor Bentley 2023-01-12 1 (+18/-3)
3d3eda5 fix repos not inheriting global settings Trevor Bentley 2023-01-12 1 (+18/-3)
a0ad8a8 cleanup of imports Trevor Bentley 2023-01-12 1 (+20/-16)
871ff0a added proper default config file Trevor Bentley 2023-01-12 5 (+414/-394)
d30d031 make paths relative to the config file Trevor Bentley 2023-01-12 1 (+8/-4)
c37b7ed cache ref names instead of searching on every commit Trevor Bentley 2023-01-12 1 (+15/-15)
581b4fb skip generation of unspecified templates Trevor Bentley 2023-01-12 2 (+81/-67)
ea48b68 add support for cloning remote repos (non-authed HTTPS only) Trevor Bentley 2023-01-12 3 (+95/-9)
c030d31 add verbose/quiet options and output messages Trevor Bentley 2023-01-11 1 (+129/-26)
4f664e7 fix incorrect file names/paths Trevor Bentley 2023-01-11 1 (+4/-6)
6ab59fc add configurable limits Trevor Bentley 2023-01-11 5 (+470/-54)
cfa809e configurable output files/dirs, and copy asset files Trevor Bentley 2023-01-11 3 (+157/-77)
d5428f9 better header/footer template, add syntax highlighting Trevor Bentley 2023-01-11 15 (+438/-51)
4e436a2 more settings, headers+footers+error pages Trevor Bentley 2023-01-10 13 (+370/-227)
1951074 functional prototype: TOML settings, CLI args, templated repo output Trevor Bentley 2023-01-10 11 (+2052/-27)
9b64c36 initial commit Trevor Bentley 2023-01-07 4 (+248/-0)