@@ -469,14 +469,12 @@ notes for details).
469
469
set does.
470
470
471
471
* Code clean-up to fix possible buffer over-reading.
472
- (merge 2d105451c0 rs/apply-avoid-over-reading later to maint).
473
472
474
473
* A few tests that tried to verify the contents of push certificates
475
474
did not use 'git rev-parse' to formulate the line to look for in
476
475
the certificate correctly.
477
476
478
477
* Update the character width tables.
479
- (merge 7560aacd7c bb/unicode-10.0 later to maint).
480
478
481
479
* After "git branch --move" of the currently checked out branch, the
482
480
code to walk the reflog of HEAD via "log -g" and friends
@@ -495,33 +493,25 @@ notes for details).
495
493
ought to mean a repository on a network share that can be accessed
496
494
locally, but this did not work correctly due to stripping the double
497
495
slashes at the beginning.
498
- (merge 496f256989 tb/push-to-cygwin-unc-path later to maint).
499
496
500
497
* The progress meter did not give a useful output when we haven't had
501
498
0.5 seconds to measure the throughput during the interval. Instead
502
499
show the overall throughput rate at the end, which is a much more
503
500
useful number.
504
- (merge 0fae1e072a rs/progress-overall-throughput-at-the-end later to maint).
505
501
506
502
* Code clean-up, that makes us in sync with Debian by one patch.
507
- (merge 8db1ae5740 jn/hooks-pre-rebase-sample-fix later to maint).
508
503
509
504
* We run an early part of "git gc" that deals with refs before
510
505
daemonising (and not under lock) even when running a background
511
506
auto-gc, which caused multiple gc processes attempting to run the
512
507
early part at the same time. This is now prevented by running the
513
508
early part also under the GC lock.
514
- (merge c45af94dbc jk/gc-pre-detach-under-hook later to maint).
515
509
516
510
* A recent update broke an alias that contained an uppercase letter.
517
- (merge 643df7e234 js/alias-case-sensitivity later to maint).
518
511
519
512
* Other minor doc, test and build updates and code cleanups.
520
- (merge 3f9c637ec7 pw/unquote-path-in-git-pm later to maint).
521
513
(merge 5053313562 rs/urlmatch-cleanup later to maint).
522
514
(merge 42c78a216e rs/use-div-round-up later to maint).
523
515
(merge 5e8d2729ae rs/wt-status-cleanup later to maint).
524
- (merge 01826066b0 ks/fix-rebase-doc-picture later to maint).
525
- (merge f7f6dc340e jk/test-copy-bytes-fix later to maint).
526
- (merge 9fb9495dae ew/fd-cloexec-fix later to maint).
527
- (merge 3a33fe5c97 ks/doc-fixes later to maint).
516
+ (merge bc9b7e207f as/diff-options-grammofix later to maint).
517
+ (merge ac05222b31 ah/patch-id-doc later to maint).
0 commit comments