Autogenerated manpages for v1.5.3-rc4-91-g9fa34
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 14 Aug 2007 09:43:11 +0000 (09:43 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 14 Aug 2007 09:43:11 +0000 (09:43 +0000)
man1/git-add.1
man1/git-log.1

index b80dbba8881dcf59a7943e2f196a595084f47de7..9596b1983e9ccfa31cdea9430fd2c12ee6e7a614 100644 (file)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-ADD" "1" "08/06/2007" "Git 1.5.3.rc4.15.ga2c3d" "Git Manual"
+.TH "GIT\-ADD" "1" "08/14/2007" "Git 1.5.3.rc4.91.g9fa34" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -10,7 +10,7 @@
 .SH "NAME"
 git\-add \- Add file contents to the index
 .SH "SYNOPSIS"
-\fIgit\-add\fR [\-n] [\-v] [\-f] [\-\-interactive | \-i] [\-u] [\-\-] <file>\&...
+\fIgit\-add\fR [\-n] [\-v] [\-f] [\-\-interactive | \-i] [\-u] [\-\-refresh] [\-\-] <file>\&...
 .SH "DESCRIPTION"
 This command adds the current content of new or modified files to the index, thus staging that content for inclusion in the next commit.
 
@@ -43,6 +43,9 @@ Add modified contents in the working tree interactively to the index.
 \-u
 Update only files that git already knows about. This is similar to what "git commit \-a" does in preparation for making a commit, except that the update is limited to paths specified on the command line. If no paths are specified, all tracked files are updated.
 .TP
+\-\-refresh
+Don't add the file(s), but only refresh their stat() information in the index.
+.TP
 \-\-
 This option can be used to separate command\-line options from the list of files, (useful when filenames might be mistaken for command\-line options).
 .SH "CONFIGURATION"
index b83b74d53af933e2169cf0e54a8c6a067307df94..257dc5a2a4ffefb47ed14349a0f5d040ad3dcda0 100644 (file)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-LOG" "1" "07/25/2007" "Git 1.5.3.rc3" "Git Manual"
+.TH "GIT\-LOG" "1" "08/14/2007" "Git 1.5.3.rc4.91.g9fa34" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -54,6 +54,9 @@ Without this flag, "git log \-p <paths>\&..." shows commits that touch the speci
 \-\-follow
 Continue listing the history of a file beyond renames.
 .TP
+\-\-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.
+.TP
 <paths>\&...
 Show only commits that affect the specified paths.
 .SH "PRETTY FORMATS"