Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'tb/avoid-gcc-on-darwin-10-6' | Junio C Hamano | 2016-03-21 | 1 | -3/+0 |
|\ | |||||
| * | Revert "config.mak.uname: use clang for Mac OS X 10.6"tb/avoid-gcc-on-darwin-10-6 | Eric Sunshine | 2016-03-21 | 1 | -3/+0 |
* | | Merge branch 'jc/sane-grep' | Junio C Hamano | 2016-03-16 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | sane_grep: pass "-a" if grep accepts it | Junio C Hamano | 2016-03-10 | 1 | -0/+1 |
* | | config.mak.uname: use clang for Mac OS X 10.6 | Torsten Bögershausen | 2016-02-28 | 1 | -0/+3 |
* | | mingw: do not trust MSYS2's MinGW gettext.sh | Johannes Schindelin | 2016-01-26 | 1 | -0/+1 |
* | | mingw: let's use gettext with MSYS2 | Johannes Schindelin | 2016-01-26 | 1 | -1/+1 |
* | | config.mak.uname: supporting 64-bit MSys2 | Johannes Schindelin | 2016-01-13 | 1 | -3/+11 |
* | | config.mak.uname: support MSys2 | Johannes Schindelin | 2016-01-13 | 1 | -2/+19 |
* | | Makefile: drop D_INO_IN_DIRENT build knob | Jeff King | 2015-10-05 | 1 | -3/+0 |
|/ | |||||
* | config.mak.uname: Darwin: define HAVE_GETDELIM for modern OS X releases | Eric Sunshine | 2015-06-03 | 1 | -0/+3 |
* | strbuf_getwholeline: use getdelim if it is available | Jeff King | 2015-04-16 | 1 | -0/+1 |
* | configure: support HAVE_BSD_SYSCTL option | Kyle J. McKay | 2015-03-10 | 1 | -0/+5 |
* | configure.ac: check for clock_gettime and CLOCK_MONOTONIC | Reuben Hawkins | 2015-01-09 | 1 | -0/+1 |
* | Sync with v2.1.4 | Junio C Hamano | 2014-12-17 | 1 | -0/+3 |
|\ | |||||
| * | Sync with v2.0.5 | Junio C Hamano | 2014-12-17 | 1 | -0/+3 |
| |\ | |||||
| | * | Sync with v1.9.5 | Junio C Hamano | 2014-12-17 | 1 | -0/+3 |
| | |\ | |||||
| | | * | Sync with v1.8.5.6 | Junio C Hamano | 2014-12-17 | 1 | -0/+3 |
| | | |\ | |||||
| | | | * | read-cache: optionally disallow NTFS .git variants | Johannes Schindelin | 2014-12-17 | 1 | -0/+2 |
| | | | * | read-cache: optionally disallow HFS+ .git variants | Jeff King | 2014-12-17 | 1 | -0/+1 |
| | | * | | Merge branch 'jk/commit-dates-parsing-fix' into maint | Junio C Hamano | 2014-04-09 | 1 | -0/+1 |
| | | |\ \ | |||||
* | | | \ \ | Merge branch 'jc/config-mak-document-darwin-vs-macosx' | Junio C Hamano | 2014-09-09 | 1 | -0/+5 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | config.mak.uname: add hint on uname_R for MacOS Xjc/config-mak-document-darwin-vs-macosx | Junio C Hamano | 2014-08-15 | 1 | -0/+4 |
| * | | | | | config.mak.uname: set NO_APPLE_COMMON_CRYPTO on older systemskm/no-apple-common-crypto-on-darwin-8-and-below | Kyle J. McKay | 2014-08-15 | 1 | -0/+1 |
| |/ / / / | |||||
| * | | | | Merge branch 'nd/index-pack-one-fd-per-thread' into maint | Junio C Hamano | 2014-06-25 | 1 | -1/+0 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'sk/mingw-uni-fix-more' | Junio C Hamano | 2014-07-30 | 1 | -2/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Win32: fix environment memory leaks | Karsten Blees | 2014-07-21 | 1 | -2/+0 |
* | | | | | | | Merge branch 'kb/perf-trace' | Junio C Hamano | 2014-07-22 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | trace: add high resolution timer function to debug performance issues | Karsten Blees | 2014-07-13 | 1 | -0/+1 |
* | | | | | | | Merge branch 'sk/mingw-dirent' | Junio C Hamano | 2014-07-09 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Win32 dirent: remove unused dirent.d_ino member | Karsten Blees | 2014-06-09 | 1 | -0/+2 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'sk/msvc-dynlink-crt' | Junio C Hamano | 2014-06-03 | 1 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | MSVC: link dynamically to the CRTsk/msvc-dynlink-crt | Karsten Blees | 2014-05-06 | 1 | -3/+3 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'nd/index-pack-one-fd-per-thread' | Junio C Hamano | 2014-06-03 | 1 | -1/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | index-pack: work around thread-unsafe pread()nd/index-pack-one-fd-per-thread | Nguyễn Thái Ngọc Duy | 2014-04-16 | 1 | -1/+0 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'ks/tree-diff-nway' | Junio C Hamano | 2014-06-03 | 1 | -2/+9 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | mingw: activate allocaks/tree-diff-nway | Kirill Smelkov | 2014-04-09 | 1 | -0/+1 |
| * | | | | Portable alloca for Git | Kirill Smelkov | 2014-03-27 | 1 | -2/+8 |
| |/ / / | |||||
* | | | | Merge branch 'mr/msvc-link-with-invalidcontinue' | Junio C Hamano | 2014-04-08 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | MSVC: link in invalidcontinue.obj for better POSIX compatibilitymr/msvc-link-with-invalidcontinue | Marat Radchenko | 2014-03-28 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'jk/commit-dates-parsing-fix' | Junio C Hamano | 2014-04-08 | 1 | -0/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | date: recognize bogus FreeBSD gmtime output | Jeff King | 2014-04-01 | 1 | -0/+1 |
* | | | | MSVC: allow using ExtUtils::MakeMaker | Marat Radchenko | 2014-04-04 | 1 | -1/+0 |
* | | | | Merge branch 'mr/msvc-link-with-lcurl' | Junio C Hamano | 2014-03-31 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * | | | | MSVC: allow linking with the cURL librarymr/msvc-link-with-lcurl | Marat Radchenko | 2014-03-27 | 1 | -1/+0 |
| | |/ / | |/| | | |||||
* | | | | stop using fnmatch (either native or compat) | Nguyễn Thái Ngọc Duy | 2014-02-20 | 1 | -10/+0 |
|/ / / | |||||
* | | | Add MirBSD support to the build system.bs/mirbsd | Benny Siegert | 2014-01-02 | 1 | -0/+7 |
| |/ |/| | |||||
* | | MinGW: Fix stat definitions to work with MinGW runtime version 4.0 | Sebastian Schuberth | 2013-09-11 | 1 | -1/+1 |
* | | MSVC: fix compile errors due to missing libintl.h | Karsten Blees | 2013-09-11 | 1 | -0/+1 |
* | | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"sp/clip-read-write-to-8mb | Steffen Prohaska | 2013-08-20 | 1 | -1/+0 |