Age | Commit message (Expand) | Author | Files | Lines |
2016-02-26 | Merge branch 'ps/config-error' | Junio C Hamano | 1 | -1/+2 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 4 | -9/+9 |
2016-02-22 | use st_add and st_mult for allocation size computation | Jeff King | 4 | -6/+6 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -3/+3 |
2016-02-22 | config: rename git_config_set_or_die to git_config_set | Patrick Steinhardt | 1 | -2/+2 |
2016-02-22 | compat: die when unable to set core.precomposeunicode | Patrick Steinhardt | 1 | -1/+2 |
2016-02-17 | Merge branch 'js/mingw-tests' | Junio C Hamano | 1 | -14/+77 |
2016-02-05 | Merge branch 'js/dirname-basename' into maint | Junio C Hamano | 3 | -15/+77 |
2016-02-05 | Merge branch 'jk/clang-pedantic' into maint | Junio C Hamano | 1 | -2/+3 |
2016-02-03 | Merge branch 'js/dirname-basename' | Junio C Hamano | 3 | -15/+77 |
2016-01-28 | Merge branch 'jc/strbuf-getline' | Junio C Hamano | 1 | -1/+1 |
2016-01-28 | Merge branch 'js/msys2' | Junio C Hamano | 6 | -9/+49 |
2016-01-26 | mingw: let lstat() fail with errno == ENOTDIR when appropriate | Johannes Schindelin | 1 | -0/+39 |
2016-01-26 | mingw: try to delete target directory before renaming | 마누엘 | 1 | -1/+6 |
2016-01-26 | mingw: prepare the TMPDIR environment variable for shell scripts | Johannes Schindelin | 1 | -4/+19 |
2016-01-26 | mingw: factor out Windows specific environment setup | Karsten Blees | 1 | -13/+17 |
2016-01-25 | mingw: avoid linking to the C library's isalpha() | Johannes Sixt | 2 | -6/+8 |
2016-01-20 | Merge branch 'jk/clang-pedantic' | Junio C Hamano | 1 | -2/+3 |
2016-01-15 | mingw: uglify (a, 0) definitions to shut up warnings | Johannes Schindelin | 2 | -2/+6 |
2016-01-15 | mingw: squash another warning about a cast | Johannes Schindelin | 1 | -1/+1 |
2016-01-15 | mingw: avoid warnings when casting HANDLEs to int | Johannes Schindelin | 3 | -5/+9 |
2016-01-15 | mingw: avoid redefining S_* constants | Johannes Schindelin | 1 | -0/+4 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
2016-01-14 | compat/winansi: support compiling with MSys2 | Johannes Schindelin | 1 | -0/+2 |
2016-01-14 | compat/mingw: support MSys2-based MinGW build | Johannes Schindelin | 1 | -1/+23 |
2016-01-14 | nedmalloc: allow compiling with MSys2's compiler | Johannes Schindelin | 1 | -0/+4 |
2016-01-12 | compat/basename.c: provide a dirname() compatibility function | Johannes Schindelin | 1 | -0/+44 |
2016-01-12 | compat/basename: make basename() conform to POSIX | Johannes Schindelin | 1 | -3/+17 |
2016-01-12 | Refactor skipping DOS drive prefixes | Johannes Schindelin | 3 | -13/+15 |
2016-01-04 | bswap: add NO_UNALIGNED_LOADS define | Jeff King | 1 | -2/+3 |
2015-12-22 | Merge branch 'js/emu-write-epipe-on-windows' | Junio C Hamano | 2 | -0/+20 |
2015-12-21 | mingw: emulate write(2) that fails with a EPIPE | Johannes Schindelin | 2 | -0/+20 |
2015-12-08 | Merge branch 'ad/sha1-update-chunked' into maint | Junio C Hamano | 3 | -0/+25 |
2015-12-04 | Merge branch 'ad/sha1-update-chunked' | Junio C Hamano | 3 | -0/+25 |
2015-11-05 | Merge branch 'js/misc-fixes' into maint | Junio C Hamano | 1 | -2/+4 |
2015-11-05 | sha1: allow limiting the size of the data passed to SHA1_Update() | Atousa Pahlevan Duprat | 3 | -0/+25 |
2015-10-30 | Merge branch 'js/misc-fixes' | Junio C Hamano | 1 | -2/+4 |
2015-10-26 | Silence GCC's "cast of pointer to integer of a different size" warning | Johannes Schindelin | 1 | -2/+4 |
2015-10-23 | compat/mingw.c: remove printf format warning | Johannes Sixt | 1 | -1/+1 |
2015-10-05 | prefer memcpy to strcpy | Jeff King | 1 | -2/+3 |
2015-10-05 | probe_utf8_pathname_composition: use internal strbuf | Jeff King | 2 | -9/+11 |
2015-10-05 | precompose_utf8: drop unused variable | Jeff King | 1 | -2/+1 |
2015-09-25 | compat/hstrerror: convert sprintf to snprintf | Jeff King | 1 | -1/+1 |
2015-09-25 | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 2 | -4/+6 |
2015-09-25 | compat/inet_ntop: fix off-by-one in inet_ntop4 | Jeff King | 1 | -3/+3 |
2015-09-14 | poll: honor the timeout on Win32 | Edward Thomson | 1 | -2/+14 |
2015-08-28 | Mingw: verify both ends of the pipe () call | Jose F. Morales | 1 | -1/+1 |
2015-05-26 | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2 | -0/+20 |
2015-05-11 | Merge branch 'lm/squelch-bg-progress' | Junio C Hamano | 1 | -2/+6 |
2015-04-15 | compat/mingw: stubs for getpgid() and tcgetpgrp() | Johannes Sixt | 1 | -2/+6 |