aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-blame.txt
diff options
context:
space:
mode:
authorMatthieu Moy <Matthieu.Moy@imag.fr>2009-02-19 13:34:48 +0100
committerJunio C Hamano <gitster@pobox.com>2009-02-19 23:22:18 -0800
commitb452cc16d85ea9de7d3f15c83a917b5534a91120 (patch)
tree2bc5d3c65f0e503cab7d03f2911eb9fee906228e /Documentation/git-blame.txt
parentc4ba87a6e2fccbf4d763ed0212a20a784b964ef8 (diff)
downloadgit-b452cc16d85ea9de7d3f15c83a917b5534a91120.tar.gz
git-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/git-blame.txt')
-rw-r--r--Documentation/git-blame.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-blame.txt b/Documentation/git-blame.txt
index fba374d65..cc934e55c 100644
--- a/Documentation/git-blame.txt
+++ b/Documentation/git-blame.txt
@@ -10,7 +10,7 @@ SYNOPSIS
[verse]
'git blame' [-c] [-b] [-l] [--root] [-t] [-f] [-n] [-s] [-p] [-w] [--incremental] [-L n,m]
[-S <revs-file>] [-M] [-C] [-C] [--since=<date>]
- [<rev> | --contents <file>] [--] <file>
+ [<rev> | --contents <file> | --reverse <rev>] [--] <file>
DESCRIPTION
-----------