X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/77452abca082e3d7d6ec4f079928583aa1ad6f50..8a6809884863eb60c9c0f8727ff77722d6b85414:/manual.txt diff --git a/manual.txt b/manual.txt index ca01561..4e8b402 100644 --- a/manual.txt +++ b/manual.txt @@ -210,6 +210,9 @@ The blob view:: Displays the file content or "blob" of data associated with a file name. +The blame view:: + Displays the file content annotated or blamed by commits. + The status view:: Displays status of files in the working tree and allows changes to be staged/unstaged as well as adding of untracked files. @@ -262,6 +265,7 @@ l Switch to log view. p Switch to pager view. t Switch to (directory) tree view. f Switch to (file) blob view. +B Switch to blame view. h Switch to help view S Switch to status view c Switch to stage view @@ -347,7 +351,10 @@ z Stop all background loading. This can be useful if you use \ the revision log. v Show version. '.' Toggle line numbers on/off. +D Toggle date display on/off. +A Toggle author display on/off. g Toggle revision graph visualization on/off. +F Toggle reference display on/off (tag and branch names). ':' Open prompt. This allows you to specify what git command \ to run. Example `:log -p` u Update status of file. In the status view, this allows you to add an \