diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-09-01 04:01:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-01 04:06:13 -0700 |
commit | f368f5a6bc11855ab11013bc0c550bfc0868c140 (patch) | |
tree | 7f36ae0e7277ef3676a8e6b48298ea6926dbfd34 /Documentation/config.txt | |
parent | 2e7766655abd0312a6bf4db6a6ff141e7e4ac8b6 (diff) | |
download | git-f368f5a6bc11855ab11013bc0c550bfc0868c140.tar.gz |
Documentation: minor AsciiDoc mark-up fixes.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index cf7617a5b1..866e0534b8 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -301,12 +301,12 @@ alias.*:: 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. - - 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". ++ +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 |