Take binary diffs into account for "git rebase"
[gitweb.git] / Documentation / git-log.txt
index 63c1dbe812e6078870569c0b8d03ff021e4b56a3..5a90f65b5e9d9ce21bcd0c936a01ded5065d5868 100644 (file)
@@ -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.