Skip to content

Commit

Permalink
Documentation: git aliases
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Petr Baudis authored and Junio C Hamano committed Jun 8, 2006
1 parent 0fc8573 commit 99b41c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Documentation/config.txt
Expand Up @@ -95,9 +95,10 @@ alias.*::
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
Expand Down

0 comments on commit 99b41c8

Please sign in to comment.