Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
303 commits
Select commit Hold shift + click to select a range
0ab9505
http: use new "best effort" strategy for Secure Channel revoke checking
dscho Mar 4, 2020
e79815d
t5505/t5516: fix white-space around redirectors
dscho May 9, 2020
1eaae85
t3701: verify that we can add *lots* of files interactively
dscho Sep 12, 2015
6893334
vcbuild: install ARM64 dependencies when building ARM64 binaries
manbearian Feb 1, 2020
9ab3f33
vcbuild: add an option to install individual 'features'
manbearian Feb 4, 2020
4c07fec
cmake: allow building for Windows/ARM64
dennisameling Dec 4, 2020
e79df31
vcpkg_install: detect lack of Git
PhilipOakley Oct 6, 2019
73186dd
ci(vs-build) also build Windows/ARM64 artifacts
dennisameling Nov 28, 2020
b066080
commit: accept "scissors" with CR/LF line endings
lbonanomi Jun 24, 2020
3870ed7
t0014: fix indentation
jglathe Jun 2, 2020
9078dfd
git-gui: accommodate for intent-to-add files
dscho Aug 12, 2020
81f3b95
vcpkg_install: add comment regarding slow network connections
PhilipOakley Oct 6, 2019
7d91cd6
subtree: update `contrib/subtree` `test` target
vdye Aug 5, 2021
2cf4567
CMake: default Visual Studio generator has changed
PhilipOakley Jul 1, 2021
39d8a15
Add schannel to curl installation
dennisameling Dec 6, 2020
979a842
cmake(): allow setting HOST_CPU for cross-compilation
dennisameling Jul 19, 2021
7f53a0b
mingw: allow for longer paths in `parse_interpreter()`
dscho Apr 2, 2021
38ab1f0
compat/vcbuild: document preferred way to build in Visual Studio
dscho May 17, 2021
278adc2
http: optionally send SSL client certificate
pascalmuller Jun 23, 2021
79b84ad
ci: run `contrib/subtree` tests in CI builds
vdye Aug 5, 2021
67e7b94
hash-object: demonstrate a >4GB/LLP64 problem
PhilipOakley Oct 31, 2021
b756394
object-file.c: use size_t for header lengths
PhilipOakley Nov 12, 2021
141c37b
hash algorithms: use size_t for section lengths
PhilipOakley Nov 12, 2021
c980bcf
.gitignore: add Visual Studio CMakeSetting.json file
PhilipOakley Apr 24, 2021
ba32090
hash-object --stdin: verify that it works with >4GB/LLP64
PhilipOakley Dec 6, 2021
ea977e7
CMakeLists: add default "x64-windows" arch for Visual Studio
PhilipOakley Apr 22, 2021
75438de
hash-object: add another >4GB/LLP64 test case
PhilipOakley Dec 6, 2021
2a1b51d
setup: properly use "%(prefix)/" when in WSL
derrickstolee Apr 13, 2022
47c7ebc
CMake: show Win32 and Generator_platform build-option values
PhilipOakley May 10, 2021
12e8ed0
hash-object: add a >4GB/LLP64 test case using filtered input
PhilipOakley Dec 7, 2021
d27654c
compat/mingw.c: do not warn when failing to get owner
derrickstolee Apr 13, 2022
01fd0c6
mingw: $env:TERM="xterm-256color" for newer OSes
rkitover Apr 12, 2022
0150490
winansi: check result and Buffer before using Name
1480c1 May 28, 2022
d3c2c74
Add config option `windows.appendAtomically`
sunzhuoshi Jan 15, 2022
e3bb377
mingw: change core.fsyncObjectFiles = 1 by default
dscho Sep 4, 2017
a218225
MinGW: link as terminal server aware
rimrul Jul 10, 2022
be3c3d7
Fix Windows version resources
Mortein Nov 2, 2022
be899fe
status: fix for old-style submodules with commondir
sceptical-coder Oct 28, 2022
4e98b9b
mingw: stop hard-coding `CC = gcc`
dscho Nov 23, 2025
ee99a7c
mingw: drop the -D_USE_32BIT_TIME_T option
dscho Nov 21, 2025
5dfb8d9
mingw: only use -Wl,--large-address-aware for 32-bit builds
dscho Nov 21, 2025
10bfa90
mingw: avoid over-specifying `--pic-executable`
dscho Nov 21, 2025
298ff81
mingw: set the prefix and HOST_CPU as per MSYS2's settings
dscho Nov 21, 2025
4bf9419
mingw: only enable the MSYS2-specific stuff when compiling in MSYS2
dscho Nov 21, 2025
222947b
mingw: rely on MSYS2's metadata instead of hard-coding it
dscho Nov 21, 2025
58719bb
mingw: always define `ETC_*` for MSYS2 environments
dscho Nov 21, 2025
56d2302
mingw: ensure valid CTYPE
dscho Feb 21, 2017
505d490
windows: skip linking `git-<command>` for built-ins
dscho Jan 27, 2023
47d7ce7
max_tree_depth: lower it for clang builds in general on Windows
dscho Nov 21, 2025
634b978
Merge branch 'dscho-avoid-d-f-conflict-in-vs-master'
dscho Apr 13, 2021
3236403
clink.pl: fix libexpatd.lib link error when using MSVC
jeffhostetler Mar 30, 2021
2776758
Makefile: clean up .ilk files when MSVC=1
jeffhostetler Apr 5, 2021
3c3cd2b
vcbuild: add support for compiling Windows resource files
jeffhostetler Apr 5, 2021
2e2f698
config.mak.uname: add git.rc to MSVC builds
jeffhostetler Apr 5, 2021
d1d783f
mingw: allow `git.exe` to be used instead of the "Git wrapper"
dscho Jan 31, 2020
807ffc6
clink.pl: ignore no-stack-protector arg on MSVC=1 builds
jeffhostetler Apr 5, 2021
4f767c3
mingw: ignore HOMEDRIVE/HOMEPATH if it points to Windows' system dire…
dscho Aug 25, 2020
e8fb572
http: optionally load libcurl lazily
dscho May 6, 2023
7f75726
http: support lazy-loading libcurl also on Windows
dscho May 7, 2023
3d7685d
clink.pl: move default linker options for MSVC=1 builds
jeffhostetler Apr 5, 2021
6f319a4
http: when loading libcurl lazily, allow for multiple SSL backends
dscho May 7, 2023
8000293
cmake: install headless-git.
Berrysoft Mar 11, 2023
edeb8fc
git.rc: include winuser.h
rimrul Dec 2, 2023
c17d3cb
mingw: do load libcurl dynamically by default
dscho May 7, 2023
8deeb1d
Add a GitHub workflow to verify that Git/Scalar work in Nano Server
dscho Nov 2, 2022
d793256
mingw: suggest `windows.appendAtomically` in more cases
dsl101 Jul 28, 2023
9868204
win32: use native ANSI sequence processing, if possible
dscho Nov 22, 2023
662e2b1
common-main.c: fflush stdout buffer upon exit
chengzhuo5 Apr 8, 2024
28220a9
t5601/t7406(mingw): do run tests with symlink support
dscho Apr 9, 2024
ebafe20
win32: ensure that `localtime_r()` is declared even in i686 builds
dscho May 21, 2024
3931746
survey: stub in new experimental 'git-survey' command
Apr 29, 2024
19c4520
survey: add command line opts to select references
Apr 29, 2024
f22c068
survey: start pretty printing data in table form
derrickstolee Sep 1, 2024
82d00d3
survey: add object count summary
derrickstolee Sep 2, 2024
0ffc3fb
Fallback to AppData if XDG_CONFIG_HOME is unset
ariellourenco Jul 2, 2024
57dc6fe
run-command: be helpful with Git LFS fails on Windows 7
dscho Jul 4, 2024
6d45db5
revision: create mark_trees_uninteresting_dense()
derrickstolee Sep 6, 2024
c8050f6
ci: work around a problem with HTTP/2 vs libcurl v8.10.0
dscho Sep 24, 2024
fee3aa1
survey: summarize total sizes by object type
derrickstolee Sep 2, 2024
997a7f8
survey: show progress during object walk
derrickstolee Sep 2, 2024
7694f25
mingw: make sure `errno` is set correctly when socket operations fail
dscho Nov 14, 2019
45c38ff
survey: add ability to track prioritized lists
derrickstolee Sep 2, 2024
6fe1792
compat/mingw: handle WSA errors in strerror
rimrul Dec 22, 2024
fbbd392
survey: add report of "largest" paths
derrickstolee Sep 2, 2024
6c78e58
compat/mingw: drop outdated comment
rimrul Dec 22, 2024
e15b0f3
survey: add --top=<N> option and config
derrickstolee Sep 23, 2024
9bd8b6d
t0301: actually test credential-cache on Windows
rimrul Dec 29, 2024
1c4faa6
survey: clearly note the experimental nature in the output
dscho Jul 1, 2024
ff27f65
credential-cache: handle ECONNREFUSED gracefully
rimrul Dec 22, 2024
618c1a4
Merge 'remote-hg-prerequisites' into HEAD
dscho Jun 8, 2018
61903c6
Merge branch 'drive-prefix'
dscho Jun 8, 2018
75df29e
reftable: do make sure to use custom allocators
dscho Mar 6, 2025
c5e1523
check-whitespace: avoid alerts about upstream commits
dscho Jun 3, 2025
d79dace
t/t5571-prep-push-hook.sh: Add test with writing to stderr
t-b Jan 26, 2026
4cd258c
Merge branch 'dont-clean-junctions'
dscho Jul 30, 2019
a062e95
Merge branch 'msys2-python'
dscho May 31, 2019
4adf5e3
Update mimalloc to v2.2.7 (#6048)
dscho Jan 19, 2026
27c9cb2
Merge pull request #2375 from assarbad/reintroduce-sideband-config
dscho Oct 30, 2019
78a487b
Merge pull request #2488 from bmueller84/master
dscho Jan 22, 2020
2fe3221
Merge pull request #2501 from jeffhostetler/clink-debug-curl
dscho Jan 30, 2020
5bfc13c
Merge pull request #2504 from dscho/access-repo-via-junction
dscho Feb 1, 2020
8143b15
Merge pull request #2535 from dscho/schannel-revoke-best-effort
dscho Mar 4, 2020
1e759ad
Merge pull request #2618 from dscho/avoid-d/f-conflict-in-vs/master
dscho May 9, 2020
dbaab26
Merge 'add-p-many-files'
dscho Jun 8, 2018
6432774
Merge pull request #2714 from lbonanomi/crlf-scissors
dscho Jul 3, 2020
0ac7757
Merge pull request #2655 from jglathe/jg/t0014_trace_extra_info
dscho Oct 9, 2020
02cbe26
Merge 'git-gui/js/intent-to-add'
dscho Oct 18, 2020
726e592
Merge pull request #2351 from PhilipOakley/vcpkg-tip
dscho Oct 7, 2019
6989044
Merge pull request #2915 from dennisameling/windows-arm64-support
dscho Dec 9, 2020
1b9d977
Merge pull request #3327 from dennisameling/fix-host-cpu
dscho Jul 19, 2021
5c0926b
Merge pull request #3165 from dscho/increase-allowed-length-of-interp…
dscho Apr 3, 2021
ff1ef3e
Merge pull request #3220 from dscho/there-is-no-vs/master-anymore
dscho May 17, 2021
ec8534c
Merge pull request #3293 from pascalmuller/http-support-automatically…
dscho Jun 24, 2021
110b167
Merge pull request #3349 from vdye/feature/ci-subtree-tests
dscho Aug 10, 2021
2433cd4
Merge pull request #3306 from PhilipOakley/vs-sln
dscho Oct 12, 2021
ee01a66
Merge pull request #3533 from PhilipOakley/hashliteral_t
dscho Dec 15, 2021
74f06ad
Merge pull request #3791: Various fixes around `safe.directory`
derrickstolee Apr 13, 2022
3efc561
Merge pull request #3751 from rkitover/native-term
dscho Apr 21, 2022
49a54e1
Merge pull request #3875 from 1480c1/wine/detect_msys_tty
dscho May 30, 2022
44ce36c
Merge branch 'optionally-dont-append-atomically-on-windows'
dscho Jun 23, 2022
7a087e0
Merge branch 'fsync-object-files-always'
dscho Oct 11, 2018
04eafd0
Merge pull request #3942 from rimrul/mingw-tsaware
dscho Jul 27, 2022
31bcf29
Fix Windows version resources (#4092)
dscho Nov 3, 2022
235716d
Fix global repository field not being cleared (#4083)
dscho Dec 20, 2022
8adf966
Skip linking the "dashed" `git-<command>`s for built-ins (#4252)
dscho Jan 31, 2023
0ede355
Add full `mingw-w64-git` (i.e. regular MSYS2 ecosystem) support (#5971)
dscho Nov 25, 2025
65bffa2
Merge pull request #2506 from dscho/issue-2283
dscho Feb 11, 2020
96b5c58
Merge pull request #2974 from derrickstolee/maintenance-and-headless
dscho Jan 11, 2021
8b753e2
ARM64: Embed manifest properly (#4718)
dscho Dec 7, 2023
5e7e72b
Lazy load libcurl, allowing for an SSL/TLS backend-specific libcurl (…
dscho May 15, 2023
e223df5
Merge branch 'nano-server'
dscho Aug 7, 2023
26127c0
Additional error checks for issuing the windows.appendAtomically warn…
dscho Aug 7, 2023
0d77daa
win32: use native ANSI sequence processing, if possible (#4700)
dscho Dec 2, 2023
1495567
common-main.c: fflush stdout buffer when exit (#4901)
dscho Apr 12, 2024
8b5fc78
Merge branch 'run-t5601-and-t7406-with-symlinks-on-windows-10'
dscho Jul 12, 2024
089407c
Merge branch 'Fix-i686-build-with-GCC-v14'
dscho Jul 12, 2024
e555cc0
Merge branch 'Fallback-to-AppData-if-XDG-CONFIG-HOME-is-unset'
dscho Jul 12, 2024
da1d677
Merge branch 'run-command-be-helpful-when-Git-LFS-fails-on-Windows-7'
dscho Jul 12, 2024
b27729e
pack-objects: create new name-hash algorithm (#5157)
dscho Sep 24, 2024
fe741e9
Add path walk API and its use in 'git pack-objects' (#5171)
derrickstolee Sep 25, 2024
d8b13f1
Add experimental 'git survey' builtin (#5174)
dscho Sep 26, 2024
72cc152
credential-cache: handle ECONNREFUSED gracefully (#5329)
dscho Jan 1, 2025
1fd8574
Merge branch 'reftable-vs-custom-allocators'
dscho Jun 2, 2025
b1ccc38
Merge branch 'check-whitespace-only-downstream'
dscho Jun 3, 2025
b7605e3
t/t5571-prep-push-hook.sh: Add test with writing to stderr (#6063)
dscho Jan 27, 2026
dcafedd
git-svn: mark it as unsupported by the Git for Windows project
dscho Nov 3, 2025
4e6e6d8
Merge branch 'ready-for-upstream'
dscho Oct 11, 2018
13f6cc2
ci(macos): skip the `git p4` tests
dscho Nov 13, 2025
9832b28
git-svn: mark it as unsupported by the Git for Windows project (#5923)
dscho Nov 4, 2025
36806f5
ci(macos): skip the `git p4` tests (#5954)
dscho Nov 14, 2025
86c0c24
Win32: make FILETIME conversion functions public
kblees Jul 6, 2013
9ebeafd
Win32: dirent.c: Move opendir down
kblees Sep 8, 2013
adb55ca
mingw: make the dirent implementation pluggable
kblees Sep 8, 2013
3af31fe
Win32: make the lstat implementation pluggable
kblees Sep 8, 2013
2eae55f
mingw: add infrastructure for read-only file system level caches
kblees Sep 8, 2013
2a24970
git-gui--askyesno: fix funny text wrapping
dscho Sep 20, 2017
efb2db1
mingw: add a cache below mingw's lstat and dirent implementations
kblees Oct 1, 2013
2f254b4
git-gui--askyesno (mingw): use Git for Windows' icon, if available
dscho Sep 20, 2017
c7bec34
fscache: load directories only once
kblees Jun 24, 2014
e1956bf
Merge branch 'git-gui-askyesno'
dscho Jun 8, 2018
1d27d42
fscache: add key for GIT_TRACE_FSCACHE
jeffhostetler Jan 24, 2017
9de01b7
fscache: remember not-found directories
jeffhostetler Dec 13, 2016
e5da8f7
fscache: add a test for the dir-not-found optimization
dscho Jan 25, 2017
e56081b
add: use preload-index and fscache for performance
jeffhostetler Nov 22, 2016
957859f
dir.c: make add_excludes aware of fscache during status
jeffhostetler Nov 1, 2017
4cc5912
fscache: make fscache_enabled() public
jeffhostetler Dec 20, 2017
2fe9937
dir.c: regression fix for add_excludes with fscache
jeffhostetler Dec 20, 2017
deaa5a5
fetch-pack.c: enable fscache for stats under .git/objects
Nov 22, 2017
f04f932
checkout.c: enable fscache for checkout again
Jan 30, 2018
e077398
Enable the filesystem cache (fscache) in refresh_index().
benpeart Sep 7, 2018
12f3aea
fscache: use FindFirstFileExW to avoid retrieving the short name
benpeart Oct 23, 2018
5b6d26d
fscache: add GIT_TEST_FSCACHE support
benpeart Oct 4, 2018
c92f2f7
mem_pool: add GIT_TRACE_MEMPOOL support
benpeart Oct 4, 2018
7fd352f
fscache: add fscache hit statistics
benpeart Sep 25, 2018
df825b4
fscache: fscache takes an initial size
benpeart Nov 2, 2018
35dc411
unpack-trees: enable fscache for sparse-checkout
derrickstolee Jun 12, 2019
4156ddb
status: disable and free fscache at the end of the status command
benpeart Nov 1, 2018
b0a8876
fscache: update fscache to be thread specific instead of global
benpeart Oct 4, 2018
5ca9771
fscache: teach fscache to use mempool
benpeart Nov 2, 2018
c77679e
fscache: remember the reparse tag for each entry
dscho Dec 11, 2018
ff0f9f5
fscache: make fscache_enable() thread safe
benpeart Nov 16, 2018
2b58132
fscache: implement an FSCache-aware is_mount_point()
dscho Dec 11, 2018
a56b371
fscache: teach fscache to use NtQueryDirectoryFile
benpeart Nov 15, 2018
6b3bfd4
clean: make use of FSCache
dscho Dec 11, 2018
cc3a447
Merge branch 'fscache'
dscho Nov 15, 2018
e47ea2e
Merge pull request #1909 from benpeart/free-fscache-after-status-gfw
dscho Nov 5, 2018
16e5854
Merge remote-tracking branch 'benpeart/fscache-per-thread-gfw'
dscho Nov 16, 2018
945ef1b
Merge branch 'dont-clean-junctions-fscache'
dscho Jul 23, 2019
3e6d7bf
pack-objects (mingw): demonstrate a segmentation fault with large deltas
vangdfang Jan 9, 2014
ca4facf
mingw: support long paths
kblees Jul 28, 2015
cec2820
win32(long path support): leave drive-less absolute paths intact
dscho Sep 6, 2023
6ab60ee
mingw: Support `git_terminal_prompt` with more terminals
kblees Mar 19, 2015
24b67bd
mingw: introduce code to detect whether we're inside a Windows container
zcube Apr 23, 2018
5b3d5e5
compat/fsmonitor/fsm-*-win32: support long paths
jeffhostetler Mar 25, 2022
c620de3
compat/terminal.c: only use the Windows console if bash 'read -r' fails
kblees May 9, 2015
a0180b7
mingw: when running in a Windows container, try to rename() harder
zcube Apr 23, 2018
f481f5f
clean: suggest using `core.longPaths` if paths are too long to remove
mathstuf Apr 22, 2022
b271aab
mingw (git_terminal_prompt): do fall back to CONIN$/CONOUT$ method
dscho Feb 23, 2018
b3e667d
Win32: symlink: move phantom symlink creation to a separate function
piscisaureus Oct 26, 2018
cadb287
Introduce helper to create symlinks that knows about index_state
dscho Feb 11, 2019
5e858ed
mingw: move the file_attr_to_st_mode() function definition
zcube Apr 23, 2018
5257028
mingw: allow to specify the symlink type in .gitattributes
piscisaureus Oct 26, 2018
2262179
mingw: explicitly specify with which cmd to prefix the cmdline
dscho Jul 20, 2017
bf309da
mingw: Windows Docker volumes are *not* symbolic links
dscho Apr 23, 2018
56329c8
mingw: work around rename() failing on a read-only file
dsl101 Jul 28, 2023
c7b3632
Win32: symlink: add test for `symlink` attribute
piscisaureus Oct 26, 2018
8cad447
mingw: when path_lookup() failed, try BusyBox
dscho Jul 20, 2017
a7aaba9
test-tool: learn to act as a drop-in replacement for `iconv`
dscho Jul 20, 2017
7b017d4
tests(mingw): if `iconv` is unavailable, use `test-helper --iconv`
dscho Jul 20, 2017
13eb857
gitattributes: mark .png files as binary
dscho Oct 11, 2018
1733d47
tests: move test PNGs into t/lib-diff/
dscho Aug 5, 2017
ef9b24f
tests: only override sort & find if there are usable ones in /usr/bin/
dscho Jul 17, 2017
6e6763c
tests: use the correct path separator with BusyBox
dscho Nov 19, 2018
1656ddf
mingw: only use Bash-ism `builtin pwd -W` when available
dscho Jun 29, 2017
469062d
tests (mingw): remove Bash-specific pwd option
dscho Jun 30, 2017
2cd0eba
test-lib: add BUSYBOX prerequisite
dscho Jul 19, 2017
5363a21
t5003: use binary file from t/lib-diff/
dscho Aug 5, 2017
4e3ac29
t5532: workaround for BusyBox on Windows
dscho Jul 21, 2017
315c872
t5605: special-case hardlink test for BusyBox-w32
dscho Jul 21, 2017
2103934
t5813: allow for $PWD to be a Windows path
dscho Jul 5, 2017
f9a8ba5
t9200: skip tests when $PWD contains a colon
dscho Jul 7, 2017
fb5c468
mingw: optionally enable wsl compability file mode bits
swigger Jun 7, 2023
c603bf2
mingw: kill child processes in a gentler way
dscho May 17, 2017
3959306
mingw: really handle SIGINT
dscho Apr 22, 2018
07c3c77
Partially un-revert "editor: save and reset terminal after calling ED…
dscho Nov 25, 2021
098d292
Describe Git for Windows' architecture [no ci]
dscho Feb 13, 2023
23b16ad
Modify the Code of Conduct for Git for Windows
dscho Oct 11, 2019
176c3df
CONTRIBUTING.md: add guide for first-time contributors
derrickstolee Mar 1, 2018
6661b4c
README.md: Add a Windows-specific preamble
dscho Jan 10, 2014
cd97859
Add a GitHub workflow to monitor component updates
dscho Sep 29, 2020
0dc4938
Add an issue template
shiftkey Feb 18, 2016
059e4a9
reset: reinstate support for the deprecated --stdin option
dscho Dec 10, 2019
2a30c2b
fsmonitor: reintroduce core.useBuiltinFSMonitor
vdye Apr 4, 2022
3427f45
dependabot: help keeping GitHub Actions versions up to date
dscho Feb 6, 2024
d6547aa
Merge branch 'gitk-and-git-gui-patches'
dscho Oct 11, 2018
9dfe22e
Merge branch 'long-paths'
dscho Nov 15, 2018
fcc0e8e
Modify the GitHub Pull Request template (to reflect Git for Windows)
Dec 22, 2017
90cdbf4
Merge branch 'msys2'
dscho Nov 15, 2018
75acb20
SECURITY.md: document Git for Windows' policies
dscho Aug 23, 2019
cd75374
Merge 'docker-volumes-are-no-symlinks'
dscho Oct 12, 2018
5cd82ea
mingw: try resetting the read-only bit if rename fails (#4527)
dscho Aug 7, 2023
480e49d
Merge pull request #1897 from piscisaureus/symlink-attr
dscho Oct 31, 2018
b6adf7f
Merge branch 'busybox-w32'
dscho Feb 7, 2019
5f7201b
Merge branch 'wsl-file-mode-bits'
dscho Aug 7, 2023
c19108c
Merge pull request #1170 from dscho/mingw-kill-process
dscho Oct 11, 2018
8e98c97
Merge branch 'un-revert-editor-save-and-reset'
dscho Jan 15, 2022
68c2c1f
Merge branch 'phase-out-reset-stdin'
dscho Jun 8, 2018
f5935cb
Merge branch 'deprecate-core.useBuiltinFSMonitor'
dscho Jan 24, 2023
ff8ffb1
Merge pull request #2837 from dscho/monitor-component-updates
dscho Oct 7, 2020
a5512bd
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
12 changes: 6 additions & 6 deletions Documentation/RelNotes/2.53.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ UI, Workflows & Features

* Add a new manual that describes the data model.

* "git fast-import" learns "--strip-if-invalid" option to drop
invalid cryptographic signature from objects.
* "git fast-import" learns "--signed-commits=strip-if-invalid" option
to drop invalid cryptographic signature from objects.

* The use of "revision" (a connected set of commits) has been
clarified in the "git replay" documentation.
Expand Down Expand Up @@ -64,13 +64,13 @@ Performance, Internal Implementation, Development Support etc.

* "make strip" has been taught to strip "scalar" as well as "git".

* Dockerised jobs at the GitHub Actions CI have been taught to show
* Dockerized jobs at the GitHub Actions CI have been taught to show
more details of failed tests.

* Code refactoring around object database sources.

* Halve the memory consumed by artificial filepairs created during
"git diff --find-copioes-harder", also making the operation run
"git diff --find-copies-harder", also making the operation run
faster.

* The "git_istream" abstraction has been revamped to make it easier
Expand Down Expand Up @@ -138,7 +138,7 @@ Fixes since v2.52
(merge 42ed046866 jk/attr-macroexpand-wo-recursion later to maint).

* Adding a repository that uses a different hash function is a no-no,
but "git submodule add" did nt prevent it, which has been corrected.
but "git submodule add" did not prevent it, which has been corrected.
(merge 6fe288bfbc bc/submodule-force-same-hash later to maint).

* An earlier check added to osx keychain credential helper to avoid
Expand All @@ -159,7 +159,7 @@ Fixes since v2.52
* Test leakfix.
(merge 14b561e768 jk/test-mktemp-leakfix later to maint).

* Update a version of action used at the GitHub Actrions CI.
* Update a version of action used at the GitHub Actions CI.
(merge cd99203f86 js/ci-github-setup-go-update later to maint).

* The "return errno = EFOO, -1" construct, which is heavily used in
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

DEF_VER=v2.53.0-rc2
DEF_VER=v2.53.0

LF='
'
Expand Down
Loading
Loading