summaryrefslogtreecommitdiff
path: root/compat/mingw.h
Commit message (Expand)AuthorAgeFilesLines
* setup: prepare for more detailed "dubious ownership" messagesJohannes Schindelin2022-08-081-1/+1
* Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-0/+3
|\
| * core.fsync: use batch mode and sync loose objects by default on WindowsNeeraj Singh2022-04-061-0/+3
* | Merge tag 'v2.35.2'Junio C Hamano2022-04-111-0/+7
|\ \ | |/ |/|
| * Sync with 2.30.3Johannes Schindelin2022-03-241-0/+7
| |\
| | * Add a function to determine whether a path is owned by the current userJohannes Schindelin2022-03-211-0/+7
* | | core.fsyncmethod: add writeout-only modeNeeraj Singh2022-03-101-0/+3
|/ /
* | Makefile: add OPEN_RETURNS_EINTR knobJeff King2021-02-261-0/+1
|/
* compat/mingw.h: drop extern from function declarationDenton Liu2020-10-071-1/+1
* Merge branch 'js/mingw-open-in-gdb'Junio C Hamano2020-02-171-0/+10
|\
| * mingw: add a helper function to attach GDB to the current processJohannes Schindelin2020-02-141-0/+10
* | Merge branch 'js/mingw-reserved-filenames'Junio C Hamano2020-01-021-2/+9
|\ \
| * | mingw: refuse paths containing reserved namesJohannes Schindelin2019-12-211-2/+9
| |/
* | Sync with Git 2.24.1Junio C Hamano2019-12-091-0/+14
|\ \ | |/
| * Sync with 2.23.1Johannes Schindelin2019-12-061-0/+14
| |\
| | * Sync with 2.22.2Johannes Schindelin2019-12-061-0/+14
| | |\
| | | * Sync with 2.21.1Johannes Schindelin2019-12-061-0/+14
| | | |\
| | | | * Sync with 2.20.2Johannes Schindelin2019-12-061-0/+14
| | | | |\
| | | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-2/+16
| | | | | |\
| | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-2/+16
| | | | | | |\
| | | | | | | * mingw: handle `subst`-ed "DOS drives"Johannes Schindelin2019-12-051-2/+2
| | | | | | | * mingw: refuse to access paths with illegal charactersJohannes Schindelin2019-12-051-2/+5
| | | | | | | * mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin2019-12-051-0/+11
* | | | | | | | Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
|/ / / / / / /
* | | | | | | compat/*.[ch]: remove extern from function declarations using spatchDenton Liu2019-09-051-3/+3
|/ / / / / /
* | | | | | msvc: do not re-declare the timespec structJeff Hostetler2019-06-201-0/+2
* | | | | | mingw: replace mingw_startup() hackJohannes Schindelin2019-06-201-11/+11
|/ / / / /
* | | | | mingw: remove obsolete IPv6-related codeTanushree Tumane2019-05-071-8/+0
* | | | | trace2: create new combined trace facilityJeff Hostetler2019-02-221-2/+1
|/ / / /
* | | | Merge branch 'js/mingw-host-cpu'Junio C Hamano2019-02-131-19/+0
|\ \ \ \
| * | | | mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin2019-02-131-19/+0
* | | | | Merge branch 'js/mingw-host-cpu'Junio C Hamano2019-02-081-0/+19
|\ \ \ \ \ | |/ / / /
| * | | | mingw: fix CPU reporting in `git version --build-options`Johannes Schindelin2019-02-071-0/+19
| |/ / /
* | | | Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano2019-01-141-20/+0
|\ \ \ \ | |/ / / |/| | |
| * | | git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen2018-12-261-20/+0
| |/ /
* | | Merge branch 'js/mingw-utf8-env'Junio C Hamano2018-11-131-4/+28
|\ \ \
| * | | mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)Johannes Schindelin2018-10-311-4/+28
| |/ /
* | | Merge branch 'js/mingw-perl5lib'Junio C Hamano2018-11-131-0/+3
|\ \ \
| * | | config: allow for platform-specific core.* config settingsJohannes Schindelin2018-10-311-0/+3
* | | | Merge branch 'js/mingw-isatty-and-dup2'Junio C Hamano2018-11-131-0/+3
|\ \ \ \
| * | | | mingw: fix isatty() after dup2()Johannes Schindelin2018-10-311-0/+3
| |/ / /
* | | | Merge branch 'js/mingw-ns-filetime'Junio C Hamano2018-11-061-10/+26
|\ \ \ \ | |/ / / |/| | |
| * | | mingw: implement nanosecond-precision file timesKarsten Blees2018-10-241-10/+26
| |/ /
* | | mingw: use domain information for default emailJohannes Schindelin2018-10-161-0/+2
|/ /
* | mingw: abort on invalid strftime formatsjs/ming-strftimeJohannes Schindelin2018-03-191-0/+3
|/
* Merge branch 'js/bs-is-a-dir-sep-on-windows'Junio C Hamano2017-06-021-1/+5
|\
| * mingw.h: permit arguments with side effects for is_dir_sepJohannes Sixt2017-05-231-1/+5
* | mingw: intercept isatty() to handle /dev/null as Git expects itJohannes Schindelin2016-12-111-0/+3
|/
* Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maintJunio C Hamano2016-09-081-0/+4
|\
| * mingw: ensure temporary file handles are not inherited by child processesbw/mingw-avoid-inheriting-fd-to-lockfileBen Wijen2016-08-231-0/+4