|
e4526bf5
|
2021-09-03T21:40:14
|
|
tog: add support for navigating to first/last line of tree and ref views
ok stsp
|
|
4deef56f
|
2021-09-02T17:40:11
|
|
tog: add support for navigating to first/last line of blame view
ok tracey stsp
|
|
1dd93b2a
|
2021-08-30T19:52:03
|
|
use more precise wording to describe why End/G commit loading can be slow
|
|
9ebbe6e1
|
2021-08-30T19:48:14
|
|
Mention Backspace key in the section which introduces the End/G keys, too.
|
|
26f0cb24
|
2021-08-30T21:38:25
|
|
sync tog.1 after fb280deb with respect to the Backspace key description
ok stsp
|
|
00f6361c
|
2021-08-30T19:12:04
|
|
remove the 'ctrl+u' shortcut in favor of just 'g' in the diff view, too
|
|
27890b18
|
2021-08-30T18:54:51
|
|
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@
|
|
912a3f79
|
2021-08-30T17:49:33
|
|
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
|
|
93a300b2
|
2021-08-26T21:50:10
|
|
small man page spelling fixes
|
|
1795b260
|
2021-04-02T23:31:08
|
|
Fix "mandoc -T lint" WARNINGS and ERRORS, add missing word
|
|
01ca22b1
|
2020-12-07T00:56:26
|
|
in tog.1, consistently mark up command names of views with .Cm
|
|
21920d7e
|
2020-12-07T00:49:27
|
|
in tog.1, sync the synopsis of 'tog diff' to include all supported options
|
|
152c1c93
|
2020-11-29T14:21:55
|
|
tog: make it possible to open a ref view from the tree view
|
|
c42c9805
|
2020-11-24T22:17:55
|
|
support opening a tree view from the ref view; requested by naddy
|
|
38cb327b
|
2020-11-24T22:17:54
|
|
document tog ref
|
|
3dbaef42
|
2020-11-24T15:52:41
|
|
make 'tog diff' accept reference and tag arguments; add -w and -C options
ok naddy tracey
|
|
64453f7e
|
2020-11-21T13:35:00
|
|
handle binary files in got/tog diff commands; add -a options to force text
|
|
0e404f95
|
2020-11-14T13:24:10
|
|
typo fix in tog.1 man page
|
|
0d6c6ee3
|
2020-05-20T17:37:29
|
|
make 'got/tog tree' show symlink targets like 'ls -lF' does: link@ -> target
|
|
ee85c5e8
|
2020-02-29T11:13:12
|
|
map 'tog path' to 'tog log path' if possible; requested by mpi@
|
|
212b39d1
|
2020-02-24T11:57:12
|
|
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
|
|
09b5bff8
|
2020-02-23T16:28:39
|
|
switch "tog diff" repository path argument to a new -r option
|
|
dc990cbf
|
2020-02-22T20:42:55
|
|
document semantics of got log and tog log path arguments
|
|
ea025d1d
|
2020-02-22T20:29:17
|
|
add ^B/^F key bindings for page up/down in the "blame" and "tree" views
|
|
55cccc34
|
2020-02-20T14:58:02
|
|
add an optional path argument to 'tog tree'
|
|
66dc9065
|
2020-02-15T17:11:59
|
|
document the new search feature in tog's diff view
|
|
74283ab8
|
2020-02-07T18:02:57
|
|
switch 'tog tree' repository path argument to a new -r option
|
|
1137e0ae
|
2020-01-27T19:01:16
|
|
man page wording tweaks
|
|
b672a97a
|
2020-01-27T18:36:37
|
|
make 'tog log' show first-parent history by default; add -b option and B key
|
|
91b8c405
|
2020-01-25T11:41:24
|
|
tweak default colors for directories and symlinks in 'tog tree'
|
|
83cd27f8
|
2020-01-13T15:59:47
|
|
make got and tog accept a --version argument; -V option is a bit obscure
prompted by a question from tedu@
|
|
11b20872
|
2019-11-08T14:28:58
|
|
add colors for 'tog log' and 'tog blame'
|
|
1d7fe5cd
|
2019-11-08T13:47:51
|
|
support the terminal's "default" color in tog color schemes
|
|
c0b01bdb
|
2019-11-08T13:41:11
|
|
add color support to 'tog tree'
|
|
6d17833f
|
2019-11-08T13:10:36
|
|
add color support to 'tog diff'
|
|
63c5ca5d
|
2019-08-24T20:56:15
|
|
detect and ignore Git submodules
|
|
bc3056e3
|
2019-08-18T19:05:20
|
|
man page spelling fixes from Hiltjo Posthuma
|
|
848d6979
|
2019-08-12T13:43:17
|
|
annotate symlinks with @ in 'got tree' and 'tog tree'
|
|
dfc23429
|
2019-08-11T18:30:02
|
|
man pages: use Oo/Oc/Op instead of plain brackets (from bentley@)
|
|
aee2a8bd
|
2019-08-05T14:44:19
|
|
man: spell 'got' and 'git' in upper case where not referring to commands
|
|
53ccebc2
|
2019-07-30T14:54:05
|
|
add 'make release' target; programs now have a version number
|
|
678cbce5
|
2019-07-28T13:10:25
|
|
allow aborting search in 'tog log' with backspace key
|
|
0db75f06
|
2019-07-07T13:50:58
|
|
document the 'abbreviated SHA1 argument' feature
|
|
a54b6686
|
2019-06-28T12:19:08
|
|
suse shorter wording around object IDs in man pages
|
|
df0b3d8a
|
2019-06-28T12:13:59
|
|
allow matching commit IDs in 'tog log' search
|
|
bf0668dd
|
2019-06-26T09:44:51
|
|
tog log: remove 'r' key-binding; we might want to re-use it later
|
|
9be75582
|
2019-06-26T09:33:09
|
|
tog.1: use consistent syntax for Control key combinations
|
|
e3d2a5c6
|
2019-06-26T09:32:39
|
|
Bind reload in 'tog log' to Ctrl+l
|
|
d01904d4
|
2019-06-25T21:52:27
|
|
add 'r' command to tog log view
|
|
6c4c42e0
|
2019-06-24T22:28:11
|
|
implement search for 'tog blame'
|
|
4eec20aa
|
2019-06-22T20:54:15
|
|
document tog tree search
|
|
56b9a4ca
|
2019-06-21T12:05:14
|
|
extend tog.1's SEE ALSO section
|
|
e6c76b79
|
2019-06-21T12:03:31
|
|
point tog.1 readers to the re_format(7) manual page
|
|
b1bf1435
|
2019-06-21T11:59:28
|
|
implement backwards search in tog log view
|
|
60493ae3
|
2019-06-21T00:06:36
|
|
implement search in 'tog log'
|
|
19e70ad6
|
2019-05-14T16:33:38
|
|
make 'tog log' default to the current branch in a work tree
|
|
72e28b48
|
2019-05-14T13:27:40
|
|
add jcs to AUTHORS
|
|
eb029fd6
|
2019-05-13T17:35:07
|
|
tog man page: fix lists of single-line scrolling keys
|
|
a60a9dc4
|
2019-05-13T11:21:00
|
|
tog: implement ctrl+f/b for diff view, sync man page
|
|
e350feed
|
2019-05-12T12:59:21
|
|
document new tog key codes
|
|
e9b3576f
|
2019-03-27T10:07:20
|
|
document when tog(1) uses split-screen views
|
|
9419758a
|
2019-03-27T10:04:17
|
|
markup fix in tog(1) man page
|
|
5c123d7e
|
2019-02-21T21:42:10
|
|
make tog's diff view commit selection keys also work in log view
|
|
15a087fe
|
2019-02-21T15:34:18
|
|
in tog, allow moving between commit diffs with a single key press
|
|
0996b108
|
2018-10-18T12:47:24
|
|
remove '[' and ']' key bindings from tog log
|
|
48ae06ee
|
2018-10-18T12:19:34
|
|
allow changing amount of context lines in tog diff view
|
|
c0d30c23
|
2018-10-07T15:06:31
|
|
tog man page updates
|
|
8f0b819c
|
2018-10-07T14:54:47
|
|
the ~ key binding has been removed from tog
|
|
0cf4efb1
|
2018-09-29T19:01:00
|
|
tweak view organization in tog; add a fullscreen toggle
|
|
5036bf37
|
2018-09-24T12:24:07
|
|
allow moving to parent directory in tog log view
|
|
7837eeac
|
2018-09-24T12:01:49
|
|
make 'tog tree' navigate to parent with backspace key again
|
|
38ce06e0
|
2018-09-24T10:48:21
|
|
use ~ instead of backspace for cycling views backwards in tog
|
|
bcbd79e2
|
2018-08-19T14:52:36
|
|
link tog log view and child diff views together
|
|
31607d6c
|
2018-08-18T13:27:14
|
|
allow backspace to cycle views backwards in tog
|
|
87aa0e98
|
2018-08-18T13:20:35
|
|
update tog man page
|
|
69069811
|
2018-08-02T11:11:53
|
|
move tog blame's repo-path parameter to -r option
|
|
5e5560e1
|
2018-08-01T15:04:29
|
|
rename got-repository(5) man page to git-repository(5)
|
|
0d096312
|
2018-08-01T14:55:07
|
|
fix copypasto in tog man page
|
|
69efd4c4
|
2018-07-18T09:57:07
|
|
allow entering log view from tree view
|
|
ecb28ae0
|
2018-07-16T16:10:58
|
|
allow filtering history by path in tog log
|
|
7a2921f9
|
2018-07-12T23:48:35
|
|
allow blaming parents of commits in tog blame view
|
|
dccb68cb
|
2018-07-12T23:29:54
|
|
disable enter key scroll in tog diff view
|
|
38f94530
|
2018-07-12T23:27:57
|
|
make backspace scroll up in blame view and document space key
|
|
030916b5
|
2018-07-12T22:11:03
|
|
man page for tog
|