Skip to content

Commit 477ce5c

Browse files
committed
The fourth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d639123 commit 477ce5c

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

Documentation/RelNotes/2.47.0.txt

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ UI, Workflows & Features
1616
the end of the file, just like it omits blank lines before the next
1717
function.
1818

19+
* The value of http.proxy can have "path" at the end for a socks
20+
proxy that listens to a unix-domain socket, but we started to
21+
discard it when we taught proxy auth code path to use the
22+
credential helpers, which has been corrected.
23+
1924

2025
Performance, Internal Implementation, Development Support etc.
2126
--------------------------------------------------------------
@@ -35,6 +40,17 @@ Performance, Internal Implementation, Development Support etc.
3540

3641
* Some project conventions have been added to CodingGuidelines.
3742

43+
* In the refs subsystem, implicit reliance of the_repository has been
44+
eliminated; the repository associated with the ref store object is
45+
used instead.
46+
47+
* Various tests in reftable library have been rewritten using the unit test
48+
framework.
49+
50+
* A test that fails on an unusually slow machine was found, and made
51+
less likely to cause trouble by lengthening the expiry value it
52+
uses.
53+
3854

3955
Fixes since v2.46
4056
-----------------
@@ -69,9 +85,49 @@ Fixes since v2.46
6985
corrected.
7086
(merge 63ad8dbf16 dh/encoding-trace-optim later to maint).
7187

88+
* More leakfixes.
89+
(merge f30bfafcd4 ps/leakfixes-part-3 later to maint).
90+
91+
* The credential helper to talk to OSX keychain sometimes sent
92+
garbage bytes after the username, which has been corrected.
93+
(merge b201316835 jk/osxkeychain-username-is-nul-terminated later to maint).
94+
95+
* A recent update broke "git ls-remote" used outside a repository,
96+
which has been corrected.
97+
(merge 9e89dcb66a ps/ls-remote-out-of-repo-fix later to maint).
98+
99+
* The patch parser in 'git apply' has been a bit more lenient against
100+
unexpected mode bits, like 100664, recorded on extended header lines.
101+
(merge e95d515141 jk/apply-patch-mode-check-fix later to maint).
102+
103+
* "git config --value=foo --fixed-value section.key newvalue" barfed
104+
when the existing value in the configuration file used the
105+
valueless true syntax, which has been corrected.
106+
(merge 615d2de3b4 tb/config-fixed-value-with-valueless-true later to maint).
107+
108+
* The patch parser in "git patch-id" has been tightened to avoid
109+
getting confused by lines that look like a patch header in the log
110+
message.
111+
(merge a6e9429f72 jc/patch-id later to maint).
112+
113+
* "git reflog expire" failed to honor annotated tags when computing
114+
reachable commits.
115+
(merge 5133ead528 jc/reflog-expire-lookup-commit-fix later to maint).
116+
117+
* A flakey test and incorrect calls to strtoX() functions have been
118+
fixed.
119+
(merge ec60bb9fc4 kl/test-fixes later to maint).
120+
72121
* Other code cleanup, docfix, build fix, etc.
73122
(merge 8db8786fc2 jt/doc-post-receive-hook-update later to maint).
74123
(merge 1c473dd6af tn/doc-commit-fix later to maint).
75124
(merge bb0498b1bb jc/how-to-maintain-updates later to maint).
76125
(merge 6e71d6ac7c ks/unit-test-comment-typofix later to maint).
77126
(merge 63ee933383 ps/p4-tests-updates later to maint).
127+
(merge 7c7516b8db jc/jl-git-no-advice-fix later to maint).
128+
(merge c3d034df16 jc/leakfix-hashfile later to maint).
129+
(merge d98d9c77e5 jc/leakfix-mailmap later to maint).
130+
(merge c199707496 jr/ls-files-expand-literal-doc later to maint).
131+
(merge e2e373ba82 ss/packed-ref-store-leakfix later to maint).
132+
(merge 0c4d5aa22d rs/use-decimal-width later to maint).
133+
(merge 67be8c4de5 jc/document-use-of-local later to maint).

0 commit comments

Comments
 (0)