aboutsummaryrefslogtreecommitdiff
path: root/transport.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-05-18 08:59:27 -0700
committerJunio C Hamano <gitster@pobox.com>2009-05-18 08:59:27 -0700
commit983e9b63aecf1923ef5809fe13ed107105627262 (patch)
tree0fe7d1769c0b502bd120e2bdd7678385d9a90398 /transport.h
parent59e5fb356ee6abf022e03c446df83879c727b94c (diff)
parent47abd85ba06ed7209d1caa3e5ac7cc6b232bece4 (diff)
downloadgit-983e9b63aecf1923ef5809fe13ed107105627262.tar.gz
git-983e9b63aecf1923ef5809fe13ed107105627262.tar.xz
Merge branch 'ae/anon-fetch-info'
* ae/anon-fetch-info: fetch: Strip usernames from url's before storing them
Diffstat (limited to 'transport.h')
-rw-r--r--transport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/transport.h b/transport.h
index b1c225276..27bfc528a 100644
--- a/transport.h
+++ b/transport.h
@@ -74,5 +74,6 @@ const struct ref *transport_get_remote_refs(struct transport *transport);
int transport_fetch_refs(struct transport *transport, const struct ref *refs);
void transport_unlock_pack(struct transport *transport);
int transport_disconnect(struct transport *transport);
+char *transport_anonymize_url(const char *url);
#endif