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.