File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,10 @@ Unless otherwise noted, all the fixes since v1.7.9 in the maintenance
180
180
releases are contained in this release (see release notes to them for
181
181
details).
182
182
183
+ * "git fast-import" accepted "ls" command with an empty path by
184
+ mistake.
185
+ (merge 178e1de jn/maint-fast-import-empty-ls later to maint).
186
+
183
187
* The "remaining" subcommand to "git rerere" was not documented.
184
188
(merge 3e7a1df ph/rerere-doc later to maint).
185
189
@@ -192,13 +196,18 @@ details).
192
196
error was at the end of line.
193
197
(merge 4b34059 ms/maint-config-error-at-eol-linecount later to maint).
194
198
199
+ * "configure" script learned to take "--sane-tool-path" from the
200
+ command line to record SANE_TOOL_PATH (used to avoid broken
201
+ platform tools in /usr/bin) in config.mak-autogen. This may be useful
202
+ for people on Solaris who have saner tools outside /usr/xpg[46]/bin.
203
+
195
204
* "gitweb" used to drop warnings in the log file when "heads" view is
196
205
accessed in a repository whose HEAD does not point at a valid
197
206
branch.
198
207
199
208
---
200
209
exec >/var/tmp/1
201
- O=v1.7.10-rc0-50-gd973dc0
210
+ O=v1.7.10-rc1-18-g0987145
202
211
echo O=$(git describe)
203
212
git log --first-parent --oneline ^maint $O..
204
213
echo
You can’t perform that action at this time.
0 commit comments