From 9cb74f2e1ce669d810cf666f33749c4785472ba6 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 12 Feb 2007 04:15:05 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.0-rc4-39-gd4144 --- config.txt | 6 ++++++ git-am.html | 11 ++++++++++- git-am.txt | 4 ++++ git-config.html | 10 +++++++++- git-repack.html | 8 ++++---- git-repack.txt | 6 +++--- git.html | 2 +- 7 files changed, 37 insertions(+), 10 deletions(-) diff --git a/config.txt b/config.txt index 4e650af01..0129b1fd6 100644 --- a/config.txt +++ b/config.txt @@ -222,6 +222,12 @@ alias.*:: spaces, the usual shell quoting and escaping is supported. quote pair and a backslash can be used to quote them. + If the alias expansion is prefixed with an exclamation point, + it will be treated as a shell command. For example, defining + "alias.new = !gitk --all --not ORIG_HEAD", the invocation + "git new" is equivalent to running the shell command + "gitk --all --not ORIG_HEAD". + apply.whitespace:: Tells `git-apply` how to handle whitespaces, in the same way as the '--whitespace' option. See gitlink:git-apply[1]. diff --git a/git-am.html b/git-am.html index f8badfb2c..ba3865bcf 100644 --- a/git-am.html +++ b/git-am.html @@ -287,6 +287,15 @@ current branch.

+<mbox>… +
+
+

+ The list of mailbox files to read patches from. If you do not + supply this argument, reads from the standard input. +

+
+
--signoff
@@ -449,7 +458,7 @@ names.

diff --git a/git-am.txt b/git-am.txt index f7d551e2c..77ef103b2 100644 --- a/git-am.txt +++ b/git-am.txt @@ -21,6 +21,10 @@ current branch. OPTIONS ------- +...:: + The list of mailbox files to read patches from. If you do not + supply this argument, reads from the standard input. + --signoff:: Add `Signed-off-by:` line to the commit message, using the committer identity of yourself. diff --git a/git-config.html b/git-config.html index 49a627709..03eb7c701 100644 --- a/git-config.html +++ b/git-config.html @@ -827,6 +827,14 @@ alias.* spaces, the usual shell quoting and escaping is supported. quote pair and a backslash can be used to quote them.

+
+
+
If the alias expansion is prefixed with an exclamation point,
+it will be treated as a shell command.  For example, defining
+"alias.new = !gitk --all --not ORIG_HEAD", the invocation
+"git new" is equivalent to running the shell command
+"gitk --all --not ORIG_HEAD".
+
apply.whitespace @@ -1395,7 +1403,7 @@ transfer.unpackLimit diff --git a/git-repack.html b/git-repack.html index 7cabc44c2..dda7597b2 100644 --- a/git-repack.html +++ b/git-repack.html @@ -295,9 +295,9 @@ engines, disk storage, etc.

Instead of incrementally packing the unpacked objects, pack everything available into a single pack. Especially useful when packing a repository that is used - for a private development and there no need to worry - about people fetching via dumb protocols from it. Use - with -d. + for private development and there is no need to worry + about people fetching via dumb file transfer protocols + from it. Use with -d.

@@ -394,7 +394,7 @@ that way can try to use older git with it).

diff --git a/git-repack.txt b/git-repack.txt index 4a57ce860..d39abc126 100644 --- a/git-repack.txt +++ b/git-repack.txt @@ -30,9 +30,9 @@ OPTIONS Instead of incrementally packing the unpacked objects, pack everything available into a single pack. Especially useful when packing a repository that is used - for a private development and there no need to worry - about people fetching via dumb protocols from it. Use - with '-d'. + for private development and there is no need to worry + about people fetching via dumb file transfer protocols + from it. Use with '-d'. -d:: After packing, if the newly created packs make some diff --git a/git.html b/git.html index c67b282fa..5a73f3dbb 100644 --- a/git.html +++ b/git.html @@ -2296,7 +2296,7 @@ contributors on the git-list <git@vger.kernel.org>.

-- 2.26.2