@@ -8,9 +8,20 @@ UI, Workflows & Features
8
8
9
9
* Improved handling of views, labels and branches in git-p4 (in contrib).
10
10
11
+ * "git-p4" (in contrib) suffered from unnecessary merge conflicts when
12
+ p4 expanded the embedded $RCS$-like keywords; it can be now told to
13
+ unexpand them.
14
+
15
+ * Some "git-svn" updates.
16
+
11
17
* "vcs-svn"/"svn-fe" learned to read dumps with svn-deltas and
12
18
support incremental imports.
13
19
20
+ * The configuration mechanism learned an "include" facility; an
21
+ assignment to the include.path pseudo-variable causes the named
22
+ file to be included in-place when Git looks up configuration
23
+ variables.
24
+
14
25
* "git am" learned to pass "-b" option to underlying "git mailinfo", so
15
26
that bracketed string other than "PATCH" at the beginning can be kept.
16
27
@@ -60,6 +71,9 @@ Internal Implementation (please report possible regressions)
60
71
61
72
* The test suite supports the new "test_pause" helper function.
62
73
74
+ * Parallel to the test suite, there is a beginning of performance
75
+ benchmarking framework.
76
+
63
77
* t/Makefile is adjusted to prevent newer versions of GNU make from
64
78
running tests in seemingly random order.
65
79
@@ -73,13 +87,22 @@ Unless otherwise noted, all the fixes since v1.7.9 in the maintenance
73
87
releases are contained in this release (see release notes to them for
74
88
details).
75
89
90
+ * The config.mak.autogen generated by optional autoconf support tried
91
+ to link the binary with -lintl even when libintl.h is missing from
92
+ the system.
93
+ (merge a8356d4 js/configure-libintl later to maint).
94
+
95
+ * "git add --refresh <pathspec>" used to warn about unmerged paths
96
+ outside the given pathspec.
97
+ (merge 3d1f148 jc/add-refresh-unmerged later to maint).
98
+
76
99
* "gitweb" used to drop warnings in the log file when "heads" view is
77
100
accessed in a repository whose HEAD does not point at a valid
78
101
branch.
79
102
80
103
---
81
104
exec >/var/tmp/1
82
- O=v1.7.9.1-289-g5609586
105
+ O=v1.7.9.2-261-gd065f68
83
106
echo O=$(git describe)
84
107
git log --first-parent --oneline ^maint $O..
85
108
echo
0 commit comments