Commits


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'


document the new search feature in tog's diff view


switch 'tog tree' repository path argument to a new -r option


man page wording tweaks


make 'tog log' show first-parent history by default; add -b option and B key


tweak default colors for directories and symlinks in 'tog tree'


make got and tog accept a --version argument; -V option is a bit obscure prompted by a question from tedu@