summaryrefslogtreecommitdiffstats
path: root/blame-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-01-12 16:19:45 -0800
committerJunio C Hamano <gitster@pobox.com>2016-01-12 16:19:45 -0800
commita7da1ba8da6521497f33dce9b3d2a46a857172cc (patch)
tree40f00fb124d7e367299b750c42cbff89cc96fa33 /blame-options.txt
parent8f458e451b738e86534af8cc0be7463979f41402 (diff)
downloadgit-htmldocs-a7da1ba8da6521497f33dce9b3d2a46a857172cc.tar.gz
Autogenerated HTML docs for v2.7.0-25-gfc10e
Diffstat (limited to 'blame-options.txt')
-rw-r--r--blame-options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/blame-options.txt b/blame-options.txt
index 760eab742..02cb6845c 100644
--- a/blame-options.txt
+++ b/blame-options.txt
@@ -69,6 +69,13 @@ include::line-range-format.txt[]
iso format is used. For supported values, see the discussion
of the --date option at linkgit:git-log[1].
+--[no-]progress::
+ Progress status is reported on the standard error stream
+ by default when it is attached to a terminal. This flag
+ enables progress reporting even if not attached to a
+ terminal. Can't use `--progress` together with `--porcelain`
+ or `--incremental`.
+
-M|<num>|::
Detect moved or copied lines within a file. When a commit
moves or copies a block of lines (e.g. the original file