@@ -16,6 +16,11 @@ UI, Workflows & Features
16
16
the end of the file, just like it omits blank lines before the next
17
17
function.
18
18
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
+
19
24
20
25
Performance, Internal Implementation, Development Support etc.
21
26
--------------------------------------------------------------
@@ -35,6 +40,17 @@ Performance, Internal Implementation, Development Support etc.
35
40
36
41
* Some project conventions have been added to CodingGuidelines.
37
42
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
+
38
54
39
55
Fixes since v2.46
40
56
-----------------
@@ -69,9 +85,49 @@ Fixes since v2.46
69
85
corrected.
70
86
(merge 63ad8dbf16 dh/encoding-trace-optim later to maint).
71
87
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
+
72
121
* Other code cleanup, docfix, build fix, etc.
73
122
(merge 8db8786fc2 jt/doc-post-receive-hook-update later to maint).
74
123
(merge 1c473dd6af tn/doc-commit-fix later to maint).
75
124
(merge bb0498b1bb jc/how-to-maintain-updates later to maint).
76
125
(merge 6e71d6ac7c ks/unit-test-comment-typofix later to maint).
77
126
(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