Commits


refactor collect_commitables() to make it easier to call from elsewhere later


make 'got send' heed the branch {} options in got.conf(5); they were ignored ok naddy


use the POSIX-compliant "date -u" command to return UTC time; ok stsp


"got blame" now shows UTC dates, adapt regression test; ok stsp


remove superfluous strdup(3) from parse.y files; Patch by Martin Vahlensieck


bump version number


CHANGES for 0.56


sync dist file list


use more precise wording to describe why End/G commit loading can be slow


Mention Backspace key in the section which introduces the End/G keys, too.


make tog block other keys except Backspace after End/G is pressed This should avoid unexpected behaviour resulting from unrelated key presses messing with the log view's state variables. Pointed out by tracey, and also discussed with jasper. ok tracey


sync tog.1 after fb280deb with respect to the Backspace key description ok stsp


remove the 'ctrl+u' shortcut in favor of just 'g' in the diff view, too


make tog ignore Ctrl+L and B while loading all commits Otherwise tog gets into a funky non-recoverable state if these keys are pressed instead of Backspace while commits are loading. bug found by + ok tracey


remove the 'ctrl+u' shortcut in favour of just 'g' as alias for 'Home' Our use of ctrl+u was not consistent with vi(1) after all. Discussed with naddy, tb, and jasper on gameoftrees@