Commit Briefs

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


7f358e3b0e Stefan Sperling

eliminate redundant memcpy in got_privsep_send_tree_req()


3fd4eb5ab9 Stefan Sperling

fold a function call onto a single line