fetch: rename file-scope global "transport" to "gtransport"
authorJunio C Hamano <gitster@pobox.com>
Wed, 7 Aug 2013 22:38:45 +0000 (15:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Aug 2013 23:24:30 +0000 (16:24 -0700)
Although many functions in this file take a "struct transport" as a
parameter, "fetch_one()" assigns to the global singleton instance
which is a file-scope static, in order to allow a parameterless
signal handler unlock_pack() to access it.

Rename the variable to gtransport to make sure these uses stand out.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found