Enable HAVE_DEV_TTY for Solaris
commit436783c95a59cca00a7cca1219666bb0af67cb81
authorBen Walton <bwalton@artsci.utoronto.ca>
Tue, 7 Aug 2012 03:07:42 +0000 (6 23:07 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Aug 2012 05:12:43 +0000 (6 22:12 -0700)
tree8eca6eaebb50b88cd2f5e4bfbbefe3641b6c2746
parent67ba123fd1fcb9a7699ae85f05f1229513322c1c
Enable HAVE_DEV_TTY for Solaris

Now that git_terminal_prompt can cleanly interact with /dev/tty on
Solaris, enable HAVE_DEV_TTY so that this code path is used for
credential reading instead of relying on the crippled getpass().

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile