summary history branches tags files
Commit Message Author Date Diff Refs
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)