Skip to content

Commit 5135fef

Browse files
committed
Post 2.3 cycle (batch #7)
Signed-off-by: Junio C Hamano <[email protected]>
1 parent fcf04ee commit 5135fef

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

RelNotes

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Performance, Internal Implementation, Development Support etc.
8484
(merge 0b868f0 sb/hex-object-name-is-at-most-41-bytes-long later to maint).
8585
(merge 5d30851 dp/remove-duplicated-header-inclusion later to maint).
8686

87+
* Simplify the ref transaction API around how "the ref should be
88+
pointing at this object" is specified.
8789

8890

8991
Also contains various documentation updates and code clean-ups.
@@ -246,3 +248,21 @@ notes for details).
246248
--index/--cached) or the current directory (when used as a
247249
replacement for GNU patch).
248250
(merge e0d201b jc/apply-beyond-symlink later to maint).
251+
252+
* A breakage to git-svn around v2.2 era that triggers premature
253+
closing of FileHandle has been corrected.
254+
(merge e426311 ew/svn-maint-fixes later to maint).
255+
256+
* We did not parse username followed by literal IPv6 address in SSH
257+
transport URLs, e.g. ssh://user@[2001:db8::1]:22/repo.git
258+
correctly.
259+
(merge 3f55cca tb/connect-ipv6-parse-fix later to maint).
260+
261+
* The configuration variable 'mailinfo.scissors' was hard to
262+
discover in the documentation.
263+
(merge afb5de7 mm/am-c-doc later to maint).
264+
265+
* Code cleanups.
266+
(merge 2ce63e9 rs/simple-cleanups later to maint).
267+
(merge 33baa69 rj/no-xopen-source-for-cygwin later to maint).
268+
(merge 817d03e jc/diff-test-updates later to maint).

0 commit comments

Comments
 (0)