]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
fetch-pack: split up everything_local()
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 08a48263b52b621aa9f1db1a5f5abab39c31e36a..89a107a7f79175c600eb2a9689982912541ae4e7 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1826,11 +1826,6 @@ extern int ws_blank_line(const char *line, int len, unsigned ws_rule);
 void overlay_tree_on_index(struct index_state *istate,
                           const char *tree_name, const char *prefix);
 
-char *alias_lookup(const char *alias);
-int split_cmdline(char *cmdline, const char ***argv);
-/* Takes a negative value returned by split_cmdline */
-const char *split_cmdline_strerror(int cmdline_errno);
-
 /* setup.c */
 struct startup_info {
        int have_repository;