@@ -25,6 +25,9 @@ UI, Workflows & Features
25
25
push" when updating the branch that is checked out can now be
26
26
tweaked by push-to-checkout hook.
27
27
28
+ * Using environment variable LANGUAGE and friends on the client side,
29
+ HTTP-based transports now send Accept-Language when making requests.
30
+
28
31
29
32
Performance, Internal Implementation, Development Support etc.
30
33
@@ -110,3 +113,31 @@ notes for details).
110
113
* "git fetch" over a remote-helper that cannot respond to "list"
111
114
command could not fetch from a symbolic reference e.g. HEAD.
112
115
(merge 33cae54 mh/deref-symref-over-helper-transport later to maint).
116
+
117
+ * "git push --signed" gave an incorrectly worded error message when
118
+ the other side did not support the capability.
119
+ (merge 45917f0 jc/push-cert later to maint).
120
+
121
+ * We didn't format an integer that wouldn't fit in "int" but in
122
+ "uintmax_t" correctly.
123
+ (merge d306f3d jk/decimal-width-for-uintmax later to maint).
124
+
125
+ * Reading configuration from a blob object, when it ends with a lone
126
+ CR, use to confuse the configuration parser.
127
+ (merge 1d0655c jk/config-no-ungetc-eof later to maint).
128
+
129
+ * The pack bitmap support did not build with older versions of GCC.
130
+ (merge bd4e882 jk/pack-bitmap later to maint).
131
+
132
+ * The documentation wasn't clear that "remote.<nick>.pushURL" and
133
+ "remote.<nick>.URL" are there to name the same repository accessed
134
+ via different transports, not two separate repositories.
135
+ (merge 697f652 jc/remote-set-url-doc later to maint).
136
+
137
+ * Older GnuPG implementations may not correctly import the keyring
138
+ material we prepare for the tests to use.
139
+ (merge 1f985d6 ch/new-gpg-drops-rfc-1991 later to maint).
140
+
141
+ * The credential helper for Windows (in contrib/) used to mishandle
142
+ a user name with an at-sign in it.
143
+ (merge 13d261e av/wincred-with-at-in-username-fix later to maint).
0 commit comments