Makefile: linux has /dev/tty
commit9b4b894601a484bec4132f0201c55a7a0d29eab3
authorJeff King <peff@peff.net>
Sat, 10 Dec 2011 10:41:27 +0000 (10 05:41 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Dec 2011 00:09:39 +0000 (12 16:09 -0800)
tree398a5b7e4751f2ff880f0821e92bab2f8eb9e623
parentce77aa4813c8a3980283c0a1e760f51f3a405154
Makefile: linux has /dev/tty

Therefore we can turn on our custom prompt function instead
of relying on getpass.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile