diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-05-18 08:59:27 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-18 08:59:27 -0700 |
commit | 983e9b63aecf1923ef5809fe13ed107105627262 (patch) | |
tree | 0fe7d1769c0b502bd120e2bdd7678385d9a90398 /transport.h | |
parent | Merge branch 'maint' (diff) | |
parent | fetch: Strip usernames from url's before storing them (diff) | |
download | tgif-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.h | 1 |
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 |