File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ Updates since v1.7.8
29
29
when possible. HTTP transactions used to ask username without echoing
30
30
back what was typed, but with this change you will see it as you type.
31
31
32
+ * The internal of "revert/cherry-pick" has been tweaked to prepare
33
+ building more generic "sequencer" on top of the implementation that
34
+ drives them.
35
+
32
36
* "git add" learned to stream large files directly into a packfile
33
37
instead of writing them into individual loose object files.
34
38
@@ -163,9 +167,13 @@ Fixes since v1.7.8
163
167
* "git push -v" forgot how to be verbose by mistake. It now properly is.
164
168
(merge bd2c86e jk/maint-push-v-is-verbose later to maint).
165
169
170
+ * gitweb did not correctly fall back to configured $fallback_encoding
171
+ that is not 'latin1'.
172
+ (merge b13e3ea jn/maint-gitweb-utf8-fix later to maint).
173
+
166
174
--
167
175
exec >/var/tmp/1
168
- O=v1.7.8.1-361-g1aea303
176
+ O=v1.7.8.1-384-g2b6dd6a
169
177
echo O=$(git describe master)
170
178
git log --first-parent --oneline --reverse ^$O master
171
179
echo
You can’t perform that action at this time.
0 commit comments