Commit Briefs

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






c3b318d03e Stefan Sperling

add debug stats to delta cache


ab2f42e760 Stefan Sperling

cache delta data buffers in an LRU cache