summaryrefslogtreecommitdiffstats
path: root/git-log.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-08-14 09:43:08 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-08-14 09:43:08 +0000
commit024b6c6b50656ecd1537bf1abfcbae422c01e46c (patch)
tree65ec1b2c6330f18debb3df396d89849d0584bc1d /git-log.txt
parentb1d6e88a14fb2324372c693e784b4ce6d3b3a157 (diff)
downloadgit-htmldocs-024b6c6b50656ecd1537bf1abfcbae422c01e46c.tar.gz
Autogenerated HTML docs for v1.5.3-rc4-91-g9fa34
Diffstat (limited to 'git-log.txt')
-rw-r--r--git-log.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-log.txt b/git-log.txt
index 63c1dbe81..5a90f65b5 100644
--- a/git-log.txt
+++ b/git-log.txt
@@ -64,6 +64,13 @@ include::pretty-options.txt[]
--follow::
Continue listing the history of a file beyond renames.
+--log-size::
+ Before the log message print out its size in bytes. Intended
+ mainly for porcelain tools consumption. If git is unable to
+ produce a valid value size is set to zero.
+ Note that only message is considered, if also a diff is shown
+ its size is not included.
+
<paths>...::
Show only commits that affect the specified paths.