summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | * Merge branch 'rb/compat-poll-fix' into maintJunio C Hamano2017-10-181-0/+4
| | | | | | | | | | | |\
| | | | | | | | | | * | \ Merge branch 'tz/fsf-address-update' into maintJunio C Hamano2017-11-2110-28/+18
| | | | | | | | | | |\ \ \
| | | * | | | | | | | \ \ \ Merge branch 'js/mingw-spawn-with-spaces-in-path' into maintJunio C Hamano2019-07-291-3/+5
| | | |\ \ \ \ \ \ \ \ \ \ \
* | | | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/use-copy-array-in-mingw-shell-command-preparation'Junio C Hamano2019-12-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | mingw: use COPY_ARRAY for copying arrayRené Scharfe2019-11-131-1/+1
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'en/doc-typofix'Junio C Hamano2019-12-018-11/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix spelling errors in no-longer-updated-from-upstream modulesElijah Newren2019-11-106-9/+9
| * | | | | | | | | | | | | | Fix spelling errors in code commentsElijah Newren2019-11-102-2/+2
* | | | | | | | | | | | | | | Merge branch 'js/mingw-needs-hiding-fix'Junio C Hamano2019-10-301-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | mingw: avoid a buffer overrun in `needs_hiding()`Johannes Schindelin2019-10-281-0/+2
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'dl/compat-cleanup'Junio C Hamano2019-10-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | pthread.h: manually align parameter listsDenton Liu2019-10-111-1/+1
* | | | | | | | | | | | | | | Merge branch 'js/azure-pipelines-msvc'Junio C Hamano2019-10-154-2/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | msvc: work around a bug in GetEnvironmentVariable()Johannes Schindelin2019-10-061-0/+2
| * | | | | | | | | | | | | | | msvc: handle DEVELOPER=1Johannes Schindelin2019-10-061-0/+46
| * | | | | | | | | | | | | | | msvc: ignore some libraries when linkingJohannes Schindelin2019-10-061-1/+1
| * | | | | | | | | | | | | | | compat/win32/path-utils.h: add #include guardsJohannes Schindelin2019-10-061-0/+5
| * | | | | | | | | | | | | | | winansi: use FLEX_ARRAY to avoid compiler warningJohannes Schindelin2019-10-061-1/+1
* | | | | | | | | | | | | | | | Merge branch 'js/diff-rename-force-stable-sort'Junio C Hamano2019-10-092-70/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Move git_sort(), a stable sort, into into libgit.aJohannes Schindelin2019-10-022-70/+3
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'ar/mingw-run-external-with-non-ascii-path'Junio C Hamano2019-09-301-4/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | mingw: fix launching of externals from Unicode pathsAdam Roben2019-08-261-4/+11
* | | | | | | | | | | | | | | | | Merge branch 'dl/compat-cleanup'Junio C Hamano2019-09-303-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | / / / / / / / / / / / / / | | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | compat/*.[ch]: remove extern from function declarations using spatchDenton Liu2019-09-052-6/+6
| * | | | | | | | | | | | | | | mingw: apply array.cocci ruleDenton Liu2019-09-051-2/+2
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'rs/nedalloc-fixlets'Junio C Hamano2019-08-221-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | nedmalloc: avoid compiler warning about unused valueRené Scharfe2019-08-071-2/+2
| * | | | | | | | | | | | | | nedmalloc: do assignments only after the declaration sectionRené Scharfe2019-08-071-1/+1
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'js/visual-studio'Junio C Hamano2019-08-021-0/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin2019-07-291-0/+23
* | | | | | | | | | | | | | Merge branch 'js/mingw-spawn-with-spaces-in-path'Junio C Hamano2019-07-251-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | mingw: support spawning programs containing spaces in their namesJohannes Schindelin2019-07-161-3/+5
* | | | | | | | | | | | | | Merge branch 'kb/mingw-set-home'Junio C Hamano2019-07-191-0/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | mingw: initialize HOME on startupKarsten Blees2019-07-081-0/+24
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'js/mingw-use-utf8'Junio C Hamano2019-07-113-8/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mingw: fix possible buffer overrun when calling `GetUserNameW()`Johannes Schindelin2019-07-081-1/+1
| * | | | | | | | | | | | | mingw: use Unicode functions explicitlyJohannes Schindelin2019-06-273-6/+8
| * | | | | | | | | | | | | mingw: get pw_name in UTF-8 formatJohannes Schindelin2019-06-271-2/+8
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'cb/windows-manifest'Junio C Hamano2019-07-111-0/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mingw: embed a manifest to trick UAC into Doing The Right ThingCesar Eduardo Barros2019-06-271-0/+25
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'jh/msvc'Junio C Hamano2019-07-0911-37/+481
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | msvc: avoid debug assertion windows in Debug ModeJohannes Schindelin2019-06-251-0/+4
| * | | | | | | | | | | | msvc: do not pretend to support all signalsJeff Hostetler2019-06-251-0/+25
| * | | | | | | | | | | | msvc: add pragmas for common warningsPhilip Oakley2019-06-251-0/+4
| * | | | | | | | | | | | msvc: add a compile-time flag to allow detailed heap debuggingJeff Hostetler2019-06-251-0/+6
| * | | | | | | | | | | | msvc: support building Git using MS Visual C++Jeff Hostetler2019-06-257-5/+371
| * | | | | | | | | | | | msvc: fix detect_msys_tty()Jeff Hostetler2019-06-201-0/+13
| * | | | | | | | | | | | msvc: define ftello()Jeff Hostetler2019-06-201-0/+2
| * | | | | | | | | | | | msvc: do not re-declare the timespec structJeff Hostetler2019-06-201-0/+2
| * | | | | | | | | | | | msvc: mark a variable as non-constJeff Hostetler2019-06-201-1/+4