Code

[GH-6] Make blame configurable via options from ~/.tigrc and the command line
[tig.git] / tig.1.txt
index 3e2ffdf59721072b5e7856da0532387bb2d5bd5b..490a0a247008663da6e0fc021150f09255e634ff 100644 (file)
--- a/tig.1.txt
+++ b/tig.1.txt
@@ -10,7 +10,7 @@ SYNOPSIS
 [verse]
 tig        [options] [revisions] [--] [paths]
 tig show   [options] [revisions] [--] [paths]
-tig blame  [rev] path
+tig blame  [options] [rev] path
 tig status
 tig <      [git command output]
 
@@ -37,10 +37,11 @@ parsing. All following options will be passed untouched to the underlying git
 command.
 
 show::
-       Open diff view using the given git show options.
+       Open diff view using the given git-show(1) options.
 
 blame::
-       Show given file annotated or blamed by commits.
+       Show given file annotated by commits.
+       Takes zero or more git-blame(1) options.
        Optionally limited from given revision.
 
 status::