X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-annotate.txt;h=02dc4740d0a5f129d46c116eb9aabeec85af02fa;hb=89df580d0a2e97b0c7c072d87e5e815534deed56;hp=7baf73111bc6e4fa7668f8aec31b95f20698a6ae;hpb=0825de892f1796e6ca6ac81e0af10f6c136a9f1d;p=git.git diff --git a/Documentation/git-annotate.txt b/Documentation/git-annotate.txt index 7baf73111..02dc4740d 100644 --- a/Documentation/git-annotate.txt +++ b/Documentation/git-annotate.txt @@ -16,20 +16,7 @@ which introduced the line. Optionally annotate from a given revision. OPTIONS ------- --l, --long:: - Show long rev (Defaults off). - --t, --time:: - Show raw timestamp (Defaults off). - --r, --rename:: - Follow renames (Defaults on). - --S, --rev-file :: - Use revs from revs-file instead of calling git-rev-list. - --h, --help:: - Show help message. +include::blame-options.txt[] SEE ALSO --------