]> git.ipfire.org Git - thirdparty/git.git/blobdiff - http.h
git-submodule.txt: "--branch <branch>" option defaults to 'master'
[thirdparty/git.git] / http.h
diff --git a/http.h b/http.h
index 66c52b2e1e7dcf0f7ea27d056b8d144cb5375cf2..4eb4e808e5731a3a9a650ca4c1efb3e471604d05 100644 (file)
--- a/http.h
+++ b/http.h
@@ -146,7 +146,6 @@ extern char *get_remote_object_url(const char *url, const char *hex,
 /* Options for http_get_*() */
 struct http_get_options {
        unsigned no_cache:1,
-                keep_error:1,
                 initial_request:1;
 
        /* If non-NULL, returns the content-type of the response. */