Skip to content

Reorganize Git for Windows' patches and topic branches #5406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 394 commits into from
Feb 7, 2025
Merged
Changes from all commits
Commits
Show all changes
394 commits
Select commit Hold shift + click to select a range
6a83fdb
run-command: be helpful with Git LFS fails on Windows 7
dscho Jul 4, 2024
1e525a9
repack/pack-objects: mark `--full-name-hash` as experimental
dscho Sep 24, 2024
0a0e906
ci: work around a problem with HTTP/2 vs libcurl v8.10.0
dscho Sep 24, 2024
54f5c77
path-walk: allow consumer to specify object types
derrickstolee Sep 1, 2024
fe02e1c
path-walk: allow visiting tags
derrickstolee Sep 9, 2024
a472302
revision: create mark_trees_uninteresting_dense()
derrickstolee Sep 6, 2024
230f831
path-walk: add prune_all_uninteresting option
derrickstolee Sep 4, 2024
af14811
pack-objects: extract should_attempt_deltas()
derrickstolee Sep 24, 2024
c896542
pack-objects: add --path-walk option
derrickstolee Sep 5, 2024
090ce15
pack-objects: introduce GIT_TEST_PACK_PATH_WALK
derrickstolee Sep 6, 2024
f9db153
repack: add --path-walk option
derrickstolee Sep 5, 2024
40d30d4
pack-objects: enable --path-walk via config
derrickstolee Sep 5, 2024
872da37
scalar: enable path-walk during push via config
derrickstolee Sep 5, 2024
d61dc09
pack-objects: refactor path-walk delta phase
derrickstolee Sep 18, 2024
a20f34f
backfill: add builtin boilerplate
derrickstolee Jun 7, 2024
dfe1c28
pack-objects: thread the path-based compression
derrickstolee Sep 18, 2024
f2c9df5
path-walk API: avoid adding a root tree more than once
dscho Oct 7, 2024
e6469c2
survey: stub in new experimental 'git-survey' command
Apr 29, 2024
51e1146
survey: add command line opts to select references
Apr 29, 2024
2385069
survey: start pretty printing data in table form
derrickstolee Sep 1, 2024
f4f9119
survey: add object count summary
derrickstolee Sep 2, 2024
55889b1
survey: summarize total sizes by object type
derrickstolee Sep 2, 2024
fd8c081
backfill: basic functionality and tests
derrickstolee Sep 1, 2024
0e29509
survey: show progress during object walk
derrickstolee Sep 2, 2024
ff48017
backfill: add --batch-size=<n> option
derrickstolee Sep 1, 2024
d4521ef
survey: add ability to track prioritized lists
derrickstolee Sep 2, 2024
043bddc
backfill: add --sparse option
derrickstolee Sep 1, 2024
c37830b
survey: add report of "largest" paths
derrickstolee Sep 2, 2024
f03bb33
backfill: assume --sparse when sparse-checkout is enabled
derrickstolee Sep 1, 2024
315d7eb
survey: add --top=<N> option and config
derrickstolee Sep 23, 2024
fcf53bc
backfill: mark it as experimental
dscho Sep 26, 2024
2a8b254
mingw: make sure `errno` is set correctly when socket operations fail
dscho Nov 14, 2019
f64b9ec
compat/mingw: handle WSA errors in strerror
rimrul Dec 22, 2024
c41c120
compat/mingw: drop outdated comment
rimrul Dec 22, 2024
ba08b68
t0301: actually test credential-cache on Windows
rimrul Dec 29, 2024
010312b
survey: clearly note the experimental nature in the output
dscho Jul 1, 2024
4c0af9a
path-walk: improve path-walk speed with many tags
derrickstolee Oct 9, 2024
eced1ad
credential-cache: handle ECONNREFUSED gracefully
rimrul Dec 22, 2024
e35b86e
mingw_open_existing: handle directories better
rimrul Jan 4, 2025
b7600fd
Merge branch 'ci-fixes'
dscho Feb 11, 2021
20fa080
Merge branch 'safe-PATH-lookup-in-gitk-on-Windows'
dscho Jan 21, 2023
67d7734
Merge 'remote-hg-prerequisites' into HEAD
dscho Jun 8, 2018
6abe642
Merge branch 'drive-prefix'
dscho Jun 8, 2018
d4f263d
Merge branch 'dont-clean-junctions'
dscho Jul 30, 2019
f8a7791
Merge branch 'msys2-python'
dscho May 31, 2019
320cfb0
Merge branch 'mimalloc-v2.0.9'
dscho Sep 8, 2022
4bec0c4
Merge pull request #2375 from assarbad/reintroduce-sideband-config
dscho Oct 30, 2019
5e863ba
Merge pull request #2449 from dscho/mingw-getcwd-and-symlinks
dscho Jan 3, 2020
0834dd1
Merge pull request #2488 from bmueller84/master
dscho Jan 22, 2020
85f3f1f
Merge pull request #2501 from jeffhostetler/clink-debug-curl
dscho Jan 30, 2020
35b304f
Merge pull request #2504 from dscho/access-repo-via-junction
dscho Feb 1, 2020
efd59cc
Merge pull request #2506 from dscho/issue-2283
dscho Feb 11, 2020
c8942d4
Merge pull request #2535 from dscho/schannel-revoke-best-effort
dscho Mar 4, 2020
6d862c5
t5505/t5516: allow running without `.git/branches/` in the templates
dscho May 9, 2020
56b43f0
t5505/t5516: fix white-space around redirectors
dscho May 9, 2020
f01847e
Merge branch 'dscho-avoid-d-f-conflict-in-vs-master'
dscho Apr 13, 2021
bab125e
clink.pl: fix libexpatd.lib link error when using MSVC
jeffhostetler Mar 30, 2021
e4f2a37
Makefile: clean up .ilk files when MSVC=1
jeffhostetler Apr 5, 2021
369ff79
vcbuild: add support for compiling Windows resource files
jeffhostetler Apr 5, 2021
a7d9802
config.mak.uname: add git.rc to MSVC builds
jeffhostetler Apr 5, 2021
a2e5383
clink.pl: ignore no-stack-protector arg on MSVC=1 builds
jeffhostetler Apr 5, 2021
4f8ede9
clink.pl: move default linker options for MSVC=1 builds
jeffhostetler Apr 5, 2021
f750c94
cmake: install headless-git.
Berrysoft Mar 11, 2023
151973c
git.rc: include winuser.h
rimrul Dec 2, 2023
3eb7c10
Merge pull request #2618 from dscho/avoid-d/f-conflict-in-vs/master
dscho May 9, 2020
27111a8
Merge 'add-p-many-files'
dscho Jun 8, 2018
af8b03e
Merge pull request #2730 from dscho/crlf-aware-git-add-i
dscho Jul 2, 2020
802f877
Merge pull request #2714 from lbonanomi/crlf-scissors
dscho Jul 3, 2020
0755efe
Merge pull request #2655 from jglathe/jg/t0014_trace_extra_info
dscho Oct 9, 2020
3e574d6
Merge 'git-gui/js/intent-to-add'
dscho Oct 18, 2020
de4d0ad
Merge pull request #2974 from derrickstolee/maintenance-and-headless
dscho Jan 11, 2021
433d311
cmake: install headless-git. (#4338)
dscho Mar 13, 2023
70d6906
Merge pull request #2351 from PhilipOakley/vcpkg-tip
dscho Oct 7, 2019
a82f8fa
Merge pull request #2915 from dennisameling/windows-arm64-support
dscho Dec 9, 2020
92f57e3
Merge pull request #3327 from dennisameling/fix-host-cpu
dscho Jul 19, 2021
514b5ef
Merge pull request #3165 from dscho/increase-allowed-length-of-interp…
dscho Apr 3, 2021
c4aab0d
Merge pull request #3220 from dscho/there-is-no-vs/master-anymore
dscho May 17, 2021
17187fd
Merge pull request #3293 from pascalmuller/http-support-automatically…
dscho Jun 24, 2021
0d9ad1f
Merge pull request #3349 from vdye/feature/ci-subtree-tests
dscho Aug 10, 2021
4900562
Merge pull request #3306 from PhilipOakley/vs-sln
dscho Oct 12, 2021
5ae5524
Merge pull request #3417 from dscho/initialize-core.symlinks-earlier
dscho Oct 13, 2021
a1db5a6
Merge pull request #3533 from PhilipOakley/hashliteral_t
dscho Dec 15, 2021
a11f3c1
Merge pull request #3791: Various fixes around `safe.directory`
derrickstolee Apr 13, 2022
1f736e1
Merge pull request #3751 from rkitover/native-term
dscho Apr 21, 2022
14be8dc
Merge pull request #3875 from 1480c1/wine/detect_msys_tty
dscho May 30, 2022
7dd2d1c
Merge branch 'optionally-dont-append-atomically-on-windows'
dscho Jun 23, 2022
41079cb
Merge branch 'fsync-object-files-always'
dscho Oct 11, 2018
e037621
Merge pull request #3942 from rimrul/mingw-tsaware
dscho Jul 27, 2022
8910355
Fix Windows version resources (#4092)
dscho Nov 3, 2022
0fae1d9
Merge branch 'builtin-swap-functions'
dscho Nov 23, 2022
c8f7947
Add support for CLANGARM64 target (#3916)
dscho Oct 28, 2022
b415e82
Fix global repository field not being cleared (#4083)
dscho Dec 20, 2022
fddb3a9
Skip linking the "dashed" `git-<command>`s for built-ins (#4252)
dscho Jan 31, 2023
97cada2
Git GUI: fix Repository>Explore Working Copy (#4357)
dscho Mar 21, 2023
025991e
Lazy load libcurl, allowing for an SSL/TLS backend-specific libcurl (…
dscho May 15, 2023
23013b5
Merge branch 'nano-server'
dscho Aug 7, 2023
5f5eea0
Additional error checks for issuing the windows.appendAtomically warn…
dscho Aug 7, 2023
16595c4
win32: use native ANSI sequence processing, if possible (#4700)
dscho Dec 2, 2023
72d4909
ARM64: Embed manifest properly (#4718)
dscho Dec 7, 2023
ba8af54
common-main.c: fflush stdout buffer when exit (#4901)
dscho Apr 12, 2024
5f9a8a8
Merge branch 'run-t5601-and-t7406-with-symlinks-on-windows-10'
dscho Jul 12, 2024
2784857
Merge branch 'Fix-i686-build-with-GCC-v14'
dscho Jul 12, 2024
92fd8da
Merge branch 'Fallback-to-AppData-if-XDG-CONFIG-HOME-is-unset'
dscho Jul 12, 2024
8fb957f
Merge branch 'run-command-be-helpful-when-Git-LFS-fails-on-Windows-7'
dscho Jul 12, 2024
778035a
pack-objects: create new name-hash algorithm (#5157)
dscho Sep 24, 2024
317f8b8
Add path walk API and its use in 'git pack-objects' (#5171)
derrickstolee Sep 25, 2024
8c69b29
path-walk API: avoid adding a root tree more than once (#5195)
dscho Oct 8, 2024
42afde6
Introduce 'git backfill' to get missing blobs in a partial clone (#5172)
dscho Sep 26, 2024
cd19b78
Add experimental 'git survey' builtin (#5174)
dscho Sep 26, 2024
d7266ec
path-walk: improve path-walk speed with many tags (#5205)
dscho Oct 11, 2024
6f249da
credential-cache: handle ECONNREFUSED gracefully (#5329)
dscho Jan 1, 2025
7a3e109
mingw_open_existing: handle directories better (#5342)
dscho Jan 23, 2025
edea57c
git-gui--askyesno: fix funny text wrapping
dscho Sep 20, 2017
fb8be89
git-gui: provide question helper for retry fallback on Windows
hvoigt Feb 21, 2010
81b289c
git-gui--askyesno: allow overriding the window title
dscho Sep 20, 2017
ba06011
git gui: set GIT_ASKPASS=git-gui--askpass if not set yet
dscho Jul 23, 2010
2f58b3d
Merge branch 'ready-for-upstream'
dscho Oct 11, 2018
64c9ec5
gitk: Unicode file name support
kblees Feb 4, 2012
c56c670
gitk: Use an external icon file on Windows
sschuberth Jul 22, 2012
cf75911
gitk: fix arrow keys in input fields with Tcl/Tk >= 8.6
dscho Feb 16, 2016
2dbda5e
git-gui--askyesno (mingw): use Git for Windows' icon, if available
dscho Sep 20, 2017
4979555
Merge 'git-gui' into HEAD
dscho Jun 7, 2018
25691cf
gitk: make the "list references" default window width wider
sidecut Jan 21, 2016
1af9931
Win32: make FILETIME conversion functions public
kblees Jul 6, 2013
05a1e42
Win32: dirent.c: Move opendir down
kblees Sep 8, 2013
c3fb594
mingw: make the dirent implementation pluggable
kblees Sep 8, 2013
d60df0d
Merge branch 'git-gui-askyesno'
dscho Jun 8, 2018
5228a5a
Win32: make the lstat implementation pluggable
kblees Sep 8, 2013
2020d82
Merge 'gitk' into HEAD
dscho Jun 7, 2018
2d40e26
mingw: add infrastructure for read-only file system level caches
kblees Sep 8, 2013
f5bdcd6
mingw: add a cache below mingw's lstat and dirent implementations
kblees Oct 1, 2013
896234e
fscache: load directories only once
kblees Jun 24, 2014
fb6acb5
fscache: add key for GIT_TRACE_FSCACHE
jeffhostetler Jan 24, 2017
cead8ed
fscache: remember not-found directories
jeffhostetler Dec 13, 2016
82d49ea
fscache: add a test for the dir-not-found optimization
dscho Jan 25, 2017
d1e5640
add: use preload-index and fscache for performance
jeffhostetler Nov 22, 2016
6ff1f4a
dir.c: make add_excludes aware of fscache during status
jeffhostetler Nov 1, 2017
ea168fa
fscache: make fscache_enabled() public
jeffhostetler Dec 20, 2017
40a2c9c
dir.c: regression fix for add_excludes with fscache
jeffhostetler Dec 20, 2017
8cb06a0
fetch-pack.c: enable fscache for stats under .git/objects
Nov 22, 2017
a3e60fc
checkout.c: enable fscache for checkout again
Jan 30, 2018
7fec933
Enable the filesystem cache (fscache) in refresh_index().
benpeart Sep 7, 2018
7e2ba4c
fscache: use FindFirstFileExW to avoid retrieving the short name
benpeart Oct 23, 2018
e25cb52
fscache: add GIT_TEST_FSCACHE support
benpeart Oct 4, 2018
2d5e882
fscache: add fscache hit statistics
benpeart Sep 25, 2018
72e48c0
mem_pool: add GIT_TRACE_MEMPOOL support
benpeart Oct 4, 2018
407ff9c
unpack-trees: enable fscache for sparse-checkout
derrickstolee Jun 12, 2019
69869e4
status: disable and free fscache at the end of the status command
benpeart Nov 1, 2018
4b0d5ac
fscache: fscache takes an initial size
benpeart Nov 2, 2018
5dd9d75
fscache: update fscache to be thread specific instead of global
benpeart Oct 4, 2018
1796c56
fscache: teach fscache to use mempool
benpeart Nov 2, 2018
eaf317c
fscache: remember the reparse tag for each entry
dscho Dec 11, 2018
f6c33bb
fscache: make fscache_enable() thread safe
benpeart Nov 16, 2018
835c030
fscache: implement an FSCache-aware is_mount_point()
dscho Dec 11, 2018
e7c4a5e
fscache: teach fscache to use NtQueryDirectoryFile
benpeart Nov 15, 2018
8549752
clean: make use of FSCache
dscho Dec 11, 2018
56c6f9c
Merge branch 'fscache'
dscho Nov 15, 2018
67e6805
Merge pull request #1909 from benpeart/free-fscache-after-status-gfw
dscho Nov 5, 2018
0ba3656
Merge remote-tracking branch 'benpeart/fscache-per-thread-gfw'
dscho Nov 16, 2018
fcb04e2
Merge branch 'dont-clean-junctions-fscache'
dscho Jul 23, 2019
75370fe
pack-objects (mingw): demonstrate a segmentation fault with large deltas
vangdfang Jan 9, 2014
abeb314
mingw: support long paths
kblees Jul 28, 2015
c630875
Win32: fix 'lstat("dir/")' with long paths
kblees Jul 4, 2014
a77aff7
win32(long path support): leave drive-less absolute paths intact
dscho Sep 6, 2023
9662251
compat/fsmonitor/fsm-*-win32: support long paths
jeffhostetler Mar 25, 2022
f10eef6
mingw: Support `git_terminal_prompt` with more terminals
kblees Mar 19, 2015
5f4ad29
clean: suggest using `core.longPaths` if paths are too long to remove
mathstuf Apr 22, 2022
2f57147
strbuf_readlink: don't call readlink twice if hint is the exact link …
kblees May 11, 2015
e7dc2a9
strbuf_readlink: support link targets that exceed PATH_MAX
kblees May 11, 2015
12f5b49
lockfile.c: use is_dir_sep() instead of hardcoded '/' checks
kblees May 11, 2015
6a58f12
Win32: don't call GetFileAttributes twice in mingw_lstat()
kblees May 12, 2015
14010b3
Win32: implement stat() with symlink support
kblees May 15, 2015
9c44fef
Win32: remove separate do_lstat() function
kblees May 11, 2015
20280fc
Win32: let mingw_lstat() error early upon problems with reparse points
kblees May 23, 2015
dd24530
compat/terminal.c: only use the Windows console if bash 'read -r' fails
kblees May 9, 2015
6c68e87
mingw: teach fscache and dirent about symlinks
kblees Jan 10, 2017
3d70745
mingw (git_terminal_prompt): do fall back to CONIN$/CONOUT$ method
dscho Feb 23, 2018
451ce8b
Win32: lstat(): return adequate stat.st_size for symlinks
kblees May 15, 2015
a0fc905
Win32: factor out retry logic
kblees May 19, 2015
7425615
Win32: change default of 'core.symlinks' to false
kblees May 23, 2015
aa45a28
Win32: add symlink-specific error codes
kblees May 15, 2015
261adda
Win32: mingw_unlink: support symlinks to directories
kblees May 23, 2015
9271297
Win32: mingw_rename: support renaming symlinks
kblees May 19, 2015
b6ed5ef
Win32: mingw_chdir: change to symlink-resolved directory
kblees May 23, 2015
4c62c07
Win32: implement readlink()
kblees May 23, 2015
ed85d85
mingw: lstat: compute correct size for symlinks
billziss-gh May 28, 2020
d08749f
Win32: implement basic symlink() functionality (file symlinks only)
kblees May 23, 2015
105c8bd
Win32: symlink: add support for symlinks to directories
kblees May 23, 2015
8178825
mingw: try to create symlinks without elevated permissions
dscho May 30, 2017
5cc5918
mingw: introduce code to detect whether we're inside a Windows container
ZCube Apr 23, 2018
38a0688
mingw: when running in a Windows container, try to rename() harder
ZCube Apr 23, 2018
ba8af20
mingw: emulate stat() a little more faithfully
dscho Mar 2, 2020
d365524
mingw: move the file_attr_to_st_mode() function definition
ZCube Apr 23, 2018
dacdc89
Win32: symlink: move phantom symlink creation to a separate function
piscisaureus Oct 26, 2018
3a956d4
mingw: special-case index entries for symlinks with buggy size
dscho Jun 4, 2020
7108f3d
mingw: Windows Docker volumes are *not* symbolic links
dscho Apr 23, 2018
d54a5e5
mingw: work around rename() failing on a read-only file
dsl101 Jul 28, 2023
72be863
mingw: explicitly specify with which cmd to prefix the cmdline
dscho Jul 20, 2017
ea5db30
mingw: when path_lookup() failed, try BusyBox
dscho Jul 20, 2017
85f59a8
test-lib: avoid unnecessary Perl invocation
dscho Aug 5, 2017
b4de07f
test-tool: learn to act as a drop-in replacement for `iconv`
dscho Jul 20, 2017
ce11b80
Introduce helper to create symlinks that knows about index_state
dscho Feb 11, 2019
8dc54c4
tests(mingw): if `iconv` is unavailable, use `test-helper --iconv`
dscho Jul 20, 2017
51df38b
mingw: allow to specify the symlink type in .gitattributes
piscisaureus Oct 26, 2018
3bc06dd
gitattributes: mark .png files as binary
dscho Oct 11, 2018
3bc5590
Win32: symlink: add test for `symlink` attribute
piscisaureus Oct 26, 2018
90a1d88
tests: move test PNGs into t/lib-diff/
dscho Aug 5, 2017
0f23a77
tests: only override sort & find if there are usable ones in /usr/bin/
dscho Jul 17, 2017
e05a988
tests: use the correct path separator with BusyBox
dscho Nov 19, 2018
e692539
mingw: only use Bash-ism `builtin pwd -W` when available
dscho Jun 29, 2017
8cced00
tests (mingw): remove Bash-specific pwd option
dscho Jun 30, 2017
3f278c9
test-lib: add BUSYBOX prerequisite
dscho Jul 19, 2017
f215ec6
t5003: use binary file from t/lib-diff/
dscho Aug 5, 2017
4dcd754
t5532: workaround for BusyBox on Windows
dscho Jul 21, 2017
bb9fed5
t5605: special-case hardlink test for BusyBox-w32
dscho Jul 21, 2017
8373342
t5813: allow for $PWD to be a Windows path
dscho Jul 5, 2017
170bd46
t9200: skip tests when $PWD contains a colon
dscho Jul 7, 2017
f135bb7
mingw: kill child processes in a gentler way
dscho May 17, 2017
446eaca
mingw: add a Makefile target to copy test artifacts
dscho Jul 19, 2017
05a213a
mingw: optionally enable wsl compability file mode bits
swigger Jun 7, 2023
61710c8
mingw: really handle SIGINT
dscho Apr 22, 2018
316d0e3
mingw: do not call xutftowcs_path in mingw_mktemp
neerajsi-msft Oct 27, 2021
6b42f97
Partially un-revert "editor: save and reset terminal after calling ED…
dscho Nov 25, 2021
f9ed972
reset: reinstate support for the deprecated --stdin option
dscho Dec 10, 2019
68a7fda
fsmonitor: reintroduce core.useBuiltinFSMonitor
vdye Apr 4, 2022
a8f263c
Describe Git for Windows' architecture [no ci]
dscho Feb 13, 2023
28bc9ec
Modify the Code of Conduct for Git for Windows
dscho Oct 11, 2019
6da2bef
CONTRIBUTING.md: add guide for first-time contributors
derrickstolee Mar 1, 2018
c716e76
README.md: Add a Windows-specific preamble
dscho Jan 10, 2014
7ee0b52
Add an issue template
shiftkey Feb 18, 2016
c78bc7d
Add a GitHub workflow to monitor component updates
dscho Sep 29, 2020
cdeff1c
Modify the GitHub Pull Request template (to reflect Git for Windows)
Dec 22, 2017
ff3e380
dependabot: help keeping GitHub Actions versions up to date
dscho Feb 6, 2024
7d30b03
Merge branch 'gitk-and-git-gui-patches'
dscho Oct 11, 2018
06b3410
Merge branch 'long-paths'
dscho Nov 15, 2018
bb9978a
Merge branch 'msys2'
dscho Nov 15, 2018
f9e4f82
SECURITY.md: document Git for Windows' policies
dscho Aug 23, 2019
3f4dc34
Merge branch 'kblees/kb/symlinks'
dscho Nov 15, 2018
0cccb94
Merge 'docker-volumes-are-no-symlinks'
dscho Oct 12, 2018
aff4426
mingw: try resetting the read-only bit if rename fails (#4527)
dscho Aug 7, 2023
7b60042
Merge pull request #1897 from piscisaureus/symlink-attr
dscho Oct 31, 2018
057c430
Merge branch 'busybox-w32'
dscho Feb 7, 2019
99f96c1
Merge branch 'wsl-file-mode-bits'
dscho Aug 7, 2023
b742d4c
Merge pull request #1170 from dscho/mingw-kill-process
dscho Oct 11, 2018
be7601e
Merge pull request #3492 from dscho/ns/batched-fsync
vdye Oct 28, 2021
440af7e
Merge branch 'un-revert-editor-save-and-reset'
dscho Jan 15, 2022
6808fa0
Merge branch 'phase-out-reset-stdin'
dscho Jun 8, 2018
b1d5f83
Merge branch 'deprecate-core.useBuiltinFSMonitor'
dscho Jan 24, 2023
5141748
Merge pull request #2837 from dscho/monitor-component-updates
dscho Oct 7, 2020
97216ef
Merge 'readme' into HEAD
dscho Jun 7, 2018
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

These merge commits were added into this branch cleanly.

There are no new changes to show.