Almost ready for 2.9-rc2

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jun 3, 2016 at 14:38 UTC 6326f199252a1a5fbdea105473f8305d850cdd87
1 file changed +19
Documentation/RelNotes/2.9.0.txt
+19
@@ -154,6 +154,13 @@ UI, Workflows & Features
154 auth enabled that they need app-specific-password when using
155 "git send-email".
156
157 + * The manpage output of our documentation did not render well in
158 + terminal; typeset literals in bold by default to make them stand
159 + out more.
160 +
161 + * The mark-up in the top-level README.md file has been updated to
162 + typeset CLI command names differently from the body text.
163 +
164
165 Performance, Internal Implementation, Development Support etc.
166
@@ -247,6 +254,10 @@ Performance, Internal Implementation, Development Support etc.
254 * test updates to make it more readable and maintainable.
255 (merge e6273f4 es/t1500-modernize later to maint).
256
257 + * "make DEVELOPER=1" worked as expected; setting DEVELOPER=1 in
258 + config.mak didn't.
259 + (merge 51dd3e8 mm/makefile-developer-can-be-in-config-mak later to maint).
260 +
261
262 Also contains various documentation updates and code clean-ups.
263
@@ -495,6 +506,11 @@ notes for details).
506 haven't finished reading it.
507 (merge f4beed6 fc/fast-import-broken-marks-file later to maint).
508
509 + * "git rebase -i", after it fails to auto-resolve the conflict, had
510 + an unnecessary call to "git rerere" from its very early days, which
511 + was spotted recently; the call has been removed.
512 + (merge 7063693 js/rebase-i-dedup-call-to-rerere later to maint).
513 +
514 * Other minor clean-ups and documentation updates
515 (merge 832c0e5 lp/typofixes later to maint).
516 (merge f5ee54a sb/z-is-gnutar-ism later to maint).
@@ -506,3 +522,6 @@ notes for details).
522 (merge a75a308 tb/t5601-sed-fix later to maint).
523 (merge 6c1fbe1 va/i18n-remote-comment-to-align later to maint).
524 (merge dee2303 va/mailinfo-doc-typofix later to maint).
525 + (merge cd82b7a pa/cherry-pick-doc-typo later to maint).
526 + (merge 2bb73ae rs/patch-id-use-skip-prefix later to maint).
527 + (merge aa20cbc rs/apply-name-terminate later to maint).