diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2009-02-19 13:34:48 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-19 23:22:18 -0800 |
commit | b452cc16d85ea9de7d3f15c83a917b5534a91120 (patch) | |
tree | 2bc5d3c65f0e503cab7d03f2911eb9fee906228e /Documentation/blame-options.txt | |
parent | Documentation: Note file formats send-email accepts (diff) | |
download | tgif-b452cc16d85ea9de7d3f15c83a917b5534a91120.tar.xz |
Document git blame --reverse.
This was introduced in 85af7929ee125385c2771fa4eaccfa2f29dc63c9 but
not documented outside the commit message.
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/blame-options.txt')
-rw-r--r-- | Documentation/blame-options.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt index 1ab1b96cf9..7f28432254 100644 --- a/Documentation/blame-options.txt +++ b/Documentation/blame-options.txt @@ -41,6 +41,13 @@ of lines before or after the line given by <start>. -S <revs-file>:: Use revs from revs-file instead of calling linkgit:git-rev-list[1]. +--reverse:: + Walk history forward instead of backward. Instead of showing + the revision in which a line appeared, this shows the last + revision in which a line has existed. This requires a range of + revision like START..END where the path to blame exists in + START. + -p:: --porcelain:: Show in a format designed for machine consumption. |