@@ -154,6 +154,13 @@ UI, Workflows & Features
154154 auth enabled that they need app-specific-password when using
155155 "git send-email".
156156
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+
157164
158165Performance, Internal Implementation, Development Support etc.
159166
@@ -247,6 +254,10 @@ Performance, Internal Implementation, Development Support etc.
247254 * test updates to make it more readable and maintainable.
248255 (merge e6273f4 es/t1500-modernize later to maint).
249256
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+
250261
251262Also contains various documentation updates and code clean-ups.
252263
@@ -495,6 +506,11 @@ notes for details).
495506 haven't finished reading it.
496507 (merge f4beed6 fc/fast-import-broken-marks-file later to maint).
497508
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+
498514 * Other minor clean-ups and documentation updates
499515 (merge 832c0e5 lp/typofixes later to maint).
500516 (merge f5ee54a sb/z-is-gnutar-ism later to maint).
@@ -506,3 +522,6 @@ notes for details).
506522 (merge a75a308 tb/t5601-sed-fix later to maint).
507523 (merge 6c1fbe1 va/i18n-remote-comment-to-align later to maint).
508524 (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).
0 commit comments