Commit Briefs


Stefan Sperling

bump version number (tags/0.22)


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).






Stefan Sperling

compile static binaries in PROFILE build


Stefan Sperling

bump version number


Stefan Sperling

sync distfile list (tags/0.21)


Stefan Sperling

changes for 0.21




Stefan Sperling

fold a function call onto a single line