Skip to content

Commit 1276686

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

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Documentation/RelNotes/1.7.10.txt

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

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

11+
* "vcs-svn"/"svn-fe" learned to read dumps with svn-deltas and
12+
support incremental imports.
13+
1114
* "git am" learned to pass "-b" option to underlying "git mailinfo", so
1215
that bracketed string other than "PATCH" at the beginning can be kept.
1316

@@ -26,6 +29,10 @@ UI, Workflows & Features
2629
to encourage people to explain their merges better. Legacy scripts
2730
can export MERGE_AUTOEDIT=no to retain the historical behaviour.
2831

32+
* "gitweb" allows intermediate entries in the directory hierarchy
33+
that leads to a projects to be clicked, which in turn shows the
34+
list of projects inside that directory.
35+
2936
Performance
3037

3138
* During "git upload-pack" in respose to "git fetch", unnecessary calls
@@ -87,9 +94,13 @@ details).
8794
"-l/-L" to miscount the hits.
8895
(merge 50dd0f2 tr/grep-l-with-decoration later to maint).
8996

97+
* When asking for a tag to be pulled, "request-pull" shows the name
98+
of the tag prefixed with "tags/"
99+
(merge 2ad9ba0 jc/maint-request-pull-for-tag later to maint).
100+
90101
---
91102
exec >/var/tmp/1
92-
O=v1.7.9-110-g873ce7c
103+
O=v1.7.9-187-gdc347e9
93104
echo O=$(git describe)
94105
git log --first-parent --oneline ^maint $O..
95106
echo

0 commit comments

Comments
 (0)