From c29d3c8607f07c88f71249efc9a48a82e772f77c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 14 Aug 2007 09:43:11 +0000 Subject: [PATCH] Autogenerated manpages for v1.5.3-rc4-91-g9fa34 --- man1/git-add.1 | 7 +++++-- man1/git-log.1 | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/man1/git-add.1 b/man1/git-add.1 index b80dbba88..9596b1983 100644 --- a/man1/git-add.1 +++ b/man1/git-add.1 @@ -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] [\-\-] \&... +\fIgit\-add\fR [\-n] [\-v] [\-f] [\-\-interactive | \-i] [\-u] [\-\-refresh] [\-\-] \&... .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" diff --git a/man1/git-log.1 b/man1/git-log.1 index b83b74d53..257dc5a2a 100644 --- a/man1/git-log.1 +++ b/man1/git-log.1 @@ -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 \&..." 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 \&... Show only commits that affect the specified paths. .SH "PRETTY FORMATS" -- 2.26.2