Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
344 commits
Select commit Hold shift + click to select a range
04f0af6
cmake: install headless-git.
Berrysoft Mar 11, 2023
417b721
git.rc: include winuser.h
rimrul Dec 2, 2023
ca38450
mingw: do load libcurl dynamically by default
dscho May 7, 2023
08b18bf
Add a GitHub workflow to verify that Git/Scalar work in Nano Server
dscho Nov 2, 2022
2df3f96
mingw: suggest `windows.appendAtomically` in more cases
dsl101 Jul 28, 2023
ae9e6a9
win32: use native ANSI sequence processing, if possible
dscho Nov 22, 2023
a7eba84
common-main.c: fflush stdout buffer upon exit
chengzhuo5 Apr 8, 2024
f4cd16e
t5601/t7406(mingw): do run tests with symlink support
dscho Apr 9, 2024
401cb5e
Fallback to AppData if XDG_CONFIG_HOME is unset
ariellourenco Jul 2, 2024
b4547c0
run-command: be helpful with Git LFS fails on Windows 7
dscho Jul 4, 2024
29f6cd9
revision: create mark_trees_uninteresting_dense()
derrickstolee Sep 6, 2024
b24665f
survey: clearly note the experimental nature in the output
dscho Jul 1, 2024
ed6eaa1
credential-cache: handle ECONNREFUSED gracefully
rimrul Dec 22, 2024
35faec1
reftable: do make sure to use custom allocators
dscho Mar 6, 2025
c4e3f48
check-whitespace: avoid alerts about upstream commits
dscho Jun 3, 2025
8160347
t/t5571-prep-push-hook.sh: Add test with writing to stderr
t-b Jan 26, 2026
8ef800e
diff-delta: widen struct delta_index size fields to size_t
dscho Jun 5, 2026
59e8f78
delta: widen create_delta_index() parameter to size_t
dscho Jun 5, 2026
6a58155
pack-objects: widen delta-cache accounting to size_t
dscho Jun 5, 2026
862f62a
pack-objects: widen free_unpacked() return to size_t
dscho Jun 5, 2026
632e820
pack-objects: widen mem_usage and try_delta out-param to size_t
dscho Jun 5, 2026
1d4d03f
delta: widen create_delta() and diff_delta() to size_t
dscho Jun 5, 2026
9ebf494
diff: stop truncating the deflated-binary-diff size on Windows
dscho Jun 5, 2026
4b8d4b3
packfile, git-zlib: widen use_pack() and zstream avail fields to size_t
dscho Jun 5, 2026
c260dfa
convert: widen gather_convert_stats() helpers to size_t
dscho Jun 5, 2026
5c3dce4
archive-zip: widen zlib_deflate_raw()'s maxsize local to size_t
dscho Jun 5, 2026
dc551c8
read-cache: stop truncating index blob sizes on Windows
dscho Jun 5, 2026
df977fd
diff: widen deflate_it()'s bound local from int to size_t
dscho Jun 5, 2026
f0c2859
xdiff-interface: widen buffer_is_binary() size parameter to size_t
dscho Jun 5, 2026
0cec889
mingw: introduce code to detect whether we're inside a Windows container
zcube Apr 23, 2018
fd4fd14
Win32: symlink: move phantom symlink creation to a separate function
piscisaureus Oct 26, 2018
a170d32
http-push: widen start_put()'s size local from ssize_t to size_t
dscho Jun 5, 2026
7190658
combine-diff: stop truncating combined-diff blob sizes on Windows
dscho Jun 5, 2026
f7e07a0
mingw: Support `git_terminal_prompt` with more terminals
kblees Mar 19, 2015
95a99e7
mingw: when running in a Windows container, try to rename() harder
zcube Apr 23, 2018
4416fa7
Introduce helper to create symlinks that knows about index_state
dscho Feb 11, 2019
2b9d2d3
t/helper/test-pack-deltas: widen do_compress()'s maxsize local to size_t
dscho Jun 5, 2026
fbb06c3
diff: widen textconv_object() size out-param to size_t
dscho Jun 5, 2026
f4c110a
compat/terminal.c: only use the Windows console if bash 'read -r' fails
kblees May 9, 2015
c32ddf6
mingw: move the file_attr_to_st_mode() function definition
zcube Apr 23, 2018
fc107f7
mingw: allow to specify the symlink type in .gitattributes
piscisaureus Oct 26, 2018
09ecf19
clean: do not traverse mount points
dscho Dec 7, 2018
f7f1f84
git-zlib: widen git_deflate_bound() to size_t
dscho Jun 5, 2026
887f94b
pack-bitmap: stop truncating blob sizes used by --filter=blob:limit
dscho Jun 5, 2026
150130a
diffcore: widen struct diff_filespec.size to size_t
dscho Jun 5, 2026
26abbec
credential: advertise NTLM suppression and allow helpers to re-enable
dscho Feb 9, 2026
8bd77dd
dir: do not traverse mount points
maks244 Mar 30, 2026
328dee1
win32: thread-utils: handle multi-socket systems
rimrul Feb 21, 2026
6e09563
t5563: add tests for http.emptyAuth with Negotiate
mjcheetham Apr 13, 2026
ac7ed8b
entry: flush fscache after creating directories and writing files
tyrielv May 18, 2026
8dd7fc9
ci(macos): skip the `git p4` tests
dscho Nov 13, 2025
582b698
mingw (git_terminal_prompt): do fall back to CONIN$/CONOUT$ method
dscho Feb 23, 2018
5237e11
mingw: Windows Docker volumes are *not* symbolic links
dscho Apr 23, 2018
7170c75
mingw: work around rename() failing on a read-only file
dsl101 Jul 28, 2023
f58cdfe
Win32: symlink: add test for `symlink` attribute
piscisaureus Oct 26, 2018
4e5734a
clean: remove mount points when possible
dscho Dec 11, 2018
e4dba70
mingw: optionally enable wsl compability file mode bits
swigger Jun 7, 2023
e1763f0
Refuse to follow invalid paths in `.git` files
csware May 28, 2026
88d5c5f
tree-walk: drop link_len cast in get_tree_entry_follow_symlinks()
dscho Jun 5, 2026
d639342
Merge branch 'size-t/pack-objects-delta'
dscho Jun 7, 2026
876b7a3
tree-walk: widen init_tree_desc() and init_tree_desc_gently() to size_t
dscho Jun 5, 2026
e1c2f55
Merge branch 'size-t/pack-bitmap'
dscho Jun 7, 2026
867b71a
pack-objects: drop the two tree-walk casts in the preferred-base path
dscho Jun 5, 2026
abeec97
diff-delta: widen sizeof_delta_index() return to size_t
dscho Jun 5, 2026
6b580d4
Merge branch 'size-t/diff'
dscho Jun 7, 2026
c6a643c
tree: widen struct tree.size and parse_tree_buffer() to size_t
dscho Jun 5, 2026
60c8312
Merge branch 'size-t/diff-delta-sizeof'
dscho Jun 7, 2026
c513e82
Merge branch 'topic/size-t' into size-t-followups
dscho Jun 22, 2026
f34f668
commit: widen the commit-buffer API to size_t
dscho Jun 5, 2026
7ebc071
Merge branch 'size-t/tree'
dscho Jun 7, 2026
3352d36
pack-objects: drop cast_size_t_to_ulong shims in get_delta()
dscho Jun 5, 2026
05b8b3e
blame: widen find_line_starts() len parameter to size_t
dscho Jun 5, 2026
47d21e4
Merge branch 'size-t/commit'
dscho Jun 7, 2026
97cfcc6
pack-objects: drop cast_size_t_to_ulong shims in try_delta()
dscho Jun 5, 2026
46e32dd
grep: widen struct grep_source.size and grep_buffer() to size_t
dscho Jun 5, 2026
863fbb8
Merge branch 'size-t/blame'
dscho Jun 7, 2026
a9192b5
pack-objects: drop the last size shim in write_no_reuse_object()
dscho Jun 5, 2026
b224f35
fast-export: drop the export_blob() size cast and widen anonymize_blob()
dscho Jun 5, 2026
1f21aeb
Merge branch 'size-t/grep'
dscho Jun 7, 2026
4beeed0
blame: widen struct blame_scoreboard.final_buf_size to size_t
dscho Jun 5, 2026
3607e8a
repo: drop the inflated-size cast in count_objects()
dscho Jun 5, 2026
e41278d
Merge branch 'size-t/fast-export'
dscho Jun 7, 2026
6c168db
fast-import: drop the six size casts in the object-read paths
dscho Jun 5, 2026
8c2fda1
unpack-objects: widen the size-passing infrastructure to size_t
dscho Jun 5, 2026
3378452
Merge branch 'size-t/repo'
dscho Jun 7, 2026
27666d5
t/helper/test-pack-deltas: drop the delta_size cast in write_ref_delta()
dscho Jun 5, 2026
7fc4436
Merge branch 'size-t/unpack-objects'
dscho Jun 7, 2026
0f416f5
Drop the `cast_size_t_to_ulong()` helper
dscho Jun 22, 2026
ecb3092
Merge branch 'topic/size-t' (size_t evacuation, upstream-bound)
dscho Jun 7, 2026
f568c49
Merge branch 'topic/size-t-followups' (size_t followups depending on …
dscho Jun 7, 2026
cb8e608
Merge branch 'bump-ci-actions/checkout-from-6-to-7'
dscho Jun 23, 2026
db5aee5
Merge 'remote-hg-prerequisites' into HEAD
dscho Jun 8, 2018
26e4254
Merge branch 'drive-prefix'
dscho Jun 8, 2018
1990fad
Merge branch 'msys2-python'
dscho May 31, 2019
b4a2f73
Merge pull request #2375 from assarbad/reintroduce-sideband-config
dscho Oct 30, 2019
6fba9c8
Merge pull request #2488 from bmueller84/master
dscho Jan 22, 2020
caa1c48
Merge pull request #2501 from jeffhostetler/clink-debug-curl
dscho Jan 30, 2020
efbca90
Merge pull request #2504 from dscho/access-repo-via-junction
dscho Feb 1, 2020
e162182
Merge pull request #2535 from dscho/schannel-revoke-best-effort
dscho Mar 4, 2020
7817fca
Merge pull request #2618 from dscho/avoid-d/f-conflict-in-vs/master
dscho May 9, 2020
6d1d800
Merge 'add-p-many-files'
dscho Jun 8, 2018
d6cc14b
Merge pull request #2714 from lbonanomi/crlf-scissors
dscho Jul 3, 2020
db3bae0
Merge pull request #2655 from jglathe/jg/t0014_trace_extra_info
dscho Oct 9, 2020
b52f70a
Merge 'git-gui/js/intent-to-add'
dscho Oct 18, 2020
d901d21
Merge pull request #2351 from PhilipOakley/vcpkg-tip
dscho Oct 7, 2019
a2e4ded
Merge pull request #2915 from dennisameling/windows-arm64-support
dscho Dec 9, 2020
69f05a4
Merge pull request #3327 from dennisameling/fix-host-cpu
dscho Jul 19, 2021
1c8dd8b
Merge pull request #3165 from dscho/increase-allowed-length-of-interp…
dscho Apr 3, 2021
0bd1682
Merge pull request #3220 from dscho/there-is-no-vs/master-anymore
dscho May 17, 2021
81c9d80
Merge pull request #3293 from pascalmuller/http-support-automatically…
dscho Jun 24, 2021
4de5471
Merge pull request #3349 from vdye/feature/ci-subtree-tests
dscho Aug 10, 2021
46d810e
Merge pull request #3306 from PhilipOakley/vs-sln
dscho Oct 12, 2021
2b3d05f
Merge pull request #3533 from PhilipOakley/hashliteral_t
dscho Dec 15, 2021
339b7b9
Merge pull request #3791: Various fixes around `safe.directory`
derrickstolee Apr 13, 2022
69a3af8
Merge pull request #3751 from rkitover/native-term
dscho Apr 21, 2022
3ca0c17
Merge pull request #3875 from 1480c1/wine/detect_msys_tty
dscho May 30, 2022
4d28b8f
Merge branch 'optionally-dont-append-atomically-on-windows'
dscho Jun 23, 2022
76962ce
coverity: skip building with Rust, for now
dscho Jun 23, 2026
6733c69
Merge branch 'fsync-object-files-always'
dscho Oct 11, 2018
1d4ff5f
Merge pull request #3942 from rimrul/mingw-tsaware
dscho Jul 27, 2022
554d97d
Fix Windows version resources (#4092)
dscho Nov 3, 2022
2e6712a
Fix global repository field not being cleared (#4083)
dscho Dec 20, 2022
90d2038
Skip linking the "dashed" `git-<command>`s for built-ins (#4252)
dscho Jan 31, 2023
ee4f0f8
Add full `mingw-w64-git` (i.e. regular MSYS2 ecosystem) support (#5971)
dscho Nov 25, 2025
266fc3c
Merge pull request #2506 from dscho/issue-2283
dscho Feb 11, 2020
e4c2396
Merge pull request #2974 from derrickstolee/maintenance-and-headless
dscho Jan 11, 2021
9b60b54
ARM64: Embed manifest properly (#4718)
dscho Dec 7, 2023
014225f
Lazy load libcurl, allowing for an SSL/TLS backend-specific libcurl (…
dscho May 15, 2023
bc8a0b4
Merge branch 'nano-server'
dscho Aug 7, 2023
891df5e
Additional error checks for issuing the windows.appendAtomically warn…
dscho Aug 7, 2023
b5e8dca
win32: use native ANSI sequence processing, if possible (#4700)
dscho Dec 2, 2023
ed7ea7e
common-main.c: fflush stdout buffer when exit (#4901)
dscho Apr 12, 2024
b8197be
Merge branch 'run-t5601-and-t7406-with-symlinks-on-windows-10'
dscho Jul 12, 2024
afc792c
Merge branch 'Fallback-to-AppData-if-XDG-CONFIG-HOME-is-unset'
dscho Jul 12, 2024
7288070
Merge branch 'run-command-be-helpful-when-Git-LFS-fails-on-Windows-7'
dscho Jul 12, 2024
71059e6
Add path walk API and its use in 'git pack-objects' (#5171)
derrickstolee Sep 25, 2024
b2d8aaa
Add experimental 'git survey' builtin (#5174)
dscho Sep 26, 2024
574617b
credential-cache: handle ECONNREFUSED gracefully (#5329)
dscho Jan 1, 2025
18b296b
Merge branch 'reftable-vs-custom-allocators'
dscho Jun 2, 2025
5a2dd37
Merge branch 'check-whitespace-only-downstream'
dscho Jun 3, 2025
edf47c7
t/t5571-prep-push-hook.sh: Add test with writing to stderr (#6063)
dscho Jan 27, 2026
da71fef
Merge branch 'disallow-ntlm-auth-by-default'
dscho Feb 12, 2026
e97f847
Don't traverse mount points in `remove_dir_recurse()` (#6151)
dscho Mar 31, 2026
4e3820f
Detect number of cores better on multi-socket systems (#6108)
dscho Apr 6, 2026
a555197
http: fix emptyAuth=auto for Negotiate/SPNEGO (#6170)
dscho Apr 14, 2026
58da675
entry: flush fscache after creating directories and writing files (#6…
dscho Jun 8, 2026
f99e1f6
ci(macos): skip the `git p4` tests (#5954)
dscho Nov 14, 2025
6713876
Merge branch 'msys2'
dscho Nov 15, 2018
2846fb9
Win32: make FILETIME conversion functions public
kblees Jul 6, 2013
9047e77
Win32: dirent.c: Move opendir down
kblees Sep 8, 2013
164982a
mingw: make the dirent implementation pluggable
kblees Sep 8, 2013
56bb4ee
Win32: make the lstat implementation pluggable
kblees Sep 8, 2013
b472108
mingw: add infrastructure for read-only file system level caches
kblees Sep 8, 2013
894a148
Merge 'docker-volumes-are-no-symlinks'
dscho Oct 12, 2018
9a9d768
mingw: add a cache below mingw's lstat and dirent implementations
kblees Oct 1, 2013
918dc01
mingw: try resetting the read-only bit if rename fails (#4527)
dscho Aug 7, 2023
2a0dc4f
fscache: load directories only once
kblees Jun 24, 2014
8b5c20d
Merge pull request #1897 from piscisaureus/symlink-attr
dscho Oct 31, 2018
c66fc2a
fscache: add key for GIT_TRACE_FSCACHE
jeffhostetler Jan 24, 2017
cf21361
Merge branch 'dont-clean-junctions'
dscho Jul 30, 2019
aff7600
fscache: remember not-found directories
jeffhostetler Dec 13, 2016
db7ed69
Merge branch 'wsl-file-mode-bits'
dscho Aug 7, 2023
43c1cc8
fscache: add a test for the dir-not-found optimization
dscho Jan 25, 2017
b2a9b0f
Merge branch 'validate-dotgit'
dscho Jun 23, 2026
4dc6c00
add: use preload-index and fscache for performance
jeffhostetler Nov 22, 2016
36118bc
Continue improving support for 4GB+ packs/clones/objects (#6289)
dscho Jun 23, 2026
cad3b64
dir.c: make add_excludes aware of fscache during status
jeffhostetler Nov 1, 2017
223e9ed
git-gui--askyesno: fix funny text wrapping
dscho Sep 20, 2017
626b6ba
Merge branch 'skip-rust-in-the-coverity-builds'
dscho Jun 23, 2026
1d0017b
fscache: make fscache_enabled() public
jeffhostetler Dec 20, 2017
be8f762
git-gui--askyesno (mingw): use Git for Windows' icon, if available
dscho Sep 20, 2017
0de2201
Merge branch 'ready-for-upstream'
dscho Oct 11, 2018
a762bdb
dir.c: regression fix for add_excludes with fscache
jeffhostetler Dec 20, 2017
a5d4ed9
fetch-pack.c: enable fscache for stats under .git/objects
Nov 22, 2017
18882bc
mingw: explicitly specify with which cmd to prefix the cmdline
dscho Jul 20, 2017
9d72244
checkout.c: enable fscache for checkout again
Jan 30, 2018
11fe8bc
mingw: when path_lookup() failed, try BusyBox
dscho Jul 20, 2017
bae5d98
Enable the filesystem cache (fscache) in refresh_index().
benpeart Sep 7, 2018
21a7b5f
test-tool: learn to act as a drop-in replacement for `iconv`
dscho Jul 20, 2017
19f10f9
mem_pool: add GIT_TRACE_MEMPOOL support
benpeart Oct 4, 2018
1a35b9e
fscache: use FindFirstFileExW to avoid retrieving the short name
benpeart Oct 23, 2018
bea2fd6
tests(mingw): if `iconv` is unavailable, use `test-helper --iconv`
dscho Jul 20, 2017
8f5830c
fscache: fscache takes an initial size
benpeart Nov 2, 2018
f4be215
fscache: add GIT_TEST_FSCACHE support
benpeart Oct 4, 2018
45a8c8d
gitattributes: mark .png files as binary
dscho Oct 11, 2018
a835867
fscache: remember the reparse tag for each entry
dscho Dec 11, 2018
b352ffb
fscache: update fscache to be thread specific instead of global
benpeart Oct 4, 2018
08993b2
fscache: add fscache hit statistics
benpeart Sep 25, 2018
2cf34a4
tests: move test PNGs into t/lib-diff/
dscho Aug 5, 2017
7864028
fscache: Windows Docker volumes are *not* symbolic links
dscho Apr 23, 2018
3c54340
fscache: teach fscache to use mempool
benpeart Nov 2, 2018
4deeea0
unpack-trees: enable fscache for sparse-checkout
derrickstolee Jun 12, 2019
b1b588d
tests: only override sort & find if there are usable ones in /usr/bin/
dscho Jul 17, 2017
a0c57cf
fscache: optionally enable wsl compability file mode bits
swigger Jun 7, 2023
fb10973
fscache: make fscache_enable() thread safe
benpeart Nov 16, 2018
c76db52
status: disable and free fscache at the end of the status command
benpeart Nov 1, 2018
d944362
Merge branch 'fscache'
dscho Nov 15, 2018
ebaf217
tests: use the correct path separator with BusyBox
dscho Nov 19, 2018
79bbb3c
fscache: implement an FSCache-aware is_mount_point()
dscho Dec 11, 2018
fa0b88a
fscache: teach fscache to use NtQueryDirectoryFile
benpeart Nov 15, 2018
581783d
Merge pull request #1909 from benpeart/free-fscache-after-status-gfw
dscho Nov 5, 2018
2c6d241
mingw: only use Bash-ism `builtin pwd -W` when available
dscho Jun 29, 2017
874f20e
clean: make use of FSCache
dscho Dec 11, 2018
3395b13
Merge remote-tracking branch 'benpeart/fscache-per-thread-gfw'
dscho Nov 16, 2018
af798a2
tests (mingw): remove Bash-specific pwd option
dscho Jun 30, 2017
7a3cd30
Merge branch 'dont-clean-junctions-fscache'
dscho Jul 23, 2019
ad03e32
test-lib: add BUSYBOX prerequisite
dscho Jul 19, 2017
4381d9d
pack-objects (mingw): demonstrate a segmentation fault with large deltas
vangdfang Jan 9, 2014
f777605
t5003: use binary file from t/lib-diff/
dscho Aug 5, 2017
4329f63
mingw: support long paths
kblees Jul 28, 2015
97633ef
t5532: workaround for BusyBox on Windows
dscho Jul 21, 2017
75c5413
win32(long path support): leave drive-less absolute paths intact
dscho Sep 6, 2023
0752d97
t5605: special-case hardlink test for BusyBox-w32
dscho Jul 21, 2017
52f6e8e
compat/fsmonitor/fsm-*-win32: support long paths
jeffhostetler Mar 25, 2022
aa9ab7b
t5813: allow for $PWD to be a Windows path
dscho Jul 5, 2017
6ae4c21
clean: suggest using `core.longPaths` if paths are too long to remove
mathstuf Apr 22, 2022
f78cf9c
t9200: skip tests when $PWD contains a colon
dscho Jul 7, 2017
b9454dc
Partially un-revert "editor: save and reset terminal after calling ED…
dscho Nov 25, 2021
fa37f0c
reset: reinstate support for the deprecated --stdin option
dscho Dec 10, 2019
4d27e76
Describe Git for Windows' architecture
dscho Feb 13, 2023
836a988
Add an AGENTS.md file to help with AI-assisted debugging/development
dscho Jan 26, 2026
24ce60b
Modify the Code of Conduct for Git for Windows
dscho Oct 11, 2019
3218301
Merge branch 'gitk-and-git-gui-patches'
dscho Oct 11, 2018
d91ea87
CONTRIBUTING.md: add guide for first-time contributors
derrickstolee Mar 1, 2018
5586d32
Merge branch 'long-paths'
dscho Nov 15, 2018
45592cf
README.md: Add a Windows-specific preamble
dscho Jan 10, 2014
75cd122
Merge branch 'busybox-w32'
dscho Feb 7, 2019
85abca8
Add an issue template
shiftkey Feb 18, 2016
2597571
Merge branch 'un-revert-editor-save-and-reset'
dscho Jan 15, 2022
87fab95
Modify the GitHub Pull Request template (to reflect Git for Windows)
Dec 22, 2017
8662f6f
Add a GitHub workflow to monitor component updates
dscho Sep 29, 2020
fe1c88f
fsmonitor: reintroduce core.useBuiltinFSMonitor
vdye Apr 4, 2022
0b0ab85
Merge branch 'phase-out-reset-stdin'
dscho Jun 8, 2018
5838fb5
SECURITY.md: document Git for Windows' policies
dscho Aug 23, 2019
59293e5
dependabot: help keeping GitHub Actions versions up to date
dscho Feb 6, 2024
3ec7089
Merge branch 'deprecate-core.useBuiltinFSMonitor'
dscho Jan 24, 2023
b519d7d
ci: only run the expensive tests in the Windows tests for now
dscho Jun 12, 2026
9ecb70d
Merge pull request #2837 from dscho/monitor-component-updates
dscho Oct 7, 2020
4af9619
Merge 'readme' into HEAD
dscho Jun 7, 2018
8fc2d88
build(deps): bump actions/cache from 5 to 6
dependabot[bot] Jun 29, 2026
da83762
build(deps): bump actions/cache from 5 to 6 (#6303)
dscho Jul 1, 2026
0f92651
Some amendments for the `hashliteral_t` size fixes (#6311)
dscho Jul 3, 2026
60f735c
repo: split annotated tags out from total tag count in structure
dscho Jun 5, 2026
2238f81
repo: filter the structure scope via --ref-filter=<pattern>
dscho Jun 5, 2026
dfa9a42
repo: report top-N paths by count, disk, and inflated size in structure
dscho Jun 5, 2026
7b2eaed
t1901: cover the --top option of `git repo structure`
dscho Jun 5, 2026
40408e9
repo: read the `--top` default from `repo.structure.top`
dscho Jun 5, 2026
e429b55
git-survey: announce the upcoming pivot into `git repo structure`
dscho Jun 5, 2026
fda7fb4
survey: turn into a thin shim over `git repo structure`
dscho Jun 5, 2026
22d4993
Turn `git survey` into a deprecated shim over `git repo structure` (#…
dscho Jul 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
*.pm text eol=lf diff=perl
*.py text eol=lf diff=python
*.bat text eol=crlf
*.png binary
/AGENTS.md conflict-marker-size=32
CODE_OF_CONDUCT.md -whitespace
/Documentation/**/*.adoc text eol=lf whitespace=trail,space,incomplete
/command-list.txt text eol=lf
Expand Down
105 changes: 105 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
name: Bug report
description: Use this template to report bugs.
body:
- type: checkboxes
id: search
attributes:
label: Existing issues matching what you're seeing
description: Please search for [open](https://github.com/git-for-windows/git/issues?q=is%3Aopen) or [closed](https://github.com/git-for-windows/git/issues?q=is%3Aclosed) issue matching what you're seeing before submitting a new issue.
options:
- label: I was not able to find an open or closed issue matching what I'm seeing
- type: textarea
id: git-for-windows-version
attributes:
label: Git for Windows version
description: Which version of Git for Windows are you using?
placeholder: Please insert the output of `git --version --build-options` here
render: shell
validations:
required: true
- type: dropdown
id: windows-version
attributes:
label: Windows version
description: Which version of Windows are you running?
options:
- Windows 8.1
- Windows 10
- Windows 11
- Other
default: 2
validations:
required: true
- type: dropdown
id: windows-arch
attributes:
label: Windows CPU architecture
description: What CPU Archtitecture does your Windows target?
options:
- i686 (32-bit)
- x86_64 (64-bit)
- ARM64
default: 1
validations:
required: true
- type: textarea
id: windows-version-cmd
attributes:
label: Additional Windows version information
description: This provides us with further information about your Windows such as the build number
placeholder: Please insert the output of `cmd.exe /c ver` here
render: shell
- type: textarea
id: options
attributes:
label: Options set during installation
description: What options did you set as part of the installation? Or did you choose the defaults?
placeholder: |
One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
> type "$env:USERPROFILE\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt
render: shell
validations:
required: true
- type: textarea
id: other-things
attributes:
label: Other interesting things
description: Any other interesting things about your environment that might be related to the issue you're seeing?
- type: input
id: terminal
attributes:
label: Terminal/shell
description: Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
validations:
required: true
- type: textarea
id: commands
attributes:
label: Commands that trigger the issue
description: What commands did you run to trigger this issue? If you can provide a [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve) this will help us understand the issue.
render: shell
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: Expected behaviour
description: What did you expect to occur after running these commands?
validations:
required: true
- type: textarea
id: actual-behaviour
attributes:
label: Actual behaviour
description: What actually happened instead?
validations:
required: true
- type: textarea
id: repository
attributes:
label: Repository
description: If the problem was occurring with a specific repository, can you provide the URL to that repository to help us with testing?
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
20 changes: 16 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
Thanks for taking the time to contribute to Git! Please be advised that the
Git community does not use github.com for their contributions. Instead, we use
a mailing list (git@vger.kernel.org) for code submissions, code reviews, and
bug reports. Nevertheless, you can use GitGitGadget (https://gitgitgadget.github.io/)
Thanks for taking the time to contribute to Git!

Those seeking to contribute to the Git for Windows fork should see
http://gitforwindows.org/#contribute on how to contribute Windows specific
enhancements.

If your contribution is for the core Git functions and documentation
please be aware that the Git community does not use the github.com issues
or pull request mechanism for their contributions.

Instead, we use the Git mailing list (git@vger.kernel.org) for code and
documentation submissions, code reviews, and bug reports. The
mailing list is plain text only (anything with HTML is sent directly
to the spam folder).

Nevertheless, you can use GitGitGadget (https://gitgitgadget.github.io/)
to conveniently send your Pull Requests commits to our mailing list.

For a single-commit pull request, please *leave the pull request description
Expand Down
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
# especially
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#enabling-dependabot-version-updates-for-actions

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/check-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
jobname: ClangFormat
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-whitespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
check-whitespace:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
COVERITY_PROJECT: ${{ vars.COVERITY_PROJECT || 'git' }}
COVERITY_LANGUAGE: cxx
COVERITY_PLATFORM: overridden-below
NO_RUST: Yup
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: install minimal Git for Windows SDK
if: contains(matrix.os, 'windows')
uses: git-for-windows/setup-git-for-windows-sdk@v2
Expand Down Expand Up @@ -98,7 +99,7 @@ jobs:
# A cache miss will add ~30s to create, but a cache hit will save minutes.
- name: restore the Coverity Build Tool
id: cache
uses: actions/cache/restore@v5
uses: actions/cache/restore@v6
with:
path: ${{ runner.temp }}/cov-analysis
key: cov-build-${{ env.COVERITY_LANGUAGE }}-${{ env.COVERITY_PLATFORM }}-${{ steps.lookup.outputs.hash }}
Expand Down Expand Up @@ -141,7 +142,7 @@ jobs:
esac
- name: cache the Coverity Build Tool
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/cache/save@v5
uses: actions/cache/save@v6
with:
path: ${{ runner.temp }}/cov-analysis
key: cov-build-${{ env.COVERITY_LANGUAGE }}-${{ env.COVERITY_PLATFORM }}-${{ steps.lookup.outputs.hash }}
Expand Down
43 changes: 24 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
group: windows-build-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: git-for-windows/setup-git-for-windows-sdk@v2
- name: build
shell: bash
Expand Down Expand Up @@ -169,14 +169,17 @@ jobs:
NO_PERL: 1
GIT_CONFIG_PARAMETERS: "'user.name=CI' 'user.email=ci@git'"
runs-on: windows-latest
strategy:
matrix:
arch: [x64, arm64]
concurrency:
group: vs-build-${{ github.ref }}
group: vs-build-${{ github.ref }}-${{ matrix.arch }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: git-for-windows/setup-git-for-windows-sdk@v2
- name: initialize vcpkg
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: 'microsoft/vcpkg'
path: 'lib/compat/vcbuild/vcpkg'
Expand All @@ -190,14 +193,16 @@ jobs:
uses: microsoft/setup-msbuild@v3
- name: copy dlls to root
shell: cmd
run: lib\compat\vcbuild\vcpkg_copy_dlls.bat release
run: lib\compat\vcbuild\vcpkg_copy_dlls.bat release ${{ matrix.arch }}-windows
- name: generate Visual Studio solution
shell: bash
run: |
cmake `pwd`/contrib/buildsystems/ -DCMAKE_PREFIX_PATH=`pwd`/lib/compat/vcbuild/vcpkg/installed/x64-windows \
-DNO_GETTEXT=YesPlease -DPERL_TESTS=OFF -DPYTHON_TESTS=OFF -DCURL_NO_CURL_CMAKE=ON
cmake `pwd`/contrib/buildsystems/ -DCMAKE_PREFIX_PATH=`pwd`/lib/compat/vcbuild/vcpkg/installed/${{ matrix.arch }}-windows \
-DNO_GETTEXT=YesPlease -DPERL_TESTS=OFF -DPYTHON_TESTS=OFF -DCURL_NO_CURL_CMAKE=ON -DCMAKE_GENERATOR_PLATFORM=${{ matrix.arch }} -DVCPKG_ARCH=${{ matrix.arch }}-windows -DHOST_CPU=${{ matrix.arch }}
- name: MSBuild
run: msbuild git.sln -property:Configuration=Release -property:Platform=x64 -maxCpuCount:4 -property:PlatformToolset=v142
run: |
$sln = if (Test-Path git.slnx) { 'git.slnx' } else { 'git.sln' }
msbuild $sln -property:Configuration=Release -property:Platform=${{ matrix.arch }} -maxCpuCount:4
- name: bundle artifact tar
shell: bash
env:
Expand All @@ -211,7 +216,7 @@ jobs:
- name: upload tracked files and build artifacts
uses: actions/upload-artifact@v7
with:
name: vs-artifacts
name: vs-artifacts-${{ matrix.arch }}
path: artifacts
vs-test:
name: win+VS test
Expand All @@ -229,7 +234,7 @@ jobs:
- name: download tracked files and build artifacts
uses: actions/download-artifact@v8
with:
name: vs-artifacts
name: vs-artifacts-x64
path: ${{github.workspace}}
- name: extract tracked files and build artifacts
shell: bash
Expand Down Expand Up @@ -259,7 +264,7 @@ jobs:
group: windows-meson-build-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- name: Set up dependencies
shell: pwsh
Expand Down Expand Up @@ -287,7 +292,7 @@ jobs:
group: windows-meson-test-${{ matrix.nr }}-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- name: Set up dependencies
shell: pwsh
Expand Down Expand Up @@ -342,7 +347,7 @@ jobs:
TEST_OUTPUT_DIRECTORY: ${{github.workspace}}/t
runs-on: ${{matrix.vector.pool}}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: ci/install-dependencies.sh
- run: ci/run-build-and-tests.sh
- name: print test failures
Expand All @@ -363,7 +368,7 @@ jobs:
CI_JOB_IMAGE: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: ci/install-dependencies.sh
- run: ci/run-build-and-minimal-fuzzers.sh
dockerized:
Expand Down Expand Up @@ -442,7 +447,7 @@ jobs:
else
apt-get -q update && apt-get -q -y install git
fi
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: ci/install-dependencies.sh
- run: useradd builder --create-home
- run: chown -R builder .
Expand All @@ -467,7 +472,7 @@ jobs:
group: static-analysis-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: ci/install-dependencies.sh
- run: ci/run-static-analysis.sh
- run: ci/check-directional-formatting.bash
Expand All @@ -483,7 +488,7 @@ jobs:
group: rust-analysis-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: ci/install-dependencies.sh
- run: ci/run-rust-checks.sh
sparse:
Expand All @@ -497,7 +502,7 @@ jobs:
group: sparse-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install other dependencies
run: ci/install-dependencies.sh
- run: make sparse
Expand All @@ -513,6 +518,6 @@ jobs:
CI_JOB_IMAGE: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: ci/install-dependencies.sh
- run: ci/test-documentation.sh
Loading