@@ -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+
2936Performance
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---
91102exec >/var/tmp/1
92- O=v1.7.9-110-g873ce7c
103+ O=v1.7.9-187-gdc347e9
93104echo O=$(git describe)
94105git log --first-parent --oneline ^maint $O..
95106echo
0 commit comments