Skip to content

Commit fae9d76

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

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

Documentation/RelNotes/1.7.10.txt

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Updates since v1.7.9
4545

4646
UI, Workflows & Features
4747

48+
* various "gitk" updates.
49+
4850
* Teams for localizing the messages from the Porcelain layer of
4951
commands are starting to form, thanks to Jiang Xin who volunteered
5052
to be the localization coordinator. An initial set of translated
@@ -194,36 +196,20 @@ details).
194196
with versions of Perl older than 5.8.3.
195197
(merge 5eb660e ab/perl-i18n later to maint).
196198

197-
* "git fast-import" accepted "ls" command with an empty path by
198-
mistake.
199-
(merge 178e1de jn/maint-fast-import-empty-ls later to maint).
200-
201-
* The "remaining" subcommand to "git rerere" was not documented.
202-
(merge 3e7a1df ph/rerere-doc later to maint).
203-
204199
* "git tag -s" honored "gpg.program" configuration variable since
205200
1.7.9, but "git tag -v" and "git verify-tag" didn't.
206201
(merge a2c2506 az/verify-tag-use-gpg-config later to maint).
207202

208-
* When "git config" diagnoses an error in a configuration file and
209-
shows the line number for the offending line, it miscounted if the
210-
error was at the end of line.
211-
(merge 4b34059 ms/maint-config-error-at-eol-linecount later to maint).
212-
213-
* "configure" script learned to take "--sane-tool-path" from the
214-
command line to record SANE_TOOL_PATH (used to avoid broken
215-
platform tools in /usr/bin) in config.mak-autogen. This may be useful
216-
for people on Solaris who have saner tools outside /usr/xpg[46]/bin.
203+
* "configure" script learned to take "--with-sane-tool-path" from the
204+
command line to record SANE_TOOL_PATH (used to avoid broken platform
205+
tools in /usr/bin) in config.mak.autogen. This may be useful for
206+
people on Solaris who have saner tools outside /usr/xpg[46]/bin.
217207

218208
* zsh port of bash completion script needed another workaround.
219209

220-
* "gitweb" used to drop warnings in the log file when "heads" view is
221-
accessed in a repository whose HEAD does not point at a valid
222-
branch.
223-
224210
---
225211
exec >/var/tmp/1
226-
O=v1.7.10-rc1-32-geb2c67c
212+
O=v1.7.10-rc2-18-gee459ba
227213
echo O=$(git describe)
228214
git log --first-parent --oneline ^maint $O..
229215
echo

0 commit comments

Comments
 (0)