Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'js/mingw-open-in-gdb' | Junio C Hamano | 2020-02-17 | 1 | -0/+10 |
|\ | |||||
| * | mingw: add a helper function to attach GDB to the current process | Johannes Schindelin | 2020-02-14 | 1 | -0/+10 |
* | | Merge branch 'js/mingw-reserved-filenames' | Junio C Hamano | 2020-01-02 | 1 | -2/+9 |
|\ \ | |||||
| * | | mingw: refuse paths containing reserved names | Johannes Schindelin | 2019-12-21 | 1 | -2/+9 |
| |/ | |||||
* | | Sync with Git 2.24.1 | Junio C Hamano | 2019-12-09 | 1 | -0/+14 |
|\ \ | |/ | |||||
| * | Sync with 2.23.1 | Johannes Schindelin | 2019-12-06 | 1 | -0/+14 |
| |\ | |||||
| | * | Sync with 2.22.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+14 |
| | |\ | |||||
| | | * | Sync with 2.21.1 | Johannes Schindelin | 2019-12-06 | 1 | -0/+14 |
| | | |\ | |||||
| | | | * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+14 |
| | | | |\ | |||||
| | | | | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -2/+16 |
| | | | | |\ | |||||
| | | | | | * | Sync with 2.16.6 | Johannes Schindelin | 2019-12-06 | 1 | -2/+16 |
| | | | | | |\ | |||||
| | | | | | | * | mingw: handle `subst`-ed "DOS drives" | Johannes Schindelin | 2019-12-05 | 1 | -2/+2 |
| | | | | | | * | mingw: refuse to access paths with illegal characters | Johannes Schindelin | 2019-12-05 | 1 | -2/+5 |
| | | | | | | * | mingw: refuse to access paths with trailing spaces or periods | Johannes Schindelin | 2019-12-05 | 1 | -0/+11 |
* | | | | | | | | Fix spelling errors in code comments | Elijah Newren | 2019-11-10 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | compat/*.[ch]: remove extern from function declarations using spatch | Denton Liu | 2019-09-05 | 1 | -3/+3 |
|/ / / / / / | |||||
* | | | | | | msvc: do not re-declare the timespec struct | Jeff Hostetler | 2019-06-20 | 1 | -0/+2 |
* | | | | | | mingw: replace mingw_startup() hack | Johannes Schindelin | 2019-06-20 | 1 | -11/+11 |
|/ / / / / | |||||
* | | | | | mingw: remove obsolete IPv6-related code | Tanushree Tumane | 2019-05-07 | 1 | -8/+0 |
* | | | | | trace2: create new combined trace facility | Jeff Hostetler | 2019-02-22 | 1 | -2/+1 |
|/ / / / | |||||
* | | | | Merge branch 'js/mingw-host-cpu' | Junio C Hamano | 2019-02-13 | 1 | -19/+0 |
|\ \ \ \ | |||||
| * | | | | mingw: use a more canonical method to fix the CPU reporting | Johannes Schindelin | 2019-02-13 | 1 | -19/+0 |
* | | | | | Merge branch 'js/mingw-host-cpu' | Junio C Hamano | 2019-02-08 | 1 | -0/+19 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | mingw: fix CPU reporting in `git version --build-options` | Johannes Schindelin | 2019-02-07 | 1 | -0/+19 |
| |/ / / | |||||
* | | | | Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin' | Junio C Hamano | 2019-01-14 | 1 | -20/+0 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | git clone <url> C:\cygwin\home\USER\repo' is working (again) | Torsten Bögershausen | 2018-12-26 | 1 | -20/+0 |
| |/ / | |||||
* | | | Merge branch 'js/mingw-utf8-env' | Junio C Hamano | 2018-11-13 | 1 | -4/+28 |
|\ \ \ | |||||
| * | | | mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8) | Johannes Schindelin | 2018-10-31 | 1 | -4/+28 |
| |/ / | |||||
* | | | Merge branch 'js/mingw-perl5lib' | Junio C Hamano | 2018-11-13 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | config: allow for platform-specific core.* config settings | Johannes Schindelin | 2018-10-31 | 1 | -0/+3 |
* | | | | Merge branch 'js/mingw-isatty-and-dup2' | Junio C Hamano | 2018-11-13 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | mingw: fix isatty() after dup2() | Johannes Schindelin | 2018-10-31 | 1 | -0/+3 |
| |/ / / | |||||
* | | | | Merge branch 'js/mingw-ns-filetime' | Junio C Hamano | 2018-11-06 | 1 | -10/+26 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | mingw: implement nanosecond-precision file times | Karsten Blees | 2018-10-24 | 1 | -10/+26 |
| |/ / | |||||
* | | | mingw: use domain information for default email | Johannes Schindelin | 2018-10-16 | 1 | -0/+2 |
|/ / | |||||
* | | mingw: abort on invalid strftime formatsjs/ming-strftime | Johannes Schindelin | 2018-03-19 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'js/bs-is-a-dir-sep-on-windows' | Junio C Hamano | 2017-06-02 | 1 | -1/+5 |
|\ | |||||
| * | mingw.h: permit arguments with side effects for is_dir_sep | Johannes Sixt | 2017-05-23 | 1 | -1/+5 |
* | | mingw: intercept isatty() to handle /dev/null as Git expects it | Johannes Schindelin | 2016-12-11 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maint | Junio C Hamano | 2016-09-08 | 1 | -0/+4 |
|\ | |||||
| * | mingw: ensure temporary file handles are not inherited by child processesbw/mingw-avoid-inheriting-fd-to-lockfile | Ben Wijen | 2016-08-23 | 1 | -0/+4 |
* | | Merge branch 'js/no-html-bypass-on-windows' into maint | Junio C Hamano | 2016-09-08 | 1 | -3/+0 |
|\ \ | |||||
| * | | Revert "display HTML in default browser using Windows' shell API"js/no-html-bypass-on-windows | Johannes Schindelin | 2016-08-19 | 1 | -3/+0 |
* | | | Merge branch 'jk/common-main' into maint | Junio C Hamano | 2016-09-08 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | mingw: declare main()'s argv as constjk/common-main-2.8 | Johannes Schindelin | 2016-07-06 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'ew/daemon-socket-keepalive' into maint | Junio C Hamano | 2016-08-08 | 1 | -0/+3 |
|\ \ | |||||
| * | | Windows: add missing definition of ENOTSOCKew/daemon-socket-keepalive | Johannes Sixt | 2016-07-22 | 1 | -0/+3 |
* | | | mingw: let the build succeed with DEVELOPER=1js/mingw-parameter-less-c-functions | Johannes Schindelin | 2016-06-20 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge branch 'js/windows-dotgit' into maint | Junio C Hamano | 2016-05-26 | 1 | -3/+0 |
|\ \ | |||||
| * | | mingw: remove unnecessary definitionjs/windows-dotgit | Johannes Schindelin | 2016-05-11 | 1 | -3/+0 |
| |/ |