Skip to content

Commit ec33015

Browse files
committed
Update draft release notes in preparation for 1.7.9-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2b6dd6a commit ec33015

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Documentation/RelNotes/1.7.9.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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
--
167175
exec >/var/tmp/1
168-
O=v1.7.8.1-361-g1aea303
176+
O=v1.7.8.1-384-g2b6dd6a
169177
echo O=$(git describe master)
170178
git log --first-parent --oneline --reverse ^$O master
171179
echo

0 commit comments

Comments
 (0)