diff options
author | Thomas Quinot <thomas@quinot.org> | 2014-11-08 11:45:39 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-10 11:25:26 -0800 |
commit | a79c3a1b815b2ee5bdf5ad0d2c0c0cebbaa74fa9 (patch) | |
tree | b567d92b67a5dfe60844824a8a619fea2e0b9982 | |
parent | 71069cdfc7fe0ebcf3735cd75a82b49b3098f870 (diff) | |
download | git-a79c3a1b815b2ee5bdf5ad0d2c0c0cebbaa74fa9.tar.gz |
Documentation/config.txt: fix minor typo
Add a missing article at the beginning of a sentence, and rephrase
slightly.
Signed-off-by: Thomas Quinot <thomas@quinot.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 0fda2b51e1..6ae4d90708 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -669,7 +669,7 @@ alias.*:: 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. + A quote pair or 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 |