@@ -8,6 +8,9 @@ UI, Workflows & Features
8
8
9
9
* Improved handling of views, labels and branches in git-p4 (in contrib).
10
10
11
+ * "vcs-svn"/"svn-fe" learned to read dumps with svn-deltas and
12
+ support incremental imports.
13
+
11
14
* "git am" learned to pass "-b" option to underlying "git mailinfo", so
12
15
that bracketed string other than "PATCH" at the beginning can be kept.
13
16
@@ -26,6 +29,10 @@ UI, Workflows & Features
26
29
to encourage people to explain their merges better. Legacy scripts
27
30
can export MERGE_AUTOEDIT=no to retain the historical behaviour.
28
31
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
+
29
36
Performance
30
37
31
38
* During "git upload-pack" in respose to "git fetch", unnecessary calls
@@ -87,9 +94,13 @@ details).
87
94
"-l/-L" to miscount the hits.
88
95
(merge 50dd0f2 tr/grep-l-with-decoration later to maint).
89
96
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
+
90
101
---
91
102
exec >/var/tmp/1
92
- O=v1.7.9-110-g873ce7c
103
+ O=v1.7.9-187-gdc347e9
93
104
echo O=$(git describe)
94
105
git log --first-parent --oneline ^maint $O..
95
106
echo
0 commit comments