diff options
author | Jeff King <peff@peff.net> | 2015-12-10 16:33:05 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-12-10 15:38:59 -0800 |
commit | e850194c83985396435b01b70d2db00b6d3af02e (patch) | |
tree | a13a88de4799865914dd7798306af1716472d376 /urlmatch.h | |
parent | bc497127894ab6ad955d474c72836c03282e6c6f (diff) | |
download | git-e850194c83985396435b01b70d2db00b6d3af02e.tar.gz git-e850194c83985396435b01b70d2db00b6d3af02e.tar.xz |
ident: make xgetpwuid_self() a static local helper
This function is defined in wrapper.c, but nobody besides
ident.c uses it. And nobody is likely to in the future,
either, as anything that cares about the user's name should
be going through the ident code.
Moving it here is a cleanup of the global namespace, but it
will also enable further cleanups inside ident.c.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'urlmatch.h')
0 files changed, 0 insertions, 0 deletions