@@ -8,8 +8,6 @@ UI, Workflows & Features
8
8
9
9
* Improved handling of views, labels and branches in git-p4 (in contrib).
10
10
11
- * Updated command line arguments completion script for zsh (in contrib).
12
-
13
11
* "vcs-svn"/"svn-fe" learned to read dumps with svn-deltas and
14
12
support incremental imports.
15
13
@@ -22,16 +20,12 @@ UI, Workflows & Features
22
20
* "git clone" learned to detach the HEAD in the resulting repository
23
21
when the source repository's HEAD does not point to a branch.
24
22
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
-
30
23
* When showing a patch while ignoring whitespace changes, the context
31
24
lines are taken from the postimage, in order to make it easier to
32
25
view the output.
33
26
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.
35
29
36
30
* "git tag --list" can be given "--points-at <object>" to limit its
37
31
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
79
73
releases are contained in this release (see release notes to them for
80
74
details).
81
75
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.
113
79
114
80
---
115
81
exec >/var/tmp/1
116
- O=v1.7.9.1-264-g76bdcf0
82
+ O=v1.7.9.1-289-g5609586
117
83
echo O=$(git describe)
118
84
git log --first-parent --oneline ^maint $O..
119
85
echo
0 commit comments