Commit Briefs

f4d199c99e Stefan Sperling

oops, fix previous


43ff8261e1 Stefan Sperling

check for fclose() failure in get_file_status()


1338848fa6 Stefan Sperling

open the file just once in get_file_status()


f2a9dc41d8 Tracey Emery

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

ok stsp


dbb83fbd81 Stefan Sperling

there's no need to store a directory path in struct schedule_addition_args

ok tracey


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