diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-05-08 22:33:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-08 22:33:16 -0700 |
commit | f350e1faaa7070030a5c40acdaec650b47dfdc12 (patch) | |
tree | 2c2c5f86caec5cc5642544891ffce9e271eeb1b1 /http.h | |
parent | Merge branch 'jk/cached-textconv' (diff) | |
parent | Prompt for a username when an HTTP request 401s (diff) | |
download | tgif-f350e1faaa7070030a5c40acdaec650b47dfdc12.tar.xz |
Merge branch 'sc/http-late-auth'
* sc/http-late-auth:
Prompt for a username when an HTTP request 401s
Diffstat (limited to 'http.h')
-rw-r--r-- | http.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -126,6 +126,8 @@ extern char *get_remote_object_url(const char *url, const char *hex, #define HTTP_MISSING_TARGET 1 #define HTTP_ERROR 2 #define HTTP_START_FAILED 3 +#define HTTP_REAUTH 4 +#define HTTP_NOAUTH 5 /* * Requests an url and stores the result in a strbuf. |