aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2009-01-20 22:08:33 +0100
committerJunio C Hamano <gitster@pobox.com>2009-01-21 00:17:40 -0800
commit950db8798d51cb183c858938263425b367b21dfd (patch)
tree6dbe1d6ef19ff138677f6319ad938b2d562168a6 /Documentation
parent674a1d2628628aa21c32ef98279f99ba3794a640 (diff)
downloadgit-950db8798d51cb183c858938263425b367b21dfd.tar.gz
git-950db8798d51cb183c858938263425b367b21dfd.tar.xz
Rename diff.suppress-blank-empty to diff.suppressBlankEmpty
All the other config variables use CamelCase. This config variable should not be an exception. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 52786c7df..26551ea6e 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -635,7 +635,7 @@ diff.renames::
will enable basic rename detection. If set to "copies" or
"copy", it will detect copies, as well.
-diff.suppress-blank-empty::
+diff.suppressBlankEmpty::
A boolean to inhibit the standard behavior of printing a space
before each empty output line. Defaults to false.