@@ -4,7 +4,7 @@ Git v1.7.8 Release Notes (draft)
44Updates since v1.7.7
55--------------------
66
7- * Some git-svn and git-gui updates.
7+ * Some git-svn, git-gui and msysgit updates.
88
99 * Updates to bash completion scripts.
1010
@@ -40,6 +40,9 @@ Updates since v1.7.7
4040 * "git diff" learned "--minimal" option to spend extra cycles to come
4141 up with a minimal patch output.
4242
43+ * "git diff" learned "--function-context" option to show the whole
44+ function as context that was affected by a change.
45+
4346 * "git fetch" learned to honor transfer.fsckobjects configuration to
4447 validate the objects that were received from the other end, just like
4548 "git receive-pack" (the receiving end of "git push") does.
@@ -63,8 +66,16 @@ Updates since v1.7.7
6366 files in the working tree, so that matches in new but not yet
6467 added files do not get missed.
6568
69+ * The recursive merge backend no longer looks for meaningless
70+ existing merges in submodules unless in the outermost merge.
71+
72+ * "git log" and friends learned "--children" option.
73+
6674 * "git ls-remote" learned to respond to "-h"(elp) requests.
6775
76+ * "git merge" learned the "--edit" option to allow users to edit the
77+ merge commit log message.
78+
6879 * "git send-email" learned to respond to "-h"(elp) requests.
6980
7081 * "git send-email" allows the value given to sendemail.aliasfile to begin
@@ -93,6 +104,8 @@ Updates since v1.7.7
93104 * "gitweb" leaked unescaped control characters from syntax hiliter
94105 outputs.
95106
107+ * "gitweb" now has its own manual pages.
108+
96109
97110Also contains other documentation updates and minor code cleanups.
98111
@@ -142,6 +155,9 @@ included in this release.
142155 of the file.
143156 (merge 8557263 jc/apply-blank-at-eof-fix later to maint).
144157
158+ * "git apply --index" did not check corrupted patch.
159+ (merge 2c93286 jm/maint-apply-detects-corrupt-patch-header later to maint).
160+
145161 * "git bisect" did not notice when it failed to update the working tree
146162 to the next commit to be tested.
147163 (merge 1acf11717 js/bisect-no-checkout later to maint).
@@ -179,13 +195,17 @@ included in this release.
179195 hooks for attempted removal of non-existing refs.
180196 (merge 160b81ed ph/push-to-delete-nothing later to maint).
181197
198+ * "git send-email" did not honor the configured hostname when restarting
199+ the HELO/EHLO exchange after switching TLS on.
200+ (merge 155b940 md/smtp-tls-hello-again later to maint).
201+
182202 * "gitweb" used to produce a non-working link while showing the contents
183203 of a blob, when JavaScript actions are enabled.
184204 (merge 2b07ff3ff ps/gitweb-js-with-lineno later to maint).
185205
186206---
187207exec >/var/tmp/1
188- O=v1.7.7-368-g9638384
208+ O=v1.7.7-418-g40d6987
189209echo O=$(git describe --always master)
190210git log --first-parent --oneline --reverse ^$O master
191211echo
0 commit comments