summaryrefslogtreecommitdiff
path: root/config.mak.uname
AgeCommit message (Expand)Author
2014-12-17Sync with v2.1.4Junio C Hamano
2014-12-17Sync with v2.0.5Junio C Hamano
2014-12-17Sync with v1.9.5Junio C Hamano
2014-12-17Sync with v1.8.5.6Junio C Hamano
2014-12-17read-cache: optionally disallow NTFS .git variantsJohannes Schindelin
2014-12-17read-cache: optionally disallow HFS+ .git variantsJeff King
2014-09-09Merge branch 'jc/config-mak-document-darwin-vs-macosx'Junio C Hamano
2014-08-15config.mak.uname: add hint on uname_R for MacOS XJunio C Hamano
2014-08-15config.mak.uname: set NO_APPLE_COMMON_CRYPTO on older systemsKyle J. McKay
2014-07-30Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano
2014-07-21Win32: fix environment memory leaksKarsten Blees
2014-07-14trace: add high resolution timer function to debug performance issuesKarsten Blees
2014-07-09Merge branch 'sk/mingw-dirent'Junio C Hamano
2014-06-25Merge branch 'nd/index-pack-one-fd-per-thread' into maintJunio C Hamano
2014-06-09Win32 dirent: remove unused dirent.d_ino memberKarsten Blees
2014-06-03Merge branch 'sk/msvc-dynlink-crt'Junio C Hamano
2014-06-03Merge branch 'nd/index-pack-one-fd-per-thread'Junio C Hamano
2014-06-03Merge branch 'ks/tree-diff-nway'Junio C Hamano
2014-05-06MSVC: link dynamically to the CRTKarsten Blees
2014-04-16index-pack: work around thread-unsafe pread()Nguyễn Thái Ngọc Duy
2014-04-09Merge branch 'jk/commit-dates-parsing-fix' into maintJunio C Hamano
2014-04-09mingw: activate allocaKirill Smelkov
2014-04-08Merge branch 'mr/msvc-link-with-invalidcontinue'Junio C Hamano
2014-04-08Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano
2014-04-04MSVC: allow using ExtUtils::MakeMakerMarat Radchenko
2014-04-01date: recognize bogus FreeBSD gmtime outputJeff King
2014-03-31Merge branch 'mr/msvc-link-with-lcurl'Junio C Hamano
2014-03-28MSVC: link in invalidcontinue.obj for better POSIX compatibilityMarat Radchenko
2014-03-27MSVC: allow linking with the cURL libraryMarat Radchenko
2014-03-27Portable alloca for GitKirill Smelkov
2014-02-20stop using fnmatch (either native or compat)Nguyễn Thái Ngọc Duy
2014-01-02Add MirBSD support to the build system.Benny Siegert
2013-09-11MinGW: Fix stat definitions to work with MinGW runtime version 4.0Sebastian Schuberth
2013-09-11MSVC: fix compile errors due to missing libintl.hKarsten Blees
2013-08-20Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"Steffen Prohaska
2013-08-02Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano
2013-07-22cygwin: stop forcing core.filemode=falseMark Levedahl
2013-07-22Cygwin 1.7 supports mmapMark Levedahl
2013-07-22Cygwin 1.7 has thread-safe preadMark Levedahl
2013-07-22Cygwin 1.7 needs compat/regexMark Levedahl
2013-07-18cygwin: Remove the Win32 l/stat() implementationRamsay Jones
2013-06-11Merge branch 'rj/mingw-cygwin'Junio C Hamano
2013-06-04Set the default help format to html for msys builds.Pat Thoyts
2013-06-04Provide a Windows version resource for the git executables.Pat Thoyts
2013-06-04msysgit: Add the --large-address-aware linker directive to the makefile.Pierre le Riche
2013-06-04Define NO_GETTEXT for Git for WindowsJohannes Schindelin
2013-06-04Makefile: Do not use OLD_ICONV on MINGW anymoreSebastian Schuberth
2013-06-02Merge branch 'fc/macos-x-clipped-write'Junio C Hamano
2013-05-17compate/clipped-write.c: large write(2) fails on Mac OS X/XNUFilipe Cabecinhas