Commit Briefs

8d4d245353 Tracey Emery

summary styling


17a96b9f3e Tracey Emery

commit before rebase


46b9c89b72 Tracey Emery

pledge early. apply_unveil before repo functions.

no more functions in the template area other than simple html items


09c82ddfcf Tracey Emery

add err.tmpl


2204c93439 Tracey Emery

display asctime_r


387a29ba0b Tracey Emery

convert for different time formats


2c251c14c8 Tracey Emery

Initial gotweb branch import


d1f166363b Stefan Sperling

move got_repo_cmp_tags() to got_ref_cmp_tags()


2ddd470150 Tracey Emery

move cmp_tags() into the library



7a1d6b72b6 Stefan Sperling

fix 'tog log -c' with tags


2e46a2dc1f Stefan Sperling

bump version number


2eea88b2ae Stefan Sperling

changes for 0.25 (tags/0.25)




89a6c02f07 Tracey Emery

remove unneeded done jumps



d4efa91b5a Stefan Sperling

handle Git-style "lightweight" tags in got tag -l



e801a56632 Stefan Sperling

update usage


83cd27f841 Stefan Sperling

make got and tog accept a --version argument; -V option is a bit obscure

prompted by a question from tedu@


bb51a5b4af Stefan Sperling

add -E option to 'got checkout' allowing use of a non-empty work tree path

needed by and ok kn@



455de7fa2c Theo Buehler

Avoid out of bounds access if path is "/".

From Martin <openbsd () academicsolutions ! ch> with tweaks by me. ok stsp