summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cb/byte-order'Junio C Hamano2014-06-161-9/+24
|\
| * compat/bswap.h: fix endianness detectioncb/byte-orderBen Walton2014-05-301-1/+1
| * compat/bswap.h: restore preference __BIG_ENDIAN over BIG_ENDIANJunio C Hamano2014-05-021-7/+7
| * compat/bswap.h: detect endianness on more platforms that don't use BYTE_ORDERCharles Bailey2014-05-021-9/+24
* | Merge branch 'sk/windows-unc-path'Junio C Hamano2014-06-162-0/+26
|\ \
| * | Windows: allow using UNC path for git repositorysk/windows-unc-pathCezary Zawadka2014-06-102-0/+26
* | | Merge branch 'tl/relax-in-poll-emulation'Junio C Hamano2014-06-061-1/+1
|\ \ \
| * | | compat/poll: sleep 1 millisecond to avoid busy waittl/relax-in-poll-emulationTheodore Leblond2014-04-291-1/+1
| |/ /
| * | Merge branch 'jk/commit-dates-parsing-fix' into maintJunio C Hamano2014-04-091-0/+29
| |\ \
* | \ \ Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano2014-06-031-3/+1
|\ \ \ \
| * | | | wrapper.c: add xpread() similar to xread()Yiannis Marangos2014-04-101-3/+1
* | | | | Merge branch 'ks/tree-diff-nway'Junio C Hamano2014-06-031-0/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mingw: activate allocaks/tree-diff-nwayKirill Smelkov2014-04-091-0/+0
| | |/ / | |/| |
* | | | Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano2014-04-081-0/+29
|\ \ \ \ | | |_|/ | |/| |
| * | | date: recognize bogus FreeBSD gmtime outputJeff King2014-04-011-0/+29
* | | | Merge branch 'mr/msvc-link-with-lcurl'Junio C Hamano2014-03-311-0/+2
|\ \ \ \
| * | | | MSVC: allow linking with the cURL librarymr/msvc-link-with-lcurlMarat Radchenko2014-03-271-0/+2
| | |/ / | |/| |
* | | | Merge branch 'nd/no-more-fnmatch'Junio C Hamano2014-03-142-578/+0
|\ \ \ \
| * | | | actually remove compat fnmatch source codend/no-more-fnmatchNguyễn Thái Ngọc Duy2014-02-202-578/+0
| |/ / /
* | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-271-1/+111
|\ \ \ \ | |/ / / |/| | |
| * | | read-cache: use get_be32 instead of hand-rolled ntoh_lJeff King2014-01-231-0/+4
| * | | block-sha1: factor out get_be and put_be wrappersJeff King2014-01-231-0/+32
| * | | compat: add endianness helpersVicent Marti2013-11-181-1/+75
* | | | Merge branch 'ef/mingw-write'Junio C Hamano2014-01-272-20/+0
|\ \ \ \
| * | | | mingw: remove mingw_writeef/mingw-writeErik Faye-Lund2014-01-172-20/+0
| | |_|/ | |/| |
* | | | mark Windows build scripts executableJonathan Nieder2013-11-252-0/+0
|/ / /
* | | C: have space around && and || operatorsJunio C Hamano2013-10-161-1/+1
|/ /
* | Merge branch 'kb/msvc-compile'Jonathan Nieder2013-09-245-21/+29
|\ \
| * | Windows: do not redefine _WIN32_WINNTkb/msvc-compileSebastian Schuberth2013-09-112-1/+3
| * | MinGW: Fix stat definitions to work with MinGW runtime version 4.0Sebastian Schuberth2013-09-112-1/+9
| * | MSVC: fix stat definition hellKarsten Blees2013-09-112-19/+11
| * | MSVC: fix compile errors due to macro redefinitionsKarsten Blees2013-09-111-0/+6
* | | Merge branch 'jk/config-int-range-check'Junio C Hamano2013-09-191-0/+1
|\ \ \
| * | | compat/mingw.h: define PRId64jk/config-int-range-checkJohannes Sixt2013-09-191-0/+1
* | | | Merge branch 'tb/precompose-autodetect-fix'Junio C Hamano2013-09-171-5/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Set core.precomposeunicode to true on e.g. HFS+tb/precompose-autodetect-fixTorsten Bögershausen2013-08-271-5/+2
| |/ /
* | | Merge branch 'sp/clip-read-write-to-8mb'Junio C Hamano2013-09-091-13/+0
|\ \ \
| * | | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"sp/clip-read-write-to-8mbSteffen Prohaska2013-08-201-13/+0
| |/ /
* | | Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano2013-09-041-0/+6
|\ \ \
| * | | gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy2013-08-091-0/+6
| | |/ | |/|
* | | Merge branch 'da/darwin'Junio C Hamano2013-09-041-0/+86
|\ \ \ | |_|/ |/| |
| * | imap-send: use Apple's Security framework for base64 encodingJeremy Huddleston2013-07-301-0/+86
* | | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano2013-08-022-171/+0
|\ \ \
| * | | cygwin: Remove the Win32 l/stat() implementationrj/cygwin-clarify-use-of-cheating-lstatRamsay Jones2013-07-182-171/+0
* | | | Merge branch 'ob/typofixes'Junio C Hamano2013-07-244-14/+14
|\ \ \ \
| * | | | typofix: in-code commentsOndřej Bílka2013-07-224-14/+14
| |/ / /
* | | | Merge branch 'rj/sparse'Junio C Hamano2013-07-241-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "compat/unsetenv.c: Fix a sparse warning"rj/sparseBenoit Sigoure2013-07-211-0/+3
* | | | Merge branch 'rj/mingw-cygwin'Junio C Hamano2013-06-113-8/+3
|\ \ \ \
| * | | | cygwin: Remove the CYGWIN_V15_WIN32API build variableRamsay Jones2013-05-081-5/+0