Commits
- 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'
- Commit:
66dc90655fcdeb0dda20a74919eac65362271bb3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document the new search feature in tog's diff view
- Commit:
74283ab8e59cdc12bc4adb3d2037f37df510bf1f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
switch 'tog tree' repository path argument to a new -r option
- Commit:
1137e0aea684188aea7444f9a2d2a82a6758c49f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
man page wording tweaks
- Commit:
b672a97aba1aa83f89f3627751bd54950b5d6f9b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'tog log' show first-parent history by default; add -b option and B key
- Commit:
91b8c405499bead2b9a0259bbeaf0e90381c8673
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tweak default colors for directories and symlinks in 'tog tree'
- Commit:
83cd27f841bd6479abfad4c2e3c4bd870dd8ab7e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got and tog accept a --version argument; -V option is a bit obscure
prompted by a question from tedu@
- Commit:
11b20872df392ca0904b1dc128407bf2522ebe87
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add colors for 'tog log' and 'tog blame'
- Commit:
1d7fe5cdae04f3c0e387ffdbd0f0dabe89871351
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
support the terminal's "default" color in tog color schemes
- Commit:
c0b01bdba6cf6e38ce3c78e54b397879062189e4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add color support to 'tog tree'