Skip to content

Commit ba998d3

Browse files
committed
Update draft release notes to 1.7.10
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d065f68 commit ba998d3

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

Documentation/RelNotes/1.7.10.txt

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,20 @@ UI, Workflows & Features
88

99
* Improved handling of views, labels and branches in git-p4 (in contrib).
1010

11+
* "git-p4" (in contrib) suffered from unnecessary merge conflicts when
12+
p4 expanded the embedded $RCS$-like keywords; it can be now told to
13+
unexpand them.
14+
15+
* Some "git-svn" updates.
16+
1117
* "vcs-svn"/"svn-fe" learned to read dumps with svn-deltas and
1218
support incremental imports.
1319

20+
* The configuration mechanism learned an "include" facility; an
21+
assignment to the include.path pseudo-variable causes the named
22+
file to be included in-place when Git looks up configuration
23+
variables.
24+
1425
* "git am" learned to pass "-b" option to underlying "git mailinfo", so
1526
that bracketed string other than "PATCH" at the beginning can be kept.
1627

@@ -60,6 +71,9 @@ Internal Implementation (please report possible regressions)
6071

6172
* The test suite supports the new "test_pause" helper function.
6273

74+
* Parallel to the test suite, there is a beginning of performance
75+
benchmarking framework.
76+
6377
* t/Makefile is adjusted to prevent newer versions of GNU make from
6478
running tests in seemingly random order.
6579

@@ -73,13 +87,22 @@ Unless otherwise noted, all the fixes since v1.7.9 in the maintenance
7387
releases are contained in this release (see release notes to them for
7488
details).
7589

90+
* The config.mak.autogen generated by optional autoconf support tried
91+
to link the binary with -lintl even when libintl.h is missing from
92+
the system.
93+
(merge a8356d4 js/configure-libintl later to maint).
94+
95+
* "git add --refresh <pathspec>" used to warn about unmerged paths
96+
outside the given pathspec.
97+
(merge 3d1f148 jc/add-refresh-unmerged later to maint).
98+
7699
* "gitweb" used to drop warnings in the log file when "heads" view is
77100
accessed in a repository whose HEAD does not point at a valid
78101
branch.
79102

80103
---
81104
exec >/var/tmp/1
82-
O=v1.7.9.1-289-g5609586
105+
O=v1.7.9.2-261-gd065f68
83106
echo O=$(git describe)
84107
git log --first-parent --oneline ^maint $O..
85108
echo

0 commit comments

Comments
 (0)