Commit Briefs

3bfadbd404 Thomas Adam

allow sorting references by timestamp in tog



e4526bf56e Christian Weisgerber

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

ok stsp


4deef56fe9 Christian Weisgerber

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

ok tracey stsp




26f0cb2407 Jasper Lievisse Adriaanse

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

ok stsp



27890b1829 Stefan Sperling

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@


912a3f7945 Jasper Lievisse Adriaanse

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


93a300b296 Stefan Sperling

small man page spelling fixes







38cb327bdb Stefan Sperling

document tog ref


3dbaef4273 Stefan Sperling

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

ok naddy tracey



0e404f9576 Stefan Sperling

typo fix in tog.1 man page




212b39d173 Christian Weisgerber

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


09b5bff804 Christian Weisgerber

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


dc990cbf2d Stefan Sperling

document semantics of got log and tog log path arguments