Age | Commit message (Expand) | Author | Files | Lines |
2015-10-05 | Makefile: drop D_INO_IN_DIRENT build knob | Jeff King | 1 | -3/+0 |
2015-08-07 | config.mak.uname: Cygwin needs OBJECT_CREATION_USES_RENAMES | Adam Dinwoodie | 1 | -0/+1 |
2015-06-03 | config.mak.uname: Darwin: define HAVE_GETDELIM for modern OS X releases | Eric Sunshine | 1 | -0/+3 |
2015-04-16 | strbuf_getwholeline: use getdelim if it is available | Jeff King | 1 | -0/+1 |
2015-03-10 | configure: support HAVE_BSD_SYSCTL option | Kyle J. McKay | 1 | -0/+5 |
2015-01-09 | configure.ac: check for clock_gettime and CLOCK_MONOTONIC | Reuben Hawkins | 1 | -0/+1 |
2014-12-17 | Sync with v2.1.4 | Junio C Hamano | 1 | -0/+3 |
2014-12-17 | Sync with v2.0.5 | Junio C Hamano | 1 | -0/+3 |
2014-12-17 | Sync with v1.9.5 | Junio C Hamano | 1 | -0/+3 |
2014-12-17 | Sync with v1.8.5.6 | Junio C Hamano | 1 | -0/+3 |
2014-12-17 | read-cache: optionally disallow NTFS .git variants | Johannes Schindelin | 1 | -0/+2 |
2014-12-17 | read-cache: optionally disallow HFS+ .git variants | Jeff King | 1 | -0/+1 |
2014-09-09 | Merge branch 'jc/config-mak-document-darwin-vs-macosx' | Junio C Hamano | 1 | -0/+5 |
2014-08-15 | config.mak.uname: add hint on uname_R for MacOS X | Junio C Hamano | 1 | -0/+4 |
2014-08-15 | config.mak.uname: set NO_APPLE_COMMON_CRYPTO on older systems | Kyle J. McKay | 1 | -0/+1 |
2014-07-30 | Merge branch 'sk/mingw-uni-fix-more' | Junio C Hamano | 1 | -2/+0 |
2014-07-22 | Merge branch 'kb/perf-trace' | Junio C Hamano | 1 | -0/+1 |
2014-07-21 | Win32: fix environment memory leaks | Karsten Blees | 1 | -2/+0 |
2014-07-13 | trace: add high resolution timer function to debug performance issues | Karsten Blees | 1 | -0/+1 |
2014-07-09 | Merge branch 'sk/mingw-dirent' | Junio C Hamano | 1 | -0/+2 |
2014-06-25 | Merge branch 'nd/index-pack-one-fd-per-thread' into maint | Junio C Hamano | 1 | -1/+0 |
2014-06-09 | Win32 dirent: remove unused dirent.d_ino member | Karsten Blees | 1 | -0/+2 |
2014-06-03 | Merge branch 'sk/msvc-dynlink-crt' | Junio C Hamano | 1 | -3/+3 |
2014-06-03 | Merge branch 'nd/index-pack-one-fd-per-thread' | Junio C Hamano | 1 | -1/+0 |
2014-06-03 | Merge branch 'ks/tree-diff-nway' | Junio C Hamano | 1 | -2/+9 |
2014-05-06 | MSVC: link dynamically to the CRT | Karsten Blees | 1 | -3/+3 |
2014-04-16 | index-pack: work around thread-unsafe pread() | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2014-04-09 | Merge branch 'jk/commit-dates-parsing-fix' into maint | Junio C Hamano | 1 | -0/+1 |
2014-04-09 | mingw: activate alloca | Kirill Smelkov | 1 | -0/+1 |
2014-04-08 | Merge branch 'mr/msvc-link-with-invalidcontinue' | Junio C Hamano | 1 | -1/+1 |
2014-04-08 | Merge branch 'jk/commit-dates-parsing-fix' | Junio C Hamano | 1 | -0/+1 |
2014-04-04 | MSVC: allow using ExtUtils::MakeMaker | Marat Radchenko | 1 | -1/+0 |
2014-04-01 | date: recognize bogus FreeBSD gmtime output | Jeff King | 1 | -0/+1 |
2014-03-31 | Merge branch 'mr/msvc-link-with-lcurl' | Junio C Hamano | 1 | -1/+0 |
2014-03-28 | MSVC: link in invalidcontinue.obj for better POSIX compatibility | Marat Radchenko | 1 | -1/+1 |
2014-03-27 | MSVC: allow linking with the cURL library | Marat Radchenko | 1 | -1/+0 |
2014-03-27 | Portable alloca for Git | Kirill Smelkov | 1 | -2/+8 |
2014-02-20 | stop using fnmatch (either native or compat) | Nguyễn Thái Ngọc Duy | 1 | -10/+0 |
2014-01-02 | Add MirBSD support to the build system. | Benny Siegert | 1 | -0/+7 |
2013-09-11 | MinGW: Fix stat definitions to work with MinGW runtime version 4.0 | Sebastian Schuberth | 1 | -1/+1 |
2013-09-11 | MSVC: fix compile errors due to missing libintl.h | Karsten Blees | 1 | -0/+1 |
2013-08-20 | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU" | Steffen Prohaska | 1 | -1/+0 |
2013-08-02 | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat' | Junio C Hamano | 1 | -1/+0 |
2013-07-21 | cygwin: stop forcing core.filemode=false | Mark Levedahl | 1 | -1/+0 |
2013-07-21 | Cygwin 1.7 supports mmap | Mark Levedahl | 1 | -4/+4 |
2013-07-21 | Cygwin 1.7 has thread-safe pread | Mark Levedahl | 1 | -1/+1 |
2013-07-21 | Cygwin 1.7 needs compat/regex | Mark Levedahl | 1 | -0/+2 |
2013-07-18 | cygwin: Remove the Win32 l/stat() implementation | Ramsay Jones | 1 | -1/+0 |
2013-06-11 | Merge branch 'rj/mingw-cygwin' | Junio C Hamano | 1 | -1/+0 |
2013-06-04 | Set the default help format to html for msys builds. | Pat Thoyts | 1 | -0/+1 |