@@ -154,6 +154,13 @@ UI, Workflows & Features
154
154
auth enabled that they need app-specific-password when using
155
155
"git send-email".
156
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
+
157
164
158
165
Performance, Internal Implementation, Development Support etc.
159
166
@@ -247,6 +254,10 @@ Performance, Internal Implementation, Development Support etc.
247
254
* test updates to make it more readable and maintainable.
248
255
(merge e6273f4 es/t1500-modernize later to maint).
249
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
+
250
261
251
262
Also contains various documentation updates and code clean-ups.
252
263
@@ -495,6 +506,11 @@ notes for details).
495
506
haven't finished reading it.
496
507
(merge f4beed6 fc/fast-import-broken-marks-file later to maint).
497
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
+
498
514
* Other minor clean-ups and documentation updates
499
515
(merge 832c0e5 lp/typofixes later to maint).
500
516
(merge f5ee54a sb/z-is-gnutar-ism later to maint).
@@ -506,3 +522,6 @@ notes for details).
506
522
(merge a75a308 tb/t5601-sed-fix later to maint).
507
523
(merge 6c1fbe1 va/i18n-remote-comment-to-align later to maint).
508
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).
0 commit comments