Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C: have space around && and || operators | Junio C Hamano | 2013-10-16 | 1 | -1/+1 |
* | Merge branch 'kb/msvc-compile' | Jonathan Nieder | 2013-09-25 | 5 | -21/+29 |
|\ | |||||
| * | Windows: do not redefine _WIN32_WINNT | Sebastian Schuberth | 2013-09-11 | 2 | -1/+3 |
| * | MinGW: Fix stat definitions to work with MinGW runtime version 4.0 | Sebastian Schuberth | 2013-09-11 | 2 | -1/+9 |
| * | MSVC: fix stat definition hell | Karsten Blees | 2013-09-11 | 2 | -19/+11 |
| * | MSVC: fix compile errors due to macro redefinitions | Karsten Blees | 2013-09-11 | 1 | -0/+6 |
* | | Merge branch 'jk/config-int-range-check' | Junio C Hamano | 2013-09-19 | 1 | -0/+1 |
|\ \ | |||||
| * | | compat/mingw.h: define PRId64 | Johannes Sixt | 2013-09-19 | 1 | -0/+1 |
* | | | Merge branch 'tb/precompose-autodetect-fix' | Junio C Hamano | 2013-09-17 | 1 | -5/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Set core.precomposeunicode to true on e.g. HFS+ | Torsten Bögershausen | 2013-08-27 | 1 | -5/+2 |
| |/ | |||||
* | | Merge branch 'sp/clip-read-write-to-8mb' | Junio C Hamano | 2013-09-09 | 1 | -13/+0 |
|\ \ | |||||
| * | | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU" | Steffen Prohaska | 2013-08-20 | 1 | -13/+0 |
| |/ | |||||
* | | Merge branch 'nd/gc-lock-against-each-other' | Junio C Hamano | 2013-09-04 | 1 | -0/+6 |
|\ \ | |||||
| * | | gc: reject if another gc is running, unless --force is given | Nguyễn Thái Ngọc Duy | 2013-08-09 | 1 | -0/+6 |
* | | | Merge branch 'da/darwin' | Junio C Hamano | 2013-09-04 | 1 | -0/+86 |
|\ \ \ | |_|/ |/| | | |||||
| * | | imap-send: use Apple's Security framework for base64 encoding | Jeremy Huddleston | 2013-07-30 | 1 | -0/+86 |
* | | | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat' | Junio C Hamano | 2013-08-02 | 2 | -171/+0 |
|\ \ \ | |||||
| * | | | cygwin: Remove the Win32 l/stat() implementation | Ramsay Jones | 2013-07-18 | 2 | -171/+0 |
* | | | | Merge branch 'ob/typofixes' | Junio C Hamano | 2013-07-25 | 4 | -14/+14 |
|\ \ \ \ | |||||
| * | | | | typofix: in-code comments | Ondřej Bílka | 2013-07-23 | 4 | -14/+14 |
| |/ / / | |||||
* | | | | Merge branch 'rj/sparse' | Junio C Hamano | 2013-07-25 | 1 | -0/+3 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Revert "compat/unsetenv.c: Fix a sparse warning" | Benoit Sigoure | 2013-07-22 | 1 | -0/+3 |
* | | | | Merge branch 'rj/mingw-cygwin' | Junio C Hamano | 2013-06-11 | 3 | -8/+3 |
|\ \ \ \ | |||||
| * | | | | cygwin: Remove the CYGWIN_V15_WIN32API build variable | Ramsay Jones | 2013-05-08 | 1 | -5/+0 |
| * | | | | mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE | Jonathan Nieder | 2013-05-08 | 2 | -3/+3 |
| | |/ / | |/| | | |||||
* | | | | Sync with 1.8.3.1 | Junio C Hamano | 2013-06-10 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | mingw: make mingw_signal return the correct handler | Erik Faye-Lund | 2013-06-10 | 1 | -1/+3 |
| |/ / / | |||||
* | | | | Merge branch 'fc/macos-x-clipped-write' | Junio C Hamano | 2013-06-03 | 1 | -0/+13 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | compate/clipped-write.c: large write(2) fails on Mac OS X/XNU | Filipe Cabecinhas | 2013-05-17 | 1 | -0/+13 |
* | | | | sparse: Fix mingw_main() argument number/type errors | Ramsay Jones | 2013-04-28 | 1 | -2/+2 |
* | | | | compat/mingw.c: Fix some sparse warnings | Ramsay Jones | 2013-04-28 | 2 | -3/+10 |
* | | | | compat/win32mmap.c: Fix some sparse warnings | Ramsay Jones | 2013-04-28 | 1 | -2/+2 |
* | | | | compat/poll/poll.c: Fix a sparse warning | Ramsay Jones | 2013-04-28 | 1 | -1/+1 |
* | | | | compat/win32/pthread.c: Fix a sparse warning | Ramsay Jones | 2013-04-28 | 1 | -1/+1 |
* | | | | compat/unsetenv.c: Fix a sparse warning | Ramsay Jones | 2013-04-28 | 1 | -1/+0 |
* | | | | compat/nedmalloc: Fix compiler warnings on linux | Ramsay Jones | 2013-04-28 | 1 | -0/+4 |
* | | | | compat/nedmalloc: Fix some sparse warnings | Ramsay Jones | 2013-04-28 | 2 | -3/+3 |
* | | | | compat/fnmatch/fnmatch.c: Fix a sparse error | Ramsay Jones | 2013-04-28 | 1 | -1/+2 |
* | | | | compat/regex/regexec.c: Fix some sparse warnings | Ramsay Jones | 2013-04-28 | 1 | -3/+3 |
| |/ / |/| | | |||||
* | | | utf8.c: add reencode_string_len() that can handle NULs in string | Nguyễn Thái Ngọc Duy | 2013-04-19 | 1 | -1/+1 |
* | | | Sync with 'maint' | Junio C Hamano | 2013-04-12 | 6 | -11/+11 |
|\ \ \ | | |/ | |/| | |||||
| * | | precompose-utf8: fix spelling of "want" in error message | Stefano Lattarini | 2013-04-12 | 1 | -1/+1 |
| * | | compat/nedmalloc: fix spelling in comments | Stefano Lattarini | 2013-04-12 | 1 | -3/+3 |
| * | | compat/regex: fix spelling and grammar in comments | Stefano Lattarini | 2013-04-12 | 3 | -6/+6 |
| * | | obstack: fix spelling of similar | Stefano Lattarini | 2013-04-12 | 1 | -1/+1 |
| |/ | |||||
* | | Make core.sharedRepository work under cygwin 1.7 | Torsten Bögershausen | 2013-03-25 | 2 | -0/+18 |
* | | Merge branch 'rj/msvc-build' | Junio C Hamano | 2013-03-19 | 3 | -1/+5 |
|\ \ | |/ |/| | |||||
| * | msvc: test-svn-fe: Fix linker "unresolved external" error | Ramsay Jones | 2013-02-25 | 1 | -0/+2 |
| * | msvc: Fix build by adding missing symbol defines | Ramsay Jones | 2013-02-25 | 1 | -0/+3 |
| * | msvc: Fix compilation errors caused by poll.h emulation | Ramsay Jones | 2013-02-25 | 1 | -1/+0 |