@@ -121,6 +121,8 @@ Updates since v1.7.1
121121 highlighting, "plackup" support for instaweb, .fcgi suffix to run
122122 it as FastCGI script, etc.
123123
124+ * The test harness has been updated to produce TAP-friendly output.
125+
124126
125127Fixes since v1.7.1
126128------------------
@@ -129,23 +131,11 @@ All of the fixes in v1.7.1.X maintenance series are included in this
129131release, unless otherwise noted.
130132
131133 * 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).
141135
142136 * "git clone" did not configure remote.origin.url correctly for bare
143137 clones (df61c889).
144138
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-
149139 * "git diff --graph" works better with "--color-words" and other options
150140 (81fa024..4297c0a).
151141
@@ -157,6 +147,6 @@ release, unless otherwise noted.
157147
158148--
159149exec >/var/tmp/1
160- O=v1.7.2-rc0-60-g2927a50
150+ O=v1.7.2-rc1-37-g2a16315
161151echo O=$(git describe HEAD)
162152git shortlog --no-merges HEAD ^maint ^$O
0 commit comments