Commits


add missing linebreaks to demarcate sentences in tog.1 ok op@


show last-modified date in the "tog ref" view if the 'm' key is pressed Patch by Mark Jamsek


implement horizontal scrolling for tog diff, blame, and log views Patch by Mark Jamsek


re-add u/d keybindings as aliases for Ctrl-u/d, matching more(1) and less(1) patch by Mikhail


in tog, rework Ctrl+u/d to scroll by half a page, and drop d/u again This matches actual behaviour of less(1) for Ctrl+u/d, and leaves d/u free for potential future use. Suggested by naddy. Patch by Mark Jamsek


add less(1)-style key bindings for up/down to tog; patch by Mikhail


subordinate clauses preceding the main clause are offset by a comma


show rebase and histedit backups in tog ref view ok naddy


switch tog ref view's sort order command key to "o" instead of "s" The letter "o" does not overlap with existing options of 'got ref' and is also used by mutt(1) for this purpose.


allow sorting references by timestamp in tog


tog: add Ctrl-n/Ctrl-p shortcuts scrolling one line down/up; patch by Omar Polo


tog: add support for navigating to first/last line of tree and ref views ok stsp


tog: add support for navigating to first/last line of blame view ok tracey stsp


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.