mirror of
https://github.com/git/git.git
synced 2024-11-23 01:46:13 +08:00
Merge branch 'rj/cygwin-has-dev-tty' into maint-2.46
Cygwin does have /dev/tty support that is needed by things like single-key input mode. * rj/cygwin-has-dev-tty: config.mak.uname: add HAVE_DEV_TTY to cygwin config section
This commit is contained in:
commit
c7577aedf5
@ -249,6 +249,7 @@ ifeq ($(uname_O),Cygwin)
|
||||
else
|
||||
NO_REGEX = UnfortunatelyYes
|
||||
endif
|
||||
HAVE_DEV_TTY = YesPlease
|
||||
HAVE_ALLOCA_H = YesPlease
|
||||
NEEDS_LIBICONV = YesPlease
|
||||
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
|
||||
|
Loading…
Reference in New Issue
Block a user