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>
This commit is contained in:

committed by
Junio C Hamano

parent
0ecd94d7d7
commit
eb8e7e1d9a
@ -671,9 +671,3 @@ int cmd_config(int argc, const char **argv, const char *prefix)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int cmd_repo_config(int argc, const char **argv, const char *prefix)
|
||||
{
|
||||
fprintf(stderr, "WARNING: git repo-config is deprecated in favor of git config.\n");
|
||||
return cmd_config(argc, argv, prefix);
|
||||
}
|
||||
|
Reference in New Issue
Block a user