diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-08-09 00:14:57 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-09 00:14:58 +0200 |
commit | e5acacfb48b29e5d2c86d14b988321df086f2228 (patch) | |
tree | 837e4dd4bd0330942a788df1840ad5ee3975cf66 /Makefile | |
parent | Documentation: list git-credential in plumbing commands (diff) | |
parent | Enable HAVE_DEV_TTY for Solaris (diff) | |
download | git-e5acacfb48b29e5d2c86d14b988321df086f2228.tar.xz git-e5acacfb48b29e5d2c86d14b988321df086f2228.zip |
Merge branch 'bw/maint-1.7.9-solaris-getpass'
The recent update to terminal I/O interface to get passwords &c
interactively didn't quite work on Solaris.
* bw/maint-1.7.9-solaris-getpass:
Enable HAVE_DEV_TTY for Solaris
terminal: seek when switching between reading and writing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1014,6 +1014,7 @@ ifeq ($(uname_S),SunOS) NO_REGEX = YesPlease NO_FNMATCH_CASEFOLD = YesPlease NO_MSGFMT_EXTENDED_OPTIONS = YesPlease + HAVE_DEV_TTY = YesPlease ifeq ($(uname_R),5.6) SOCKLEN_T = int NO_HSTRERROR = YesPlease |