X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-blame.txt;h=bfed945914c5de74d6f46e51ee8fbe459e4d8420;hb=b19ee24b22b3c1d08f06e8f868f11d9e8639fd30;hp=51898787e6612fe5451909e1735ab5ef28ed402e;hpb=a549e11cc2fee10ddf66dd98ea79f7c624eee34e;p=git.git diff --git a/Documentation/git-blame.txt b/Documentation/git-blame.txt index 51898787..bfed9459 100644 --- a/Documentation/git-blame.txt +++ b/Documentation/git-blame.txt @@ -16,11 +16,14 @@ which introduced the line. Start annotation from the given revision. OPTIONS ------- --c, --compability:: +-c, --compatibility:: Use the same output mode as git-annotate (Default: off). -l, --long:: - Show long rev (Defaults off). + Show long rev (Default: off). + +-t, --time:: + Show raw timestamp (Default: off). -S, --rev-file :: Use revs from revs-file instead of calling git-rev-list.