Skip to content

Commit bca92e8

Browse files
committed
Sixth batch for 2.7
Signed-off-by: Junio C Hamano <[email protected]>
1 parent f0d2f73 commit bca92e8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Documentation/RelNotes/2.7.0.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ Performance, Internal Implementation, Development Support etc.
7474
ref-filter API that is shared with "git tag" and "git
7575
for-each-ref".
7676

77+
* The test for various line-ending conversions has been enhanced.
78+
79+
* A few test scripts around "git p4" have been improved for
80+
portability.
81+
82+
* Many allocations that is manually counted (correctly) that are
83+
followed by strcpy/sprintf have been replaced with a less error
84+
prone constructs such as xstrfmt.
85+
7786

7887
Also contains various documentation updates and code clean-ups.
7988

@@ -217,7 +226,7 @@ notes for details).
217226

218227
* Code clean-up and minor fixes.
219228
(merge 15ed07d jc/rerere later to maint).
220-
(merge b744767 pt/pull-builtin later to maint).
229+
(merge e7a7401 pt/pull-builtin later to maint).
221230
(merge 29bc480 nd/ls-remote-does-not-have-u-option later to maint).
222231
(merge be510e0 jk/asciidoctor-section-heading-markup-fix later to maint).
223232
(merge 83e6bda tk/typofix-connect-unknown-proto-error later to maint).

0 commit comments

Comments
 (0)