From: Junio C Hamano Date: Sun, 26 Aug 2007 22:10:32 +0000 (+0000) Subject: Autogenerated manpages for v1.5.3-rc6-39-g09b0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8e170d1ef44c1e4d2dfecdb0337c2819ebb27f3b;p=git.git Autogenerated manpages for v1.5.3-rc6-39-g09b0 --- diff --git a/man1/git-add.1 b/man1/git-add.1 index e0d0d67c2..0dc2381ab 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/17/2007" "Git 1.5.3.rc5.15.ga9ab2" "Git Manual" +.TH "GIT\-ADD" "1" "08/26/2007" "Git 1.5.3.rc6.39.g09b0" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,11 @@ .SH "NAME" git\-add \- Add file contents to the index .SH "SYNOPSIS" -\fIgit\-add\fR [\-n] [\-v] [\-f] [\-\-interactive | \-i] [\-u] [\-\-refresh] [\-\-] \&... +.sp +.nf +\fIgit\-add\fR [\-n] [\-v] [\-f] [\-\-interactive | \-i] [\-u] [\-\-refresh] + [\-\-] \&... +.fi .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. @@ -25,7 +29,7 @@ The \fIgit add\fR command will not add ignored files by default. If any ignored Please see \fBgit\-commit\fR(1) for alternative ways to add content to a commit. .SH "OPTIONS" .TP -\&... +\&... Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a leading directory name (e.g. dir to add dir/file1 and dir/file2) can be given to add all files in the directory, recursively. .TP \-n