@@ -121,6 +121,8 @@ Updates since v1.7.1
121
121
highlighting, "plackup" support for instaweb, .fcgi suffix to run
122
122
it as FastCGI script, etc.
123
123
124
+ * The test harness has been updated to produce TAP-friendly output.
125
+
124
126
125
127
Fixes since v1.7.1
126
128
------------------
@@ -129,23 +131,11 @@ All of the fixes in v1.7.1.X maintenance series are included in this
129
131
release, unless otherwise noted.
130
132
131
133
* We didn't URL decode "file:///path/to/repo" correctly when path/to/repo
132
- had percent-encoded characters (638794c, 9d2e942).
133
-
134
- * "git commit" did not honor GIT_REFLOG_ACTION environment variable, resulting
135
- reflog messages for cherry-pick and revert actions to be recorded as "commit".
136
-
137
- * "git clone/fetch/pull" issued an incorrect error message when a ref and
138
- a symref that points to the ref were updated at the same time. This
139
- obviously would update them to the same value, and should not result in
140
- an error condition (0e71bc3).
134
+ had percent-encoded characters (638794c, 9d2e942, ce83eda, 3c73a1d).
141
135
142
136
* "git clone" did not configure remote.origin.url correctly for bare
143
137
clones (df61c889).
144
138
145
- * "git diff" inside a tree with many pathnames that have certain
146
- characters has become very slow in 1.7.0 by mistake (will merge
147
- e53e6b443 to 'maint').
148
-
149
139
* "git diff --graph" works better with "--color-words" and other options
150
140
(81fa024..4297c0a).
151
141
@@ -157,6 +147,6 @@ release, unless otherwise noted.
157
147
158
148
--
159
149
exec >/var/tmp/1
160
- O=v1.7.2-rc0-60-g2927a50
150
+ O=v1.7.2-rc1-37-g2a16315
161
151
echo O=$(git describe HEAD)
162
152
git shortlog --no-merges HEAD ^maint ^$O
0 commit comments