From 71069cdfc7fe0ebcf3735cd75a82b49b3098f870 Mon Sep 17 00:00:00 2001 From: Nicolas Dermine Date: Sun, 9 Nov 2014 17:19:33 +0100 Subject: config.txt: fix typo Signed-off-by: Nicolas Dermine Signed-off-by: Junio C Hamano --- Documentation/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/config.txt b/Documentation/config.txt index 382e12c69e..0fda2b51e1 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -2295,7 +2295,7 @@ status.showUntrackedFiles:: files which are not currently tracked by Git. Directories which contain only untracked files, are shown with the directory name only. Showing untracked files means that Git needs to lstat() all - all the files in the whole repository, which might be slow on some + the files in the whole repository, which might be slow on some systems. So, this variable controls how the commands displays the untracked files. Possible values are: + -- cgit v1.2.3 From a79c3a1b815b2ee5bdf5ad0d2c0c0cebbaa74fa9 Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Sat, 8 Nov 2014 11:45:39 +0100 Subject: Documentation/config.txt: fix minor typo Add a missing article at the beginning of a sentence, and rephrase slightly. Signed-off-by: Thomas Quinot Signed-off-by: Junio C Hamano --- Documentation/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') 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 -- cgit v1.2.3