From: Junio C Hamano Date: Tue, 14 Aug 2007 09:43:08 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.3-rc4-91-g9fa34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=024b6c6b50656ecd1537bf1abfcbae422c01e46c;p=git.git Autogenerated HTML docs for v1.5.3-rc4-91-g9fa34 --- diff --git a/git-add.html b/git-add.html index 28f33c64c..807f3cad9 100644 --- a/git-add.html +++ b/git-add.html @@ -272,7 +272,7 @@ git-add(1) Manual Page

SYNOPSIS

-

git-add [-n] [-v] [-f] [--interactive | -i] [-u] [--] <file>…

+

git-add [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh] [--] <file>…

DESCRIPTION

@@ -357,6 +357,15 @@ commit.

+--refresh +
+
+

+ Don't add the file(s), but only refresh their stat() + information in the index. +

+
+
--
@@ -557,7 +566,7 @@ diff
diff --git a/git-add.txt b/git-add.txt index 4af3a9b0d..dee38f825 100644 --- a/git-add.txt +++ b/git-add.txt @@ -7,7 +7,7 @@ git-add - Add file contents to the index SYNOPSIS -------- -'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--] ... +'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh] [--] ... DESCRIPTION ----------- @@ -66,6 +66,10 @@ OPTIONS command line. If no paths are specified, all tracked files are updated. +\--refresh:: + Don't add the file(s), but only refresh their stat() + information in the index. + \--:: This option can be used to separate command-line options from the list of files, (useful when filenames might be mistaken diff --git a/git-log.html b/git-log.html index c81a65520..3bce1def0 100644 --- a/git-log.html +++ b/git-log.html @@ -400,6 +400,18 @@ people using 80-column terminals.

+--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>…
@@ -840,7 +852,7 @@ reversible operation.

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. + ...:: Show only commits that affect the specified paths.