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
180180releases are contained in this release (see release notes to them for
181181details).
182182
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+
183187 * The "remaining" subcommand to "git rerere" was not documented.
184188 (merge 3e7a1df ph/rerere-doc later to maint).
185189
@@ -192,13 +196,18 @@ details).
192196 error was at the end of line.
193197 (merge 4b34059 ms/maint-config-error-at-eol-linecount later to maint).
194198
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+
195204 * "gitweb" used to drop warnings in the log file when "heads" view is
196205 accessed in a repository whose HEAD does not point at a valid
197206 branch.
198207
199208---
200209exec >/var/tmp/1
201- O=v1.7.10-rc0-50-gd973dc0
210+ O=v1.7.10-rc1-18-g0987145
202211echo O=$(git describe)
203212git log --first-parent --oneline ^maint $O..
204213echo
You can’t perform that action at this time.
0 commit comments