Skip to content

Commit bc62ca1

Browse files
committed
Update draft release notes to 1.7.10
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0987145 commit bc62ca1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Documentation/RelNotes/1.7.10.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ Unless otherwise noted, all the fixes since v1.7.9 in the maintenance
180180
releases are contained in this release (see release notes to them for
181181
details).
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
---
200209
exec >/var/tmp/1
201-
O=v1.7.10-rc0-50-gd973dc0
210+
O=v1.7.10-rc1-18-g0987145
202211
echo O=$(git describe)
203212
git log --first-parent --oneline ^maint $O..
204213
echo

0 commit comments

Comments
 (0)