Commits


include absolute URL in clone parameter


Set static clone URL for better UX (second attempt)


Purge empty table cell before git clone


Set default CSS url to HTTPS


Fix warnings


Default to absolute CSS url


Text size adjust for ios browsers


Return to very simplified version


Fix CSS formatting for inline styling


New styling for index page, cleanup for individual pages


Code overflow, minor fixes


Fix warnings, incorrect safety of strings


Inline styling, removing logo


We come full circle...


More relative path tweaks


More static relative path fixes


Tweak relative path issue


Updates to default style.css


Initial minor changes to personal fork


bump LICENSE year


in Atom (RFC4287) an atomTextConstruct specifies the type text as the default This saves a few bytes.


prefix usage with the common prefix "usage: "


bump version to 1.2


Makefile: add workaround for distros still using older libgit2 versions Noticed on Void Linux, Debian, etc.


Revert "remain compatible with slightly older libgit versions for now" This reverts commit 70541c5e2cbdc141ba94e76899aba5f07047cecf. Reported by Anton: The last commit[1] is not correct as GIT_OPT_SET_OWNER_VALIDATION is not a preprocessor directive but rather an enum. Causing the branch to never be entered.