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
2929 when possible. HTTP transactions used to ask username without echoing
3030 back what was typed, but with this change you will see it as you type.
3131
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+
3236 * "git add" learned to stream large files directly into a packfile
3337 instead of writing them into individual loose object files.
3438
@@ -163,9 +167,13 @@ Fixes since v1.7.8
163167 * "git push -v" forgot how to be verbose by mistake. It now properly is.
164168 (merge bd2c86e jk/maint-push-v-is-verbose later to maint).
165169
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+
166174--
167175exec >/var/tmp/1
168- O=v1.7.8.1-361-g1aea303
176+ O=v1.7.8.1-384-g2b6dd6a
169177echo O=$(git describe master)
170178git log --first-parent --oneline --reverse ^$O master
171179echo
You can’t perform that action at this time.
0 commit comments