@@ -119,8 +119,8 @@ UI, Workflows & Features
119
119
* Project search in "gitweb" shows the substring that matched in the
120
120
project name and description highlighted.
121
121
122
- * A new script "diffall" is added to contrib/; it drives an external
123
- an external tool to perform a directory diff of two Git revisions
122
+ * A new script "diffall" is added to contrib/; it drives an
123
+ external tool to perform a directory diff of two Git revisions
124
124
in one go, unlike "difftool" that compares one file at a time.
125
125
126
126
Foreign Interface
@@ -180,17 +180,25 @@ 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
+ * The "remaining" subcommand to "git rerere" was not documented.
184
+ (merge 3e7a1df ph/rerere-doc later to maint).
185
+
183
186
* "git tag -s" honored "gpg.program" configuration variable since
184
187
1.7.9, but "git tag -v" and "git verify-tag" didn't.
185
188
(merge a2c2506 az/verify-tag-use-gpg-config later to maint).
186
189
190
+ * When "git config" diagnoses an error in a configuration file and
191
+ shows the line number for the offending line, it miscounted if the
192
+ error was at the end of line.
193
+ (merge 4b34059 ms/maint-config-error-at-eol-linecount later to maint).
194
+
187
195
* "gitweb" used to drop warnings in the log file when "heads" view is
188
196
accessed in a repository whose HEAD does not point at a valid
189
197
branch.
190
198
191
199
---
192
200
exec >/var/tmp/1
193
- O=v1.7.10-rc0-40-g57cec0a
201
+ O=v1.7.10-rc0-50-gd973dc0
194
202
echo O=$(git describe)
195
203
git log --first-parent --oneline ^maint $O..
196
204
echo
0 commit comments