Commits


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.


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


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@


tog: add support for navigating to first/last item of log and diff views The keybindings that we settled on are Home, Ctrl-u and g to go to the first item and End, G to go to the last. This resembles those commonly found elsewhere, eg vi/less. discussed with and ok stsp


small man page spelling fixes


Fix "mandoc -T lint" WARNINGS and ERRORS, add missing word


in tog.1, consistently mark up command names of views with .Cm


in tog.1, sync the synopsis of 'tog diff' to include all supported options


tog: make it possible to open a ref view from the tree view


support opening a tree view from the ref view; requested by naddy


document tog ref


make 'tog diff' accept reference and tag arguments; add -w and -C options ok naddy tracey


handle binary files in got/tog diff commands; add -a options to force text


typo fix in tog.1 man page


make 'got/tog tree' show symlink targets like 'ls -lF' does: link@ -> target


map 'tog path' to 'tog log path' if possible; requested by mpi@


Sync the description of the -r flag from "tree" to the other commands. Clarify that if the current directory is a work tree, tog will pick the repository associated with this work tree by default. ok stsp


switch "tog diff" repository path argument to a new -r option


document semantics of got log and tog log path arguments


add ^B/^F key bindings for page up/down in the "blame" and "tree" views


add an optional path argument to 'tog tree'