X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fgit-blame.txt;h=5c9888d0143ec8e6c8f7c6782139cde38a25ff17;hb=fd2a75972e90d34bc8d4bebe1d669645557a2192;hp=0ee887d73c704fc877db845b6f5f7ab3b9b10363;hpb=9299c4f147bcff603eef187eb04fe38153571d30;p=git.git diff --git a/Documentation/git-blame.txt b/Documentation/git-blame.txt index 0ee887d73..5c9888d01 100644 --- a/Documentation/git-blame.txt +++ b/Documentation/git-blame.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] 'git-blame' [-c] [-l] [-t] [-f] [-n] [-p] [--incremental] [-L n,m] [-S ] - [-M] [-C] [-C] [--since=] [] [--] + [-M] [-C] [-C] [--since=] [ | --contents ] [--] DESCRIPTION ----------- @@ -67,6 +67,13 @@ OPTIONS Show the result incrementally in a format designed for machine consumption. +--contents :: + When is not specified, the command annotates the + changes starting backwards from the working tree copy. + This flag makes the command pretend as if the working + tree copy has the contents of he named file (specify + `-` to make the command read from the standard input). + -M:: Detect moving lines in the file as well. When a commit moves a block of lines in a file (e.g. the original file