@@ -108,6 +108,9 @@ UI, Workflows & Features
108
108
* An old message shown in the commit log template was removed, as it
109
109
has outlived its usefulness.
110
110
111
+ * "git pull --rebase --recurse-submodules" learns to rebase the
112
+ branch in the submodules to an updated base.
113
+
111
114
112
115
Performance, Internal Implementation, Development Support etc.
113
116
@@ -217,6 +220,10 @@ Performance, Internal Implementation, Development Support etc.
217
220
object database?" query that is used to derive the length of prefix
218
221
an object name is uniquely abbreviated to.
219
222
223
+ * The hashmap API has been updated so that data to customize the
224
+ behaviour of the comparison function can be specified at the time a
225
+ hashmap is initialized.
226
+
220
227
221
228
Also contains various documentation updates and code clean-ups.
222
229
@@ -432,7 +439,7 @@ notes for details).
432
439
* Update the sha1dc again to fix portability glitches.
433
440
434
441
* Code clean-up to fix possible buffer over-reading.
435
- (merge 8bc172e5f2 rs/apply-avoid-over-reading later to maint).
442
+ (merge 2d105451c0 rs/apply-avoid-over-reading later to maint).
436
443
437
444
* A few tests that tried to verify the contents of push certificates
438
445
did not use 'git rev-parse' to formulate the line to look for in
@@ -445,16 +452,17 @@ notes for details).
445
452
code to walk the reflog of HEAD via "log -g" and friends
446
453
incorrectly stopped at the reflog entry that records the renaming
447
454
of the branch.
448
- (merge e30d463d45 jk/reflog-walk-maint later to maint).
449
455
450
456
* The rewrite of "git branch --list" using for-each-ref's internals
451
457
that happened in v2.13 regressed its handling of color.branch.local;
452
458
this has been fixed.
453
- (merge 5b5c9c3e19 kn/ref-filter-branch-list later to maint).
459
+
460
+ * The build procedure has been improved to allow building and testing
461
+ Git with address sanitizer more easily.
462
+ (merge 566cf0b3bd jk/build-with-asan later to maint).
454
463
455
464
* Other minor doc, test and build updates and code cleanups.
456
465
(merge 3f9c637ec7 pw/unquote-path-in-git-pm later to maint).
457
- (merge 669638fe7a ks/typofix-commit-c-comment later to maint).
458
466
(merge 5053313562 rs/urlmatch-cleanup later to maint).
459
467
(merge 42c78a216e rs/use-div-round-up later to maint).
460
468
(merge 5e8d2729ae rs/wt-status-cleanup later to maint).
0 commit comments