Commit Briefs


Tracey Emery

move cmp_tags() into the library



Stefan Sperling

fix 'tog log -c' with tags


Tracey Emery

remove unneeded done jumps





Stefan Sperling

update usage


Stefan Sperling

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

prompted by a question from tedu@


Stefan Sperling

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

needed by and ok kn@



Stefan Sperling

simplify got_commit_graph_open()



Stefan Sperling

make 'got checkout' and 'got update' work with read-only repositories

but warn users about the garbage collection problem



Tracey Emery

add -k option to 'got remove' to keep files on disk

ok stsp



Tracey Emery

add -R option to 'got remove' for recursive deletion

ok stsp


Stefan Sperling

always show numeric dates in ISO-8601/xkcd-1179 format

ok millert tracey sthen


Klemens Nanni

got: start_commit and search_pattern ought to be const

Revert the last accidential revert; sorry for the noise, I fat fingered got commands while juggling diffs.



Klemens Nanni

got: start_commit and search_pattern ought to be const

Must not be passed to free(3), holds argv[] input.


Klemens Nanni

got: start_commit and search_pattern ought to be const

Must not be passed to free(3), holds argv[] input.