@@ -8,8 +8,6 @@ UI, Workflows & Features
88
99 * Improved handling of views, labels and branches in git-p4 (in contrib).
1010
11- * Updated command line arguments completion script for zsh (in contrib).
12-
1311 * "vcs-svn"/"svn-fe" learned to read dumps with svn-deltas and
1412 support incremental imports.
1513
@@ -22,16 +20,12 @@ UI, Workflows & Features
2220 * "git clone" learned to detach the HEAD in the resulting repository
2321 when the source repository's HEAD does not point to a branch.
2422
25- * The commands in the "git diff" family and "git apply --stat" that
26- count the number of files changed and the number of lines
27- inserted/deleted have been updated to match the output from
28- "diffstat". This also opens the door to i18n this line.
29-
3023 * When showing a patch while ignoring whitespace changes, the context
3124 lines are taken from the postimage, in order to make it easier to
3225 view the output.
3326
34- * "git grep" pays attention to -diff (hence -binary) attributes now.
27+ * "diff-highlight" filter (in contrib/) was updated to produce more
28+ aesthetically pleasing output.
3529
3630 * "git tag --list" can be given "--points-at <object>" to limit its
3731 output to those that point at the given object.
@@ -79,41 +73,13 @@ Unless otherwise noted, all the fixes since v1.7.9 in the maintenance
7973releases are contained in this release (see release notes to them for
8074details).
8175
82- * When you have both .../foo and .../foo.git, "git clone .../foo" did not
83- favor the former but the latter.
84- (merge b3256eb jk/git-dir-lookup later to maint).
85-
86- * Some systems need to explicitly link -lcharset to get locale_charset().
87- (merge b522528 dp/i18n-libcharset later to maint).
88-
89- * The output from "git diff --stat" for two paths that have the same
90- amount of changes showed graph bars of different length due to the
91- way we handled rounding errors.
92- (merge 2eeeef2 jc/diff-stat-scaler later to maint).
93-
94- * We failed to give the true terminal width to any subcommand when
95- they are invoked with the pager, i.e. "git -p cmd".
96- (merge ad6c373 zj/term-columns later to maint).
97-
98- * The transport programs ignored --no-progress and showed progress when
99- sending their output to a terminal.
100- (merge 01fdc21 cb/transfer-no-progress later to maint).
101-
102- * Sometimes error status detected by a check in an earlier phase of
103- receive-pack (the other end of 'git push') was lost by later
104- checks, resulting in false indication of success.
105- (merge ef7e93d cb/receive-pack-keep-errors later to maint).
106-
107- * t5541 ignored user-supplied port number used for HTTP server testing
108- (merge d202a51 cb/maint-t5541-make-server-port-portable later to maint).
109-
110- * "rev-list --verify" sometimes skipped verification depending on the
111- phase of the moon, which dates back to 1.7.8.x series.
112- (merge cb8da70 cb/maint-rev-list-verify-object later to maint).
76+ * "gitweb" used to drop warnings in the log file when "heads" view is
77+ accessed in a repository whose HEAD does not point at a valid
78+ branch.
11379
11480---
11581exec >/var/tmp/1
116- O=v1.7.9.1-264-g76bdcf0
82+ O=v1.7.9.1-289-g5609586
11783echo O=$(git describe)
11884git log --first-parent --oneline ^maint $O..
11985echo
0 commit comments