Autogenerated manpages for v1.5.2.1-255-gca6c0
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 12 Jun 2007 16:09:16 +0000 (16:09 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 12 Jun 2007 16:09:16 +0000 (16:09 +0000)
man1/git-cherry.1
man1/git-diff-files.1
man1/git-diff-index.1
man1/git-diff-tree.1
man1/git-diff.1
man1/git-format-patch.1
man1/git-submodule.1

index 5a43f8766c63394aaabb2dae42961da94df37235..d390a12cf6058d8da17c04336fa50a8e34ff2691 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\-CHERRY" "1" "06/08/2007" "Git 1.5.2.1.144.gabc40" "Git Manual"
+.TH "GIT\-CHERRY" "1" "06/12/2007" "Git 1.5.2.1.255.gca6c0" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -41,6 +41,9 @@ Upstream branch to compare against.
 .TP
 <head>
 Working branch; defaults to HEAD.
+.TP
+<limit>
+Do not report commits up to (and including) limit.
 .SH "AUTHOR"
 Written by Junio C Hamano <junkio@cox.net>
 .SH "DOCUMENTATION"
index e55bc2e30532de6ef4d09dd5869a18e388b4139d..2a93a7bfd2c77b3b3b6c565649951ea4572490a4 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" "06/08/2007" "Git 1.5.2.1.144.gabc40" "Git Manual"
+.TH "GIT\-DIFF\-FILES" "1" "06/12/2007" "Git 1.5.2.1.255.gca6c0" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -82,13 +82,13 @@ Break complete rewrite changes into pairs of delete and create.
 Detect renames.
 .TP
 \-C
-Detect copies as well as renames.
+Detect copies as well as renames. See also \-\-find\-copies\-harder.
 .TP
 \-\-diff\-filter=[ACDMRTUXB*]
 Select only files that are Added (A), Copied (C), Deleted (D), Modified (M), Renamed (R), have their type (mode) changed (T), are Unmerged (U), are Unknown (X), or have had their pairing Broken (B). Any combination of the filter characters may be used. When * (All\-or\-none) is added to the combination, all paths are selected if there is any file that matches other criteria in the comparison; if there is no file that matches other criteria, nothing is selected.
 .TP
 \-\-find\-copies\-harder
-For performance reasons, by default, \-C option finds copies only if the original file of the copy was modified in the same changeset. This flag makes the command inspect unmodified files as candidates for the source of copy. This is a very expensive operation for large projects, so use it with caution.
+For performance reasons, by default, \-C option finds copies only if the original file of the copy was modified in the same changeset. This flag makes the command inspect unmodified files as candidates for the source of copy. This is a very expensive operation for large projects, so use it with caution. Giving more than one \-C option has the same effect.
 .TP
 \-l<num>
 \-M and \-C options require O(n^2) processing time where n is the number of potential rename/copy targets. This option prevents rename/copy detection from running if the number of rename/copy targets exceeds the specified number.
index 83a5e35d8af3e79a9e59fd3f8b1ef7cfe57ea2a1..c3ccdc4edeb6f9fae5343e7bac8d995a7e837f58 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\-INDEX" "1" "06/08/2007" "Git 1.5.2.1.144.gabc40" "Git Manual"
+.TH "GIT\-DIFF\-INDEX" "1" "06/12/2007" "Git 1.5.2.1.255.gca6c0" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -82,13 +82,13 @@ Break complete rewrite changes into pairs of delete and create.
 Detect renames.
 .TP
 \-C
-Detect copies as well as renames.
+Detect copies as well as renames. See also \-\-find\-copies\-harder.
 .TP
 \-\-diff\-filter=[ACDMRTUXB*]
 Select only files that are Added (A), Copied (C), Deleted (D), Modified (M), Renamed (R), have their type (mode) changed (T), are Unmerged (U), are Unknown (X), or have had their pairing Broken (B). Any combination of the filter characters may be used. When * (All\-or\-none) is added to the combination, all paths are selected if there is any file that matches other criteria in the comparison; if there is no file that matches other criteria, nothing is selected.
 .TP
 \-\-find\-copies\-harder
-For performance reasons, by default, \-C option finds copies only if the original file of the copy was modified in the same changeset. This flag makes the command inspect unmodified files as candidates for the source of copy. This is a very expensive operation for large projects, so use it with caution.
+For performance reasons, by default, \-C option finds copies only if the original file of the copy was modified in the same changeset. This flag makes the command inspect unmodified files as candidates for the source of copy. This is a very expensive operation for large projects, so use it with caution. Giving more than one \-C option has the same effect.
 .TP
 \-l<num>
 \-M and \-C options require O(n^2) processing time where n is the number of potential rename/copy targets. This option prevents rename/copy detection from running if the number of rename/copy targets exceeds the specified number.
index 460e46aaa3d559ed5072bb6d051c9d2edb8b4927..dce96092ce61d9ac4c10d32c1794009708646304 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\-TREE" "1" "06/08/2007" "Git 1.5.2.1.144.gabc40" "Git Manual"
+.TH "GIT\-DIFF\-TREE" "1" "06/12/2007" "Git 1.5.2.1.255.gca6c0" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -91,13 +91,13 @@ Break complete rewrite changes into pairs of delete and create.
 Detect renames.
 .TP
 \-C
-Detect copies as well as renames.
+Detect copies as well as renames. See also \-\-find\-copies\-harder.
 .TP
 \-\-diff\-filter=[ACDMRTUXB*]
 Select only files that are Added (A), Copied (C), Deleted (D), Modified (M), Renamed (R), have their type (mode) changed (T), are Unmerged (U), are Unknown (X), or have had their pairing Broken (B). Any combination of the filter characters may be used. When * (All\-or\-none) is added to the combination, all paths are selected if there is any file that matches other criteria in the comparison; if there is no file that matches other criteria, nothing is selected.
 .TP
 \-\-find\-copies\-harder
-For performance reasons, by default, \-C option finds copies only if the original file of the copy was modified in the same changeset. This flag makes the command inspect unmodified files as candidates for the source of copy. This is a very expensive operation for large projects, so use it with caution.
+For performance reasons, by default, \-C option finds copies only if the original file of the copy was modified in the same changeset. This flag makes the command inspect unmodified files as candidates for the source of copy. This is a very expensive operation for large projects, so use it with caution. Giving more than one \-C option has the same effect.
 .TP
 \-l<num>
 \-M and \-C options require O(n^2) processing time where n is the number of potential rename/copy targets. This option prevents rename/copy detection from running if the number of rename/copy targets exceeds the specified number.
index 6ab089d1ea5d4e9df6b52eb468927093d6de3072..01c35dff38edfde65cf3bd56a6c4d887763177e8 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" "06/08/2007" "Git 1.5.2.1.144.gabc40" "Git Manual"
+.TH "GIT\-DIFF" "1" "06/12/2007" "Git 1.5.2.1.255.gca6c0" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -104,13 +104,13 @@ Break complete rewrite changes into pairs of delete and create.
 Detect renames.
 .TP
 \-C
-Detect copies as well as renames.
+Detect copies as well as renames. See also \-\-find\-copies\-harder.
 .TP
 \-\-diff\-filter=[ACDMRTUXB*]
 Select only files that are Added (A), Copied (C), Deleted (D), Modified (M), Renamed (R), have their type (mode) changed (T), are Unmerged (U), are Unknown (X), or have had their pairing Broken (B). Any combination of the filter characters may be used. When * (All\-or\-none) is added to the combination, all paths are selected if there is any file that matches other criteria in the comparison; if there is no file that matches other criteria, nothing is selected.
 .TP
 \-\-find\-copies\-harder
-For performance reasons, by default, \-C option finds copies only if the original file of the copy was modified in the same changeset. This flag makes the command inspect unmodified files as candidates for the source of copy. This is a very expensive operation for large projects, so use it with caution.
+For performance reasons, by default, \-C option finds copies only if the original file of the copy was modified in the same changeset. This flag makes the command inspect unmodified files as candidates for the source of copy. This is a very expensive operation for large projects, so use it with caution. Giving more than one \-C option has the same effect.
 .TP
 \-l<num>
 \-M and \-C options require O(n^2) processing time where n is the number of potential rename/copy targets. This option prevents rename/copy detection from running if the number of rename/copy targets exceeds the specified number.
index e4437b576b541dc091b0f9018d27b27364339455..6f367db74069232dadd6289c4f77b84b2c9d6c8f 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\-FORMAT\-PATCH" "1" "06/08/2007" "Git 1.5.2.1.144.gabc40" "Git Manual"
+.TH "GIT\-FORMAT\-PATCH" "1" "06/12/2007" "Git 1.5.2.1.255.gca6c0" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -102,13 +102,13 @@ Break complete rewrite changes into pairs of delete and create.
 Detect renames.
 .TP
 \-C
-Detect copies as well as renames.
+Detect copies as well as renames. See also \-\-find\-copies\-harder.
 .TP
 \-\-diff\-filter=[ACDMRTUXB*]
 Select only files that are Added (A), Copied (C), Deleted (D), Modified (M), Renamed (R), have their type (mode) changed (T), are Unmerged (U), are Unknown (X), or have had their pairing Broken (B). Any combination of the filter characters may be used. When * (All\-or\-none) is added to the combination, all paths are selected if there is any file that matches other criteria in the comparison; if there is no file that matches other criteria, nothing is selected.
 .TP
 \-\-find\-copies\-harder
-For performance reasons, by default, \-C option finds copies only if the original file of the copy was modified in the same changeset. This flag makes the command inspect unmodified files as candidates for the source of copy. This is a very expensive operation for large projects, so use it with caution.
+For performance reasons, by default, \-C option finds copies only if the original file of the copy was modified in the same changeset. This flag makes the command inspect unmodified files as candidates for the source of copy. This is a very expensive operation for large projects, so use it with caution. Giving more than one \-C option has the same effect.
 .TP
 \-l<num>
 \-M and \-C options require O(n^2) processing time where n is the number of potential rename/copy targets. This option prevents rename/copy detection from running if the number of rename/copy targets exceeds the specified number.
index 759c707a3d3bf7314ba86b63f9aa9dfa7e90750e..117dadc8dbedd3bbdc07e5f20090afb2a949c110 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\-SUBMODULE" "1" "06/08/2007" "Git 1.5.2.1.144.gabc40" "Git Manual"
+.TH "GIT\-SUBMODULE" "1" "06/12/2007" "Git 1.5.2.1.255.gca6c0" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -17,10 +17,10 @@ status
 Show the status of the submodules. This will print the SHA\-1 of the currently checked out commit for each submodule, along with the submodule path and the output of \fBgit\-describe\fR(1) for the SHA\-1. Each SHA\-1 will be prefixed with \- if the submodule is not initialized and + if the currently checked out submodule commit does not match the SHA\-1 found in the index of the containing repository. This command is the default command for git\-submodule.
 .TP
 init
-Initialize the submodules, i.e. clone the git repositories specified in the .gitmodules file and checkout the submodule commits specified in the index of the containing repository. This will make the submodules HEAD be detached.
+Initialize the submodules, i.e. register in .git/config each submodule path and url found in .gitmodules. The key used in git/config is submodule.$path.url. This command does not alter existing information in .git/config.
 .TP
 update
-Update the initialized submodules, i.e. checkout the submodule commits specified in the index of the containing repository. This will make the submodules HEAD be detached.
+Update the registered submodules, i.e. clone missing submodules and checkout the commit specified in the index of the containing repository. This will make the submodules HEAD be detached.
 .SH "OPTIONS"
 .TP
 \-q, \-\-quiet
@@ -32,7 +32,7 @@ Display the SHA\-1 stored in the index, not the SHA\-1 of the currently checked
 <path>
 Path to submodule(s). When specified this will restrict the command to only operate on the submodules found at the specified paths.
 .SH "FILES"
-When cloning submodules, a .gitmodules file in the top\-level directory of the containing repository is used to find the url of each submodule. This file should be formatted in the same way as $GIR_DIR/config. The key to each submodule url is "module.$path.url".
+When initializing submodules, a .gitmodules file in the top\-level directory of the containing repository is used to find the url of each submodule. This file should be formatted in the same way as $GIR_DIR/config. The key to each submodule url is "module.$path.url".
 .SH "AUTHOR"
 Written by Lars Hjemli <hjemli@gmail.com>
 .SH "GIT"