summaryrefslogtreecommitdiffstats
path: root/blame-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-08-13 15:06:57 -0700
committerJunio C Hamano <gitster@pobox.com>2020-08-13 15:06:57 -0700
commit98c882d1c4c1d32487bb11a3ba40f66f34b764e4 (patch)
tree268ac5276ce146fe988949f450e03997fbde67aa /blame-options.txt
parentc425d1077dfcaf104b631e7c72aa6143d51104c5 (diff)
downloadgit-htmldocs-98c882d1c4c1d32487bb11a3ba40f66f34b764e4.tar.gz
Autogenerated HTML docs for v2.28.0-215-g878e7
Diffstat (limited to 'blame-options.txt')
-rw-r--r--blame-options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/blame-options.txt b/blame-options.txt
index 5d122db6e..88750af7a 100644
--- a/blame-options.txt
+++ b/blame-options.txt
@@ -36,6 +36,12 @@ include::line-range-format.txt[]
START. `git blame --reverse START` is taken as `git blame
--reverse START..HEAD` for convenience.
+--first-parent::
+ Follow only the first parent commit upon seeing a merge
+ commit. This option can be used to determine when a line
+ was introduced to a particular integration branch, rather
+ than when it was introduced to the history overall.
+
-p::
--porcelain::
Show in a format designed for machine consumption.