@@ -45,6 +45,8 @@ Updates since v1.7.9
45
45
46
46
UI, Workflows & Features
47
47
48
+ * various "gitk" updates.
49
+
48
50
* Teams for localizing the messages from the Porcelain layer of
49
51
commands are starting to form, thanks to Jiang Xin who volunteered
50
52
to be the localization coordinator. An initial set of translated
@@ -194,36 +196,20 @@ details).
194
196
with versions of Perl older than 5.8.3.
195
197
(merge 5eb660e ab/perl-i18n later to maint).
196
198
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
-
204
199
* "git tag -s" honored "gpg.program" configuration variable since
205
200
1.7.9, but "git tag -v" and "git verify-tag" didn't.
206
201
(merge a2c2506 az/verify-tag-use-gpg-config later to maint).
207
202
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.
217
207
218
208
* zsh port of bash completion script needed another workaround.
219
209
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
-
224
210
---
225
211
exec >/var/tmp/1
226
- O=v1.7.10-rc1-32-geb2c67c
212
+ O=v1.7.10-rc2-18-gee459ba
227
213
echo O=$(git describe)
228
214
git log --first-parent --oneline ^maint $O..
229
215
echo
0 commit comments