summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2013-11-10 15:47:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-11-12 22:10:17 (GMT)
commiteb8e7e1d9a946f439e0e35f2ada9efb434ea8b60 (patch)
tree2479a148f96b819e4ad425bc6bb4458bc491a943 /git.c
parent0ecd94d7d728606e0047a44e60a277ff4e7b3990 (diff)
downloadgit-eb8e7e1d9a946f439e0e35f2ada9efb434ea8b60.zip
git-eb8e7e1d9a946f439e0e35f2ada9efb434ea8b60.tar.gz
git-eb8e7e1d9a946f439e0e35f2ada9efb434ea8b60.tar.bz2
repo-config: remove deprecated alias for "git config"
The release notes for Git 1.5.4 say that "git repo-config" will be removed in the next feature release. Since Git 2.0 is nearly here, remove it. Signed-off-by: John Keeping <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.c')
-rw-r--r--git.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/git.c b/git.c
index cb5208d..0c9dde2 100644
--- a/git.c
+++ b/git.c
@@ -421,7 +421,6 @@ static void handle_internal_command(int argc, const char **argv)
{ "remote-fd", cmd_remote_fd },
{ "repack", cmd_repack, RUN_SETUP },
{ "replace", cmd_replace, RUN_SETUP },
- { "repo-config", cmd_repo_config, RUN_SETUP_GENTLY },
{ "rerere", cmd_rerere, RUN_SETUP },
{ "reset", cmd_reset, RUN_SETUP },
{ "rev-list", cmd_rev_list, RUN_SETUP },