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>
This commit is contained in:
parent
935e247e8c
commit
8813df9066
@ -1007,10 +1007,6 @@ repack.usedeltabaseoffset::
|
|||||||
Allow linkgit:git-repack[1] to create packs that uses
|
Allow linkgit:git-repack[1] to create packs that uses
|
||||||
delta-base offset. Defaults to false.
|
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::
|
showbranch.default::
|
||||||
The default set of branches for linkgit:git-show-branch[1].
|
The default set of branches for linkgit:git-show-branch[1].
|
||||||
See 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
|
unchanged to gpg's --local-user parameter, so you may specify a key
|
||||||
using any method that gpg supports.
|
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::
|
imap::
|
||||||
The configuration variables in the 'imap' section are described
|
The configuration variables in the 'imap' section are described
|
||||||
in linkgit:git-imap-send[1].
|
in linkgit:git-imap-send[1].
|
||||||
|
@ -1041,7 +1041,6 @@ _git_config ()
|
|||||||
pull.octopus
|
pull.octopus
|
||||||
pull.twohead
|
pull.twohead
|
||||||
repack.useDeltaBaseOffset
|
repack.useDeltaBaseOffset
|
||||||
show.difftree
|
|
||||||
showbranch.default
|
showbranch.default
|
||||||
tar.umask
|
tar.umask
|
||||||
transfer.unpackLimit
|
transfer.unpackLimit
|
||||||
@ -1050,7 +1049,6 @@ _git_config ()
|
|||||||
user.name
|
user.name
|
||||||
user.email
|
user.email
|
||||||
user.signingkey
|
user.signingkey
|
||||||
whatchanged.difftree
|
|
||||||
branch. remote.
|
branch. remote.
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user