Commit Graph

  • 9b3b07bf01 survey: add ability to track prioritized lists Derrick Stolee 2024-09-01 22:35:06 -04:00
  • 07a013c563 http: optionally load libcurl lazily Johannes Schindelin 2023-05-06 22:26:15 +02:00
  • b3b963df43 clink.pl: ignore no-stack-protector arg on MSVC=1 builds Jeff Hostetler 2021-04-05 14:24:52 -04:00
  • 7f295a4fc3 mingw: make sure errno is set correctly when socket operations fail Johannes Schindelin 2019-11-14 20:09:23 +01:00
  • 6cf69cf50a survey: show progress during object walk Derrick Stolee 2024-09-01 21:21:54 -04:00
  • 269616abd0 MinGW: link as terminal server aware Matthias Aßhauer 2022-07-10 11:27:25 +02:00
  • 5cc661c150 config.mak.uname: add git.rc to MSVC builds Jeff Hostetler 2021-04-05 14:12:14 -04:00
  • 6b1e9847df survey: summarize total sizes by object type Derrick Stolee 2024-09-01 20:58:35 -04:00
  • 729b5da8d3 vcbuild: add support for compiling Windows resource files Jeff Hostetler 2021-04-05 14:08:22 -04:00
  • 614a98b666 survey: add object count summary Derrick Stolee 2024-09-01 20:33:47 -04:00
  • bccc28373b Makefile: clean up .ilk files when MSVC=1 Jeff Hostetler 2021-04-05 15:27:38 -04:00
  • c06074aa6f survey: start pretty printing data in table form Derrick Stolee 2024-09-01 15:58:32 -04:00
  • 218a19f556 clink.pl: fix libexpatd.lib link error when using MSVC Jeff Hostetler 2021-03-30 14:25:31 -04:00
  • cd73c85109 survey: add command line opts to select references Jeff Hostetler 2024-04-29 09:51:34 -04:00
  • 2857f295f6 Merge branch 'dscho-avoid-d-f-conflict-in-vs-master' Johannes Schindelin 2021-04-13 10:00:00 +02:00
  • 5458e3c5c0 survey: stub in new experimental 'git-survey' command Jeff Hostetler 2024-04-29 08:55:03 -04:00
  • b1775c6d6a mingw: ignore HOMEDRIVE/HOMEPATH if it points to Windows' system directory Johannes Schindelin 2020-08-25 12:13:26 +02:00
  • 96a12ae47f revision: create mark_trees_uninteresting_dense() Derrick Stolee 2024-09-06 14:16:13 -04:00
  • b54d6738b7 mingw: allow git.exe to be used instead of the "Git wrapper" Johannes Schindelin 2020-02-01 00:31:16 +01:00
  • 3cdc102d75 mingw: ensure valid CTYPE Johannes Schindelin 2017-02-21 13:28:58 +01:00
  • 0253f19e2c max_tree_depth: lower it for clang builds in general on Windows Johannes Schindelin 2025-11-21 15:15:42 +01:00
  • e608662b69 mingw: always define ETC_* for MSYS2 environments Johannes Schindelin 2025-11-21 14:45:45 +01:00
  • be1fa6e15f mingw: rely on MSYS2's metadata instead of hard-coding it Johannes Schindelin 2025-11-21 14:17:24 +01:00
  • f55d8ebac7 mingw: only enable the MSYS2-specific stuff when compiling in MSYS2 Johannes Schindelin 2025-11-21 14:09:40 +01:00
  • cf49c9e07f mingw: set the prefix and HOST_CPU as per MSYS2's settings Johannes Schindelin 2025-11-21 13:53:19 +01:00
  • 8fe063d1f0 mingw: avoid over-specifying --pic-executable Johannes Schindelin 2025-11-21 13:44:56 +01:00
  • c14fe386e7 mingw: only use -Wl,--large-address-aware for 32-bit builds Johannes Schindelin 2025-11-21 12:38:21 +01:00
  • 9fe61b3ba2 mingw: drop the -D_USE_32BIT_TIME_T option Johannes Schindelin 2025-11-21 12:15:12 +01:00
  • 8b6f5306eb mingw: stop hard-coding CC = gcc Johannes Schindelin 2025-11-23 11:11:01 +01:00
  • 9ba3909d2e windows: skip linking git-<command> for built-ins Johannes Schindelin 2023-01-27 08:55:21 +01:00
  • cf7ecda8c2 winansi: check result and Buffer before using Name Christopher Degawa 2022-05-28 14:53:54 -05:00
  • 8d34158808 mingw: $env:TERM="xterm-256color" for newer OSes Rafael Kitover 2022-04-12 19:53:33 +00:00
  • e2cbcb6b68 compat/mingw.c: do not warn when failing to get owner Derrick Stolee 2022-04-13 14:54:43 -04:00
  • 1446b07342 hash-object: add a >4GB/LLP64 test case using filtered input Philip Oakley 2021-12-07 09:53:41 +00:00
  • 6eb2faf060 CMake: show Win32 and Generator_platform build-option values Philip Oakley 2021-05-10 16:47:40 +01:00
  • 3bb6af05a5 ci: run contrib/subtree tests in CI builds Victoria Dye 2021-08-05 19:11:59 -04:00
  • eae1cc061f http: optionally send SSL client certificate Pascal Muller 2021-06-23 21:21:10 +02:00
  • 9e9b81fe36 compat/vcbuild: document preferred way to build in Visual Studio Johannes Schindelin 2021-05-17 10:46:52 +02:00
  • e200878253 mingw: allow for longer paths in parse_interpreter() Johannes Schindelin 2021-04-02 22:50:54 +02:00
  • a0a238dbb6 git-gui: accommodate for intent-to-add files Johannes Schindelin 2020-08-12 15:06:17 +00:00
  • 37e3fae478 t0014: fix indentation Jens Glathe 2020-06-02 12:12:25 +02:00
  • e8a7e42804 commit: accept "scissors" with CR/LF line endings Luke Bonanomi 2020-06-24 07:45:52 -04:00
  • 0fef6aaf8d t3701: verify that we can add *lots* of files interactively Johannes Schindelin 2015-09-12 12:25:47 +02:00
  • 208b11b03b mingw: implement a platform-specific strbuf_realpath() Johannes Schindelin 2020-01-31 11:49:04 +01:00
  • 0a54fe887e clink.pl: fix MSVC compile script to handle libcurl-d.lib Jeff Hostetler 2020-01-30 14:22:27 -05:00
  • abc7c68107 mingw: fix fatal error working on mapped network drives on Windows Bjoern Mueller 2020-01-22 13:49:13 +01:00
  • 82fdde1a77 transport: optionally disable side-band-64k Thomas Braun 2014-05-08 21:43:24 +02:00
  • 744d6dc111 mingw: prevent regressions with "drive-less" absolute paths Johannes Schindelin 2017-04-18 12:09:08 +02:00
  • cabf8b3936 Always auto-gc after calling a fast-import transport Johannes Schindelin 2012-04-09 13:04:35 -05:00
  • 4ed7f275f9 Add config option windows.appendAtomically 孙卓识 2022-01-16 03:38:33 +08:00
  • a6fa21bfd0 t5505/t5516: fix white-space around redirectors Johannes Schindelin 2020-05-09 19:24:23 +02:00
  • c71413180e mingw: include the Python parts in the build Johannes Schindelin 2015-02-16 14:06:59 +01:00
  • 00895f7ba1 setup: properly use "%(prefix)/" when in WSL Derrick Stolee 2022-04-13 14:49:17 -04:00
  • 9a1d06ac9e hash-object: add another >4GB/LLP64 test case Philip Oakley 2021-12-06 22:42:46 +00:00
  • 7036a65f17 CMakeLists: add default "x64-windows" arch for Visual Studio Philip Oakley 2021-04-22 11:11:38 +01:00
  • f5ac449f00 subtree: update contrib/subtree test target Victoria Dye 2021-08-05 19:04:13 -04:00
  • a9058ce0d7 http: use new "best effort" strategy for Secure Channel revoke checking Johannes Schindelin 2020-03-04 21:55:28 +01:00
  • e6748dc27d strbuf_realpath(): use platform-dependent API if available Johannes Schindelin 2020-01-31 11:44:31 +01:00
  • 8578dc90f9 remote-helper: check helper status after import/export Sverre Rabbelier 2011-07-24 00:06:00 +02:00
  • aabba73e80 t5505/t5516: allow running without .git/branches/ in the templates Johannes Schindelin 2020-05-09 16:19:06 +02:00
  • 881a8ec7c8 hash-object --stdin: verify that it works with >4GB/LLP64 Philip Oakley 2021-12-06 22:26:50 +00:00
  • 9d282c34a1 .gitignore: add Visual Studio CMakeSetting.json file Philip Oakley 2021-04-24 11:09:58 +01:00
  • f6d6e20e2c mingw: demonstrate a git add issue with NTFS junctions Johannes Schindelin 2020-01-31 12:02:47 +01:00
  • d146a7170e transport-helper: add trailing -- Sverre Rabbelier 2010-08-28 20:49:01 -05:00
  • 38489d4268 hash algorithms: use size_t for section lengths Philip Oakley 2021-11-12 21:16:51 +00:00
  • 61d9dc2789 CMake: default Visual Studio generator has changed Philip Oakley 2021-07-02 00:30:24 +01:00
  • 41429bb277 t9350: point out that refs are not updated correctly Sverre Rabbelier 2011-07-24 15:54:04 +02:00
  • 425b3ee401 object-file.c: use size_t for header lengths Philip Oakley 2021-11-12 21:14:50 +00:00
  • f95ac0171c cmake(): allow setting HOST_CPU for cross-compilation Dennis Ameling 2021-07-19 13:02:16 +02:00
  • 46384ed39f hash-object: demonstrate a >4GB/LLP64 problem Philip Oakley 2021-10-31 23:15:13 +00:00
  • 487709ead8 Add schannel to curl installation Dennis Ameling 2020-12-06 18:39:26 +01:00
  • 69128ba6a2 ci(vs-build) also build Windows/ARM64 artifacts Dennis Ameling 2020-11-29 00:12:26 +01:00
  • 9681b45b70 cmake: allow building for Windows/ARM64 Dennis Ameling 2020-12-04 14:11:34 +01:00
  • 7c952c3d8e vcbuild: add an option to install individual 'features' Ian Bearman 2020-02-04 10:34:40 -08:00
  • 3124f09b46 vcbuild: install ARM64 dependencies when building ARM64 binaries Ian Bearman 2020-01-31 16:00:25 -08:00
  • 4b1687e38e vcpkg_install: add comment regarding slow network connections Philip Oakley 2019-10-06 18:43:57 +01:00
  • 58012d0d5f vcpkg_install: detect lack of Git Philip Oakley 2019-10-06 18:40:55 +01:00
  • 68894ad598 ci(vs-build): adapt to Visual Studio 2026 default on windows-latest Johannes Schindelin 2026-06-10 17:09:01 +02:00
  • dcb843b490 Merge branch 'fixes-from-the-git-mailing-list' Johannes Schindelin 2025-01-22 11:23:06 +01:00
  • 177e9c46ab Merge branch 'v2.53.0.windows.3' Johannes Schindelin 2026-04-14 19:32:39 +02:00
  • d929a04fab grep: prevent ^$ false match at end of file Jeff King 2025-01-13 01:26:01 -05:00
  • d69189b4d9 unix-socket: avoid leak when initialization fails Johannes Schindelin 2024-10-30 19:48:46 +01:00
  • 3e060ed49a Merge branch 'prevent-accidental-ntlm-exfiltration-via-symlinks' Johannes Schindelin 2026-03-20 17:34:34 +01:00
  • 440d01e1c5 Merge branch 'fix-ci' Johannes Schindelin 2026-03-20 17:34:34 +01:00
  • 8944e8d264 mingw: skip symlink type auto-detection for network share targets Johannes Schindelin 2026-03-16 10:20:23 +01:00
  • 215ed7f9a5 ci(dockerized): reduce the PID limit for private repositories Johannes Schindelin 2025-11-29 09:21:58 +01:00
  • 03412da7e1 Start the merging-rebase to upstream/master Git for Windows Build Agent 2026-06-15 20:59:09 +00:00
  • ead8b326ed ci: only run the expensive tests in the Windows tests for now shears/seen Johannes Schindelin 2026-06-12 11:33:40 +02:00
  • 90210fd6b0 Merge 'readme' into HEAD Johannes Schindelin 2018-06-07 08:45:01 +02:00
  • e9d1a2880c Merge pull request #2837 from dscho/monitor-component-updates Johannes Schindelin 2020-10-07 16:13:40 +02:00
  • 833d1946d0 SECURITY.md: document Git for Windows' policies Johannes Schindelin 2019-08-23 14:14:42 +02:00
  • 09c31ecc41 Merge branch 'deprecate-core.useBuiltinFSMonitor' Johannes Schindelin 2023-01-24 11:46:21 +01:00
  • 7a58940657 dependabot: help keeping GitHub Actions versions up to date Johannes Schindelin 2024-02-06 18:45:35 +01:00
  • 02b1a69ee5 Modify the GitHub Pull Request template (to reflect Git for Windows) Philip Oakley 2017-12-22 17:15:50 +00:00
  • bf45432d1b Merge branch 'phase-out-reset-stdin' Johannes Schindelin 2018-06-08 18:34:51 +02:00
  • a7d5f1b35d fsmonitor: reintroduce core.useBuiltinFSMonitor Victoria Dye 2022-04-04 15:38:58 -07:00
  • 8aad6dc6c3 Add a GitHub workflow to monitor component updates Johannes Schindelin 2020-09-29 13:50:59 +02:00
  • 711705af06 Add an issue template Brendan Forster 2016-02-18 21:29:50 +11:00
  • b94db58d85 Merge branch 'un-revert-editor-save-and-reset' Johannes Schindelin 2022-01-15 11:37:56 +01:00
  • 59f8bf202b reset: reinstate support for the deprecated --stdin option Johannes Schindelin 2019-12-10 21:41:57 +01:00