]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'maint-1.6.6' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Apr 2010 08:28:27 +0000 (01:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Apr 2010 08:28:27 +0000 (01:28 -0700)
* maint-1.6.6:
  MSVC: Fix build by adding missing termios.h dummy

compat/vcbuild/include/termios.h [new file with mode: 0644]

diff --git a/compat/vcbuild/include/termios.h b/compat/vcbuild/include/termios.h
new file mode 100644 (file)
index 0000000..0d8552a
--- /dev/null
@@ -0,0 +1 @@
+/* Intentionally empty file to support building git with MSVC */