summaryrefslogtreecommitdiff
path: root/transport.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2009-05-18 08:59:27 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-05-18 08:59:27 -0700
commit983e9b63aecf1923ef5809fe13ed107105627262 (patch)
tree0fe7d1769c0b502bd120e2bdd7678385d9a90398 /transport.h
parentMerge branch 'maint' (diff)
parentfetch: Strip usernames from url's before storing them (diff)
downloadtgif-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 b1c2252766..27bfc528ac 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