* git-http-fetch: remove unused cmd_http_fetch
@ 2012-06-14 20:20 Luka Perkov
0 siblings, 0 replies; only message in thread
From: Luka Perkov @ 2012-06-14 20:20 UTC (permalink / raw)
To: git
It was left out from commit 1088261f6fc90324014b5306cca4171987da85ce
Signed-off-by: Luka Perkov <lists@lukaperkov.net>
---
builtin.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/builtin.h b/builtin.h
index 338f540..f5b8ed1 100644
--- a/builtin.h
+++ b/builtin.h
@@ -83,7 +83,6 @@ extern int cmd_get_tar_commit_id(int argc, const char **argv, const char *prefix
extern int cmd_grep(int argc, const char **argv, const char *prefix);
extern int cmd_hash_object(int argc, const char **argv, const char *prefix);
extern int cmd_help(int argc, const char **argv, const char *prefix);
-extern int cmd_http_fetch(int argc, const char **argv, const char *prefix);
extern int cmd_index_pack(int argc, const char **argv, const char *prefix);
extern int cmd_init_db(int argc, const char **argv, const char *prefix);
extern int cmd_log(int argc, const char **argv, const char *prefix);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-14 20:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-14 20:20 git-http-fetch: remove unused cmd_http_fetch Luka Perkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).