summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorOlivier Marin <dkr@freesurf.fr>2008-06-27 00:17:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-06-29 03:55:26 (GMT)
commit8813df9066427ffe40d1d77d18f20643f396f153 (patch)
tree471fa5f320517ab7246ea3a8f190e9eee727ca4b /Documentation
parent935e247e8c0b2330afaa56e117e7a1c0120e6420 (diff)
downloadgit-8813df9066427ffe40d1d77d18f20643f396f153.zip
git-8813df9066427ffe40d1d77d18f20643f396f153.tar.gz
git-8813df9066427ffe40d1d77d18f20643f396f153.tar.bz2
Documentation: remove {show,whatchanged}.difftree config options
This removes, from the documentation and the bash completion script, the two config options that were introduced by the git-whatchanged.sh script and lost in the C rewrite. Today, we can use aliases as an alternative. Signed-off-by: Olivier Marin <dkr@freesurf.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 90c8a45..6966384 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1007,10 +1007,6 @@ repack.usedeltabaseoffset::
Allow linkgit:git-repack[1] to create packs that uses
delta-base offset. Defaults to false.
-show.difftree::
- The default linkgit:git-diff-tree[1] arguments to be used
- for linkgit:git-show[1].
-
showbranch.default::
The default set of branches for linkgit:git-show-branch[1].
See linkgit:git-show-branch[1].
@@ -1075,10 +1071,6 @@ user.signingkey::
unchanged to gpg's --local-user parameter, so you may specify a key
using any method that gpg supports.
-whatchanged.difftree::
- The default linkgit:git-diff-tree[1] arguments to be used
- for linkgit:git-whatchanged[1].
-
imap::
The configuration variables in the 'imap' section are described
in linkgit:git-imap-send[1].