@@ -131,6 +131,9 @@ UI, Workflows & Features
131
131
other than the ones that are expected to be updated (i.e. branches,
132
132
remote-tracking branches and notes).
133
133
134
+ * Comes with more command line completion (in contrib/) for recently
135
+ introduced options.
136
+
134
137
135
138
Performance, Internal Implementation, Development Support etc.
136
139
@@ -450,6 +453,15 @@ notes for details).
450
453
other forms of "diff" output were handled correctly.
451
454
(merge f5022b5fed jk/log-graph-name-only later to maint).
452
455
456
+ * The push-options given via the "--push-options" option were not
457
+ passed through to external remote helpers such as "smart HTTP" that
458
+ are invoked via the transport helper.
459
+
460
+ * The documentation explained what "git stash" does to the working
461
+ tree (after stashing away the local changes) in terms of "reset
462
+ --hard", which was exposing an unnecessary implementation detail.
463
+ (merge 20a7e06172 tg/stash-doc-cleanup later to maint).
464
+
453
465
* Other minor doc, test and build updates and code cleanups.
454
466
(merge f2627d9b19 sb/submodule-config-cleanup later to maint).
455
467
(merge 384f1a167b sb/unpack-trees-cleanup later to maint).
@@ -459,3 +471,6 @@ notes for details).
459
471
(merge 4432dd6b5b rs/receive-pack-cleanup later to maint).
460
472
(merge 540a398e9c sg/mailmap-self later to maint).
461
473
(merge 209df269a6 nd/rev-list-all-includes-HEAD-doc later to maint).
474
+ (merge 941b9c5270 sb/doc-unify-bottom later to maint).
475
+ (merge 2aaf37b62c jk/doc-remote-helpers-markup-fix later to maint).
476
+ (merge e91461b332 jk/doc-submodule-markup-fix later to maint).
0 commit comments