Steffen Prohaska <proha...@zib.de> writes: >> OK, then let's do that at least for now and move on. > > Ok. I saw that you tweaked my patch on pu. Maybe remove the outdated > comment above the function completely: > > diff --git a/config.c b/config.c > index 87db755..010bcd0 100644 > --- a/config.c > +++ b/config.c > @@ -1122,9 +1122,6 @@ int git_env_bool(const char *k, int def) > return v ? git_config_bool(k, v) : def; > } > > -/* > - * Use default if environment variable is unset or empty string. > - */
Thanks, will do. > unsigned long git_env_ulong(const char *k, unsigned long val) > { > const char *v = getenv(k); > > Steffen-- > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html