summaryrefslogtreecommitdiffstats
path: root/git-blame.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-04-27 21:09:59 +0000
committerJunio C Hamano <junio@kernel.org>2011-04-27 21:09:59 +0000
commit209ebe834d6f29ff83e295db508f981713c9f0a7 (patch)
tree1350d6398f5312ab1de66bca803a2703df089d84 /git-blame.txt
parenta3d4ca2ddaca08b3bdb0fdbc4479b954e1e028e5 (diff)
downloadgit-htmldocs-209ebe834d6f29ff83e295db508f981713c9f0a7.tar.gz
Autogenerated HTML docs for v1.7.5-52-ge839f
Diffstat (limited to 'git-blame.txt')
-rw-r--r--git-blame.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-blame.txt b/git-blame.txt
index c4d1ff86c..bb8edb4ab 100644
--- a/git-blame.txt
+++ b/git-blame.txt
@@ -9,7 +9,7 @@ SYNOPSIS
--------
[verse]
'git blame' [-c] [-b] [-l] [--root] [-t] [-f] [-n] [-s] [-e] [-p] [-w] [--incremental] [-L n,m]
- [-S <revs-file>] [-M] [-C] [-C] [-C] [--since=<date>]
+ [-S <revs-file>] [-M] [-C] [-C] [-C] [--since=<date>] [--abbrev=<n>]
[<rev> | --contents <file> | --reverse <rev>] [--] <file>
DESCRIPTION
@@ -73,6 +73,11 @@ include::blame-options.txt[]
Ignore whitespace when comparing the parent's version and
the child's to find where the lines came from.
+--abbrev=<n>::
+ Instead of using the default 7+1 hexadecimal digits as the
+ abbreviated object name, use <n>+1 digits. Note that 1 column
+ is used for a caret to mark the boundary commit.
+
THE PORCELAIN FORMAT
--------------------