Skip to content

Commit f3f4077

Browse files
committed
Post 2.3 cycle (batch #3)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 74f45df commit f3f4077

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

RelNotes

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ UI, Workflows & Features
2525
push" when updating the branch that is checked out can now be
2626
tweaked by push-to-checkout hook.
2727

28+
* Using environment variable LANGUAGE and friends on the client side,
29+
HTTP-based transports now send Accept-Language when making requests.
30+
2831

2932
Performance, Internal Implementation, Development Support etc.
3033

@@ -110,3 +113,31 @@ notes for details).
110113
* "git fetch" over a remote-helper that cannot respond to "list"
111114
command could not fetch from a symbolic reference e.g. HEAD.
112115
(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

Comments
 (0)