Commits
- Commit:
e4526bf56efa8d234d206abac903deccceed4f17
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
tog: add support for navigating to first/last line of tree and ref views
ok stsp
- Commit:
4deef56fe9fdbfef7d2ecd12947ff515a0daae78
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
tog: add support for navigating to first/last line of blame view
ok tracey stsp
- Commit:
1dd93b2a37823ef322c22aa1a8ff94c53fb25186
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use more precise wording to describe why End/G commit loading can be slow
- Commit:
9ebbe6e1ffb90c55372b92fb35274daf91b30374
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
Mention Backspace key in the section which introduces the End/G keys, too.
- Commit:
26f0cb24072c223eeabed2bc6c655a8b134e2424
- From:
- Jasper Lievisse Adriaanse <j@jasper.la>
- Date:
sync tog.1 after fb280deb with respect to the Backspace key description
ok stsp
- Commit:
00f6361c1e0301276370cb0c7a731cb8b99caa2b
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
remove the 'ctrl+u' shortcut in favor of just 'g' in the diff view, too
- Commit:
27890b182992d202636b55c305e5dc4175f4cd0b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
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@
- Commit:
912a3f7945204384e4aa755c41dd4e89a855ef38
- From:
- Jasper Lievisse Adriaanse <j@jasper.la>
- Date:
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
- Commit:
93a300b296848449897d95643acc8a689b0480b1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
small man page spelling fixes
- Commit:
1795b260b54186116911b1d32d6767ea9b221b04
- From:
- Klemens Nanni <kn@openbsd.org>
- Date:
Fix "mandoc -T lint" WARNINGS and ERRORS, add missing word
- Commit:
01ca22b169b8d5c62163b746db9d8c6d30fd9f81
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
in tog.1, consistently mark up command names of views with .Cm
- Commit:
21920d7e31d70acb006c03266c93b89af53d2dc1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
in tog.1, sync the synopsis of 'tog diff' to include all supported options
- Commit:
152c1c93d3f4f950c827a16175c3f439311e28c0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tog: make it possible to open a ref view from the tree view
- Commit:
c42c9805fb36a73a8de6f81318a07617264ca7e0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
support opening a tree view from the ref view; requested by naddy
- Commit:
38cb327bdb45362994c1b56df5899d5246b54424
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document tog ref
- Commit:
3dbaef42733b9b959e3fdbd00ea0dc98f1aadd9e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'tog diff' accept reference and tag arguments; add -w and -C options
ok naddy tracey
- Commit:
64453f7e55c4c69b6cd08229929ed8227b789ff8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
handle binary files in got/tog diff commands; add -a options to force text
- Commit:
0e404f9576e83c33ad0d1b5c032ea8dbd32ba0a0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
typo fix in tog.1 man page
- Commit:
0d6c6ee302022b4b2746cd5a85df1f34f8891b9c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got/tog tree' show symlink targets like 'ls -lF' does: link@ -> target
- Commit:
ee85c5e898e10f72841c918d9f453a6526ef7e2e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
map 'tog path' to 'tog log path' if possible; requested by mpi@
- Commit:
212b39d173639f6f9aab137db52b888d5e1022ec
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
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
- Commit:
09b5bff804353d5930f67d05e453815493aeb225
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
switch "tog diff" repository path argument to a new -r option
- Commit:
dc990cbf2d39c406ff23bc36e6cbb822f747ee42
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document semantics of got log and tog log path arguments
- Commit:
ea025d1dbc11c33fec290591f35673b896edd822
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
add ^B/^F key bindings for page up/down in the "blame" and "tree" views
- Commit:
55cccc343d923777c51fabd4ea6c48ee0a5e3306
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add an optional path argument to 'tog tree'