Commit Briefs

0166a84d17 Bradley Taunt

include absolute URL in clone parameter (master)


8829c9dc52 Bradley Taunt

Set static clone URL for better UX (second attempt)


67b757c185 Bradley Taunt

Purge empty table cell before git clone


fc25d36a34 Bradley Taunt

Set default CSS url to HTTPS


c7c9a5878e Bradley Taunt

Fix warnings


6fc9f9354f Bradley Taunt

Default to absolute CSS url


5b03c877b9 Bradley Taunt

Text size adjust for ios browsers


c7defd5e67 Bradley Taunt

Return to very simplified version


7d452edae2 Bradley Taunt

Fix CSS formatting for inline styling



eb073ea096 Bradley Taunt

Code overflow, minor fixes


2559d2039b Bradley Taunt

Fix warnings, incorrect safety of strings


9cb2f6aa78 Bradley Taunt

Inline styling, removing logo


b6aaac423b Bradley Taunt

We come full circle...


cba117580d Bradley Taunt

More relative path tweaks


4f3bedaf26 Bradley Taunt

More static relative path fixes


82ec878d88 Bradley Taunt

Tweak relative path issue


fe607715dc Bradley Taunt

Updates to default style.css


6b3778e1cc Bradley Taunt

Initial minor changes to personal fork


293e00857a Hiltjo Posthuma

bump LICENSE year


5e0b02d248 Hiltjo Posthuma

in Atom (RFC4287) an atomTextConstruct specifies the type text as the default

This saves a few bytes.


37f2b1165a Hiltjo Posthuma

prefix usage with the common prefix "usage: "


02c00248d8 Hiltjo Posthuma

bump version to 1.2


174ea5d6fe Hiltjo Posthuma

Makefile: add workaround for distros still using older libgit2 versions

Noticed on Void Linux, Debian, etc.


2890451154 Hiltjo Posthuma

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.