Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-01 04:01:00 +0300
committerJunio C Hamano <junkio@cox.net>2007-03-01 04:01:00 +0300
commite6eebbb3ae2f2831fe1319d5acdb6477b8abeadb (patch)
treeb94ec607c4210c2af90ed25073a0d6711061679f /builtin-fetch--tool.c
parentc7d68c80002090bddc1eb740d83818aa0a08bbbe (diff)
git-fetch: retire update-local-ref which is not used anymore.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-fetch--tool.c')
-rw-r--r--builtin-fetch--tool.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/builtin-fetch--tool.c b/builtin-fetch--tool.c
index eeee0a5ebf..5261bf57fd 100644
--- a/builtin-fetch--tool.c
+++ b/builtin-fetch--tool.c
@@ -468,12 +468,6 @@ int cmd_fetch__tool(int argc, const char **argv, const char *prefix)
fclose(fp);
return result;
}
- if (!strcmp("update-local-ref", argv[1])) {
- if (argc != 5)
- return error("update-local-ref takes 3 args");
- return update_local_ref(argv[2], argv[3], argv[4],
- verbose, force);
- }
if (!strcmp("native-store", argv[1])) {
int result;
FILE *fp;