Commit Briefs

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.



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.


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


38b0338bf9 Stefan Sperling

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

Problem found by kn@


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




70015d7a0e Stefan Sperling

hide EINTR again when got exits due to Ctrl-C




11db6024f7 Stefan Sperling

show commit date's century in 'got blame' output (patch by Tracey Emery)

tests adjusted by me






46f68b205b Stefan Sperling

show file mode differences when diffing trees



2822a3526b Stefan Sperling

add 'got integrate' command