Commit Briefs




Stefan Sperling

oops, fix previous




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.1: Fix mdoc(7) linter errors/warnings

mandoc: got.1:573:96: ERROR: skipping end of block that is not open: Oc mandoc: got.1:1583:2: WARNING: skipping paragraph macro: Pp at the end of Sh


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.



Stefan Sperling

bump version number


Stefan Sperling

changes for 0.22


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.


Klemens Nanni

got.1: Fix log -s, tweak wording

From stsp



Klemens Nanni

log: -C requires -p

"got log -C0" is invalid synopsis, so behave accordingly.


Klemens Nanni

log: Implement -s search-pattern

match_logmsg() is copied from tog's match_commit().



Stefan Sperling

if there are no commits to rebase, just forward the rebased branch's reference

Problem found by kn@


Stefan Sperling

parse remotes from gitconfig


Stefan Sperling

Outright forbid reference names with a leading '-'.

Matches behaviour documented in git-repository(5).