Commit Briefs

6db9f7f6b1 Stefan Sperling

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

ok millert tracey sthen


8b3ec12fa0 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


463a997a86 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.



22694bb8ff Stefan Sperling

bump version number (tags/0.22)


517adc5aea Stefan Sperling

changes for 0.22


a2687442f1 Klemens Nanni

got: start_commit and search_pattern ought to be const

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


45e9b85069 Klemens Nanni

got: start_commit and search_pattern ought to be const

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


c6390436cb Klemens Nanni

got.1: Fix log -s, tweak wording

From stsp


dfcab68b1f Klemens Nanni

diff: Allow 0 context, use GOT_DIFF_MAX_CONTEXT


dc1edbfa7b Klemens Nanni

log: -C requires -p

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


6841bf1343 Klemens Nanni

log: Implement -s search-pattern

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


2c98ee284c Stefan Sperling

NAME_MAX does not account for a terminating NUL


38b0338bf9 Stefan Sperling

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

Problem found by kn@


cd95becd3d Stefan Sperling

parse remotes from gitconfig


bd5895f372 Stefan Sperling

Outright forbid reference names with a leading '-'.

Matches behaviour documented in git-repository(5).


e560b7e0e2 Stefan Sperling

prevent 'got import' from creating a branch called "-"


56e0773df7 Stefan Sperling

convert tree entries from SIMPLEQ to an array




de5fe1c2ee Stefan Sperling

compile static binaries in PROFILE build


91cf13dcc2 Stefan Sperling

bump version number


d404e6d6b3 Stefan Sperling

sync distfile list (tags/0.21)


06c0a1750f Stefan Sperling

changes for 0.21


3b6470856e Stefan Sperling

plug leaks in error paths of got_privsep_send_tree()