summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0fc8573)
raw | patch | inline | side by side (parent: 0fc8573)
author | Petr Baudis <pasky@suse.cz> | |
Thu, 8 Jun 2006 00:25:21 +0000 (17:25 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 8 Jun 2006 00:25:21 +0000 (17:25 -0700) |
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt | patch | blob | history |
index 03eef4091dbf34c815321e9a03d17c6721ea2a68..a04c5adf8e522e65fae58ec32db07c46aeebe070 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
Command aliases for the gitlink:git[1] command wrapper - e.g.
after defining "alias.last = cat-file commit HEAD", the invocation
"git last" is equivalent to "git cat-file commit HEAD". To avoid
- confusion, aliases that hide existing git commands are ignored.
- Arguments are split at whitespaces, but single or double
- quote pair can be used to quote them.
+ confusion and troubles with script usage, aliases that
+ hide existing git commands are ignored. Arguments are split by
+ spaces, the usual shell quoting and escaping is supported.
+ quote pair and a backslash can be used to quote them.
apply.whitespace::
Tells `git-apply` how to handle whitespaces, in the same way