From cc5d96410cc0d76838cbd90fee2da133b9b9fd91 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 12 Jun 2007 16:09:16 +0000 Subject: [PATCH] Autogenerated manpages for v1.5.2.1-255-gca6c0 --- man1/git-cherry.1 | 5 ++++- man1/git-diff-files.1 | 6 +++--- man1/git-diff-index.1 | 6 +++--- man1/git-diff-tree.1 | 6 +++--- man1/git-diff.1 | 6 +++--- man1/git-format-patch.1 | 6 +++--- man1/git-submodule.1 | 8 ++++---- 7 files changed, 23 insertions(+), 20 deletions(-) diff --git a/man1/git-cherry.1 b/man1/git-cherry.1 index 5a43f8766..d390a12cf 100644 --- a/man1/git-cherry.1 +++ b/man1/git-cherry.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\-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 Working branch; defaults to HEAD. +.TP + +Do not report commits up to (and including) limit. .SH "AUTHOR" Written by Junio C Hamano .SH "DOCUMENTATION" diff --git a/man1/git-diff-files.1 b/man1/git-diff-files.1 index e55bc2e30..2a93a7bfd 100644 --- a/man1/git-diff-files.1 +++ b/man1/git-diff-files.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\-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 \-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. diff --git a/man1/git-diff-index.1 b/man1/git-diff-index.1 index 83a5e35d8..c3ccdc4ed 100644 --- a/man1/git-diff-index.1 +++ b/man1/git-diff-index.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\-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 \-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. diff --git a/man1/git-diff-tree.1 b/man1/git-diff-tree.1 index 460e46aaa..dce96092c 100644 --- a/man1/git-diff-tree.1 +++ b/man1/git-diff-tree.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\-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 \-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. diff --git a/man1/git-diff.1 b/man1/git-diff.1 index 6ab089d1e..01c35dff3 100644 --- a/man1/git-diff.1 +++ b/man1/git-diff.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\-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 \-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. diff --git a/man1/git-format-patch.1 b/man1/git-format-patch.1 index e4437b576..6f367db74 100644 --- a/man1/git-format-patch.1 +++ b/man1/git-format-patch.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\-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 \-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. diff --git a/man1/git-submodule.1 b/man1/git-submodule.1 index 759c707a3..117dadc8d 100644 --- a/man1/git-submodule.1 +++ b/man1/git-submodule.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\-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 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 .SH "GIT" -- 2.26.2