@@ -8,7 +8,7 @@ Updates since v1.7.6
8
8
9
9
* Interix, Cygwin and Minix ports got updated.
10
10
11
- * Various updates git-p4 (in contrib/) and " git fast-import" .
11
+ * Various updates git-p4 (in contrib/), fast-import, and git-svn .
12
12
13
13
* Gitweb learned to read from /etc/gitweb-common.conf when it exists,
14
14
before reading from gitweb_config.perl or from /etc/gitweb.conf
@@ -83,6 +83,10 @@ Updates since v1.7.6
83
83
* "git grep" learned "-W" option that shows wider context using the same
84
84
logic used by "git diff" to determine the hunk header.
85
85
86
+ * Invoking the low-level "git http-fetch" without "-a" option (which
87
+ git itself never did---normal users should not have to worry about
88
+ this) is now deprecated.
89
+
86
90
* The "--decorate" option to "git log" and its family learned to
87
91
highlight grafted and replaced commits.
88
92
@@ -126,6 +130,10 @@ Fixes since v1.7.6
126
130
Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
127
131
included in this release.
128
132
133
+ * The error reporting logic of "git am" when the command is fed a file
134
+ whose mail-storage format is unknown was fixed.
135
+ (merge dff4b0e gb/maint-am-patch-format-error-message later to 'maint').
136
+
129
137
* "git branch --set-upstream @{-1} foo" did not expand @{-1} correctly.
130
138
(merge e9d4f74 mg/branch-set-upstream-previous later to 'maint').
131
139
@@ -153,7 +161,7 @@ included in this release.
153
161
--
154
162
exec >/var/tmp/1
155
163
echo O=$(git describe master)
156
- O=v1.7.6.1-415-g284daf2
164
+ O=v1.7.7-rc0-174-ga536a9d
157
165
git log --first-parent --oneline $O..master
158
166
echo
159
167
git shortlog --no-merges ^maint ^$O master
0 commit comments