Autogenerated man pages for v1.5.0.2-230-gfbe3d
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 28 Feb 2007 08:14:11 +0000 (08:14 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 28 Feb 2007 08:14:11 +0000 (08:14 +0000)
man1/git-cvsimport.1
man1/git-diff-files.1
man1/git-diff.1
man1/git-show.1
man7/git.7

index 8a44e39665b6a7cfa7cddd05975a0ccd1480b140..1cc9d56e3063f04c5cd77ea545a6b1253b2da713 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\-CVSIMPORT" "1" "01/19/2007" "" ""
+.TH "GIT\-CVSIMPORT" "1" "02/28/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -73,9 +73,6 @@ Pass the timestamp fuzz factor to cvsps, in seconds. If unset, cvsps defaults to
 \-s <subst>
 Substitute the character "/" in branch names with <subst>
 .TP
-\-A <author\-conv\-file>
-CVS by default uses the Unix username when writing its commit logs. Using this option and an author\-conv\-file in this format
-.TP
 \-a
 Import all commits, including recent ones. cvsimport by default skips commits that have a timestamp less than 10 minutes ago.
 .TP
@@ -84,18 +81,19 @@ Skip paths matching the regex.
 .TP
 \-L <limit>
 Limit the number of commits imported. Workaround for cases where cvsimport leaks memory.
-
-+
+.TP
+\-A <author\-conv\-file>
+CVS by default uses the Unix username when writing its commit logs. Using this option and an author\-conv\-file in this format
 .sp
 .nf
         exon=Andreas Ericsson <ae@op5.se>
         spawn=Simon Pawn <spawn@frog\-pond.org>
 .fi
-git\-cvsimport will make it appear as those authors had their GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL set properly all along.
+git\-cvsimport will make it appear as those authors had their GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL set properly all along.
 
-For convenience, this data is saved to $GIT_DIR/cvs\-authors each time the \-A option is provided and read from that same file each time git\-cvsimport is run.
+For convenience, this data is saved to $GIT_DIR/cvs\-authors each time the \-A option is provided and read from that same file each time git\-cvsimport is run.
 
-It is not recommended to use this feature if you intend to export changes back to CVS again later with \fBgit\-cvsexportcommit\fR(1).
+It is not recommended to use this feature if you intend to export changes back to CVS again later with \fBgit\-cvsexportcommit\fR(1).
 .SH "OUTPUT"
 If \fI\-v\fR is specified, the script reports what it is doing.
 
index 8d568bcbf47924eb426d778e22535f97486996d6..10817bb904e53068ae92f400c34b7cf3c75f5ea5 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\-DIFF\-FILES" "1" "02/14/2007" "" ""
+.TH "GIT\-DIFF\-FILES" "1" "02/28/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -10,7 +10,7 @@
 .SH "NAME"
 git\-diff\-files \- Compares files in the working tree and the index
 .SH "SYNOPSIS"
-\fIgit\-diff\-files\fR [\-q] [\-0|\-1|\-2|\-3|\-c|\-\-cc] [<common diff options>] [<path>\&...]
+\fIgit\-diff\-files\fR [\-q] [\-0|\-1|\-2|\-3|\-c|\-\-cc|\-n|\-\-no\-index] [<common diff options>] [<path>\&...]
 .SH "DESCRIPTION"
 Compares the files in the working tree and the index. When paths are specified, compares only those named paths. Otherwise all entries in the index are compared. The output format is the same as "git\-diff\-index" and "git\-diff\-tree".
 .SH "OPTIONS"
@@ -139,6 +139,9 @@ The default is to diff against our branch (\-2) and the cleanly resolved paths.
 \-c,\-\-cc
 This compares stage 2 (our branch), stage 3 (their branch) and the working tree file and outputs a combined diff, similar to the way \fIdiff\-tree\fR shows a merge commit with these flags.
 .TP
+\\\-n,\-\-no\-index
+Compare the two given files / directories.
+.TP
 \-q
 Remain silent even on nonexistent files
 .SH "OUTPUT FORMAT"
index e51d79b6296539d6cb9f037119003ec616a395cc..b1dc30da24e599c190987e2eed1af469dec8de7b 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\-DIFF" "1" "02/14/2007" "" ""
+.TH "GIT\-DIFF" "1" "02/28/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -16,6 +16,12 @@ Show changes between two trees, a tree and the working tree, a tree and the inde
 .TP
 \fIgit\-diff\fR [\-\-options] [\-\-] [<path>\&...]
 This form is to view the changes you made relative to the index (staging area for the next commit). In other words, the differences are what you _could_ tell git to further add to the index but you still haven't. You can stage these changes by using \fBgit\-add\fR(1).
+.sp
+.nf
+If exactly two paths are given, and at least one is untracked,
+compare the two files / directories. This behavior can be
+forced by \-\-no\-index.
+.fi
 .TP
 \fIgit\-diff\fR [\-\-options] \-\-cached [<commit>] [\-\-] [<path>\&...]
 This form is to view the changes you staged for the next commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you do not give <commit>, it defaults to HEAD.
index ab3f4e73ddcd63a889f624d8520041149b83be48..3214a43c0c3747d2ed221e0cceb7d51ff54249bb 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\-SHOW" "1" "02/19/2007" "" ""
+.TH "GIT\-SHOW" "1" "02/28/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -134,12 +134,14 @@ The commit objects record the encoding used for the log message in their encodin
 git show v1.0.0
 Shows the tag v1.0.0, along with the object the tags points at.
 .TP
-
+git show v1.0.0^{tree}
 Shows the tree pointed to by the tag v1.0.0.
-
-git show next~10:Documentation/README Shows the contents of the file Documentation/README as they were current in the 10th last commit of the branch next.
-
-git show master:Makefile master:t/Makefile Concatenates the contents of said Makefiles in the head of the branch master.
+.TP
+git show next~10:Documentation/README
+Shows the contents of the file Documentation/README as they were current in the 10th last commit of the branch next.
+.TP
+git show master:Makefile master:t/Makefile
+Concatenates the contents of said Makefiles in the head of the branch master.
 .SH "DISCUSSION"
 At the core level, git is character encoding agnostic.
 .TP 3
index 437962a472980e83e069333df09acf4c78425a54..a67ebbb81cca7e7d6261b369d2f9ffdbc64e4371 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" "7" "02/26/2007" "" ""
+.TH "GIT" "7" "02/28/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)