X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=cache.h;h=1d99d6817d8bcd629d01ca75daf0767e93376f11;hb=540bf654d007b3289adec37e3008c588ba677e25;hp=f0c9b01aa394c0a9a356f4b661141b77a0d7c9f6;hpb=f5f2c52bb08a7fc5bde6a7eb6552235df9daca71;p=git.git diff --git a/cache.h b/cache.h index f0c9b01a..1d99d681 100644 --- a/cache.h +++ b/cache.h @@ -50,21 +50,21 @@ * Your search - "port 9418" - did not match any documents. * * as www.google.com puts it. + * + * This port has been properly assigned for git use by IANA: + * git (Assigned-9418) [I06-050728-0001]. + * + * git 9418/tcp git pack transfer service + * git 9418/udp git pack transfer service + * + * with Linus Torvalds as the point of + * contact. September 2005. + * + * See http://www.iana.org/assignments/port-numbers */ #define DEFAULT_GIT_PORT 9418 /* - * Environment variables transition. - * We accept older names for now but warn. - */ -extern char *gitenv_bc(const char *); -#ifdef __GNUC__ -#define gitenv(e) (getenv(e) ? : gitenv_bc(e)) -#else -#define gitenv(e) (getenv(e) ? getenv(e) : gitenv_bc(e)) -#endif - -/* * Basic data structures for the directory cache */