Rafael Gieschke <rafael@xxxxxxxxxxx> writes: > If NO_GETPASS is set, getpass is provided in compat/getpass.c from > http://git.uclibc.org/uClibc/plain/libc/unistd/getpass.c > (getpass() was renamed to gitgetpass()). > > Signed-off-by: Rafael Gieschke <rafael@xxxxxxxxxxx> > --- > Makefile | 6 +++ > compat/getpass.c | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > git-compat-util.h | 5 +++ > 3 files changed, 109 insertions(+), 0 deletions(-) > create mode 100644 compat/getpass.c Thanks. What is missing is optional automatic detection of this case, which means changes to configure.ac and config.mak.in; see e.g. how it is done for NO_STRLCPY. -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html