Skip to content

Commit 222433e

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

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

Documentation/RelNotes/1.7.10.txt

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@ UI, Workflows & Features
1111
to be the localization coordinator. An initial set of translated
1212
messages for simplified chinese is available.
1313

14-
* Improved handling of views, labels and branches in git-p4 (in contrib).
15-
16-
* "git-p4" (in contrib) suffered from unnecessary merge conflicts when
17-
p4 expanded the embedded $RCS$-like keywords; it can be now told to
18-
unexpand them.
19-
20-
* Some "git-svn" updates.
21-
22-
* "vcs-svn"/"svn-fe" learned to read dumps with svn-deltas and
23-
support incremental imports.
24-
2514
* The configuration mechanism learned an "include" facility; an
2615
assignment to the include.path pseudo-variable causes the named
2716
file to be included in-place when Git looks up configuration
@@ -31,6 +20,10 @@ UI, Workflows & Features
3120
recorded contents "more useful", and allowed to fail; a filter can
3221
new optionally be marked as "required".
3322

23+
* Options whose names begin with "--no-" (e.g. the "--no-verify"
24+
option of the "git commit" command) can be negated by omitting
25+
"no-" from its name, e.g. "git commit --verify".
26+
3427
* "git am" learned to pass "-b" option to underlying "git mailinfo", so
3528
that bracketed string other than "PATCH" at the beginning can be kept.
3629

@@ -47,6 +40,9 @@ UI, Workflows & Features
4740
* "diff-highlight" filter (in contrib/) was updated to produce more
4841
aesthetically pleasing output.
4942

43+
* "fsck" learned "--no-dangling" option to omit dangling object
44+
information.
45+
5046
* "git merge" in an interactive session learned to spawn the editor
5147
by default to let the user edit the auto-generated merge message,
5248
to encourage people to explain their merges better. Legacy scripts
@@ -68,6 +64,19 @@ UI, Workflows & Features
6864
needed (including the ones that are not necessary for a specific
6965
task).
7066

67+
Foreign Interface
68+
69+
* Improved handling of views, labels and branches in git-p4 (in contrib).
70+
71+
* "git-p4" (in contrib) suffered from unnecessary merge conflicts when
72+
p4 expanded the embedded $RCS$-like keywords; it can be now told to
73+
unexpand them.
74+
75+
* Some "git-svn" updates.
76+
77+
* "vcs-svn"/"svn-fe" learned to read dumps with svn-deltas and
78+
support incremental imports.
79+
7180
Performance
7281

7382
* During "git upload-pack" in response to "git fetch", unnecessary calls
@@ -143,7 +152,7 @@ details).
143152

144153
---
145154
exec >/var/tmp/1
146-
O=v1.7.9.2-347-gbfabdfe
155+
O=v1.7.9.2-358-g64d1544
147156
echo O=$(git describe)
148157
git log --first-parent --oneline ^maint $O..
149158
echo

0 commit comments

Comments
 (0)