Age | Commit message (Expand) | Author | Files | Lines |
2019-05-19 | Merge branch 'id/windows-dep-aslr' | Junio C Hamano | 1 | -0/+8 |
2019-05-13 | Merge branch 'cc/access-on-aix-workaround' | Junio C Hamano | 1 | -0/+1 |
2019-05-13 | mingw: enable DEP and ASLR | İsmail Dönmez | 1 | -0/+6 |
2019-05-13 | mingw: do not let ld strip relocations | İsmail Dönmez | 1 | -0/+2 |
2019-05-09 | Merge branch 'cc/aix-has-fileno-as-a-macro' | Junio C Hamano | 1 | -0/+1 |
2019-05-09 | Merge branch 'ss/msvc-path-utils-fix' | Junio C Hamano | 1 | -0/+1 |
2019-04-25 | git-compat-util: work around for access(X_OK) under root | Clément Chigot | 1 | -0/+1 |
2019-04-25 | Makefile: use fileno macro work around on AIX | Clément Chigot | 1 | -0/+1 |
2019-04-25 | Merge branch 'js/macos-gettext-build' | Junio C Hamano | 1 | -0/+2 |
2019-04-15 | macOS: make sure that gettext is found | Johannes Schindelin | 1 | -0/+2 |
2019-04-09 | MSVC: include compat/win32/path-utils.h for MSVC, too, for real_path() | Sven Strickroth | 1 | -0/+1 |
2019-03-11 | Sync with maint | Junio C Hamano | 1 | -1/+1 |
2019-03-11 | mingw: allow building with an MSYS2 runtime v3.x | Johannes Schindelin | 1 | -1/+1 |
2019-03-08 | mingw: drop MakeMaker reference | Johannes Schindelin | 1 | -1/+0 |
2019-02-22 | trace2: collect Windows-specific process information | Jeff Hostetler | 1 | -0/+2 |
2019-02-13 | Merge branch 'rs/bash-is-in-coreutils-on-nonstop' | Junio C Hamano | 1 | -3/+1 |
2019-02-13 | Merge branch 'js/mingw-host-cpu' | Junio C Hamano | 1 | -0/+2 |
2019-02-13 | Merge branch 'nd/fileno-may-be-macro' | Junio C Hamano | 1 | -0/+2 |
2019-02-13 | mingw: use a more canonical method to fix the CPU reporting | Johannes Schindelin | 1 | -0/+2 |
2019-02-13 | config.mak.uname: move location of bash on NonStop to CoreUtils | Randall S. Becker | 1 | -3/+1 |
2019-02-12 | git-compat-util: work around fileno(fp) that is a macro | Duy Nguyen | 1 | -0/+2 |
2019-02-11 | config.mak.uname: add FREAD_READS_DIRECTORIES for NonStop platform | Randall S. Becker | 1 | -0/+1 |
2019-02-06 | Merge branch 'rj/sparse-flags' | Junio C Hamano | 1 | -1/+0 |
2019-02-05 | config.mak.uname: remove obsolete SPARSE_FLAGS setting | Ramsay Jones | 1 | -1/+0 |
2019-01-18 | Merge branch 'rb/hpe' | Junio C Hamano | 1 | -6/+23 |
2019-01-14 | Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin' | Junio C Hamano | 1 | -1/+2 |
2019-01-14 | Merge branch 'cb/openbsd-allows-reading-directory' | Junio C Hamano | 1 | -0/+1 |
2019-01-03 | config.mak.uname: support for modern HPE NonStop config. | Randall S. Becker | 1 | -6/+23 |
2018-12-26 | git clone <url> C:\cygwin\home\USER\repo' is working (again) | Torsten Bögershausen | 1 | -1/+2 |
2018-12-03 | config.mak.uname: OpenBSD uses BSD semantics with fread for directories | Carlo Marcelo Arenas Belón | 1 | -0/+1 |
2018-11-18 | Merge branch 'jk/curl-ldflags' | Junio C Hamano | 1 | -3/+0 |
2018-11-05 | build: link with curl-defined linker flags | James Knight | 1 | -3/+0 |
2018-10-24 | mingw: implement nanosecond-precision file times | Karsten Blees | 1 | -2/+0 |
2018-10-04 | mingw: bump the minimum Windows version to Vista | Johannes Schindelin | 1 | -4/+0 |
2018-09-04 | Merge branch 'es/freebsd-iconv-portability' | Junio C Hamano | 1 | -1/+11 |
2018-08-31 | config.mak.uname: resolve FreeBSD iconv-related compilation warning | Eric Sunshine | 1 | -1/+11 |
2018-07-30 | mingw: define WIN32 explicitly | Johannes Schindelin | 1 | -1/+1 |
2018-05-23 | Merge branch 'nd/repack-keep-pack' | Junio C Hamano | 1 | -0/+1 |
2018-04-16 | gc --auto: exclude base pack if not enough mem to "repack -ad" | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2018-04-11 | mingw/msvc: use the new-style RUNTIME_PREFIX helper | Johannes Schindelin | 1 | -0/+2 |
2018-04-11 | exec_cmd: RUNTIME_PREFIX on some POSIX systems | Dan Jacques | 1 | -0/+7 |
2018-02-12 | config.mak.uname: remove SPARSE_FLAGS setting for cygwin | Ramsay Jones | 1 | -1/+0 |
2017-09-25 | packed_ref_cache: keep the `packed-refs` file mmapped if possible | Michael Haggerty | 1 | -0/+3 |
2017-07-21 | config.mak.uname: set FREAD_READS_DIRECTORIES for cygwin | Ramsay Jones | 1 | -0/+1 |
2017-07-18 | Merge branch 'tb/push-to-cygwin-unc-path' | Junio C Hamano | 1 | -0/+1 |
2017-07-05 | cygwin: allow pushing to UNC paths | Torsten Bögershausen | 1 | -0/+1 |
2017-06-19 | Merge branch 'ab/pcre-v2' | Junio C Hamano | 1 | -0/+1 |
2017-06-13 | Merge branch 'nd/fopen-errors' | Junio C Hamano | 1 | -0/+4 |
2017-06-02 | grep: un-break building with PCRE >= 8.32 without --enable-jit | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2017-05-26 | config.mak.uname: set FREAD_READS_DIRECTORIES for Darwin, too | Junio C Hamano | 1 | -0/+1 |