Skip to content

Commit

Permalink
Update draft release notes to 1.7.10
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Feb 7, 2012
1 parent dc347e9 commit 1276686
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Documentation/RelNotes/1.7.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ UI, Workflows & Features

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

* "vcs-svn"/"svn-fe" learned to read dumps with svn-deltas and
support incremental imports.

* "git am" learned to pass "-b" option to underlying "git mailinfo", so
that bracketed string other than "PATCH" at the beginning can be kept.

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

* "gitweb" allows intermediate entries in the directory hierarchy
that leads to a projects to be clicked, which in turn shows the
list of projects inside that directory.

Performance

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

* When asking for a tag to be pulled, "request-pull" shows the name
of the tag prefixed with "tags/"
(merge 2ad9ba0 jc/maint-request-pull-for-tag later to maint).

---
exec >/var/tmp/1
O=v1.7.9-110-g873ce7c
O=v1.7.9-187-gdc347e9
echo O=$(git describe)
git log --first-parent --oneline ^maint $O..
echo
Expand Down

0 comments on commit 1276686

Please sign in to comment.