@@ -133,7 +133,6 @@ Performance, Internal Implementation, Development Support etc.
133
133
* A helper function to read a single whole line into strbuf
134
134
mistakenly triggered OOM error at EOF under certain conditions,
135
135
which has been fixed.
136
- (merge 642956cf45 rs/strbuf-getwholeline-fix later to maint).
137
136
138
137
* The "ref-store" code reorganization continues.
139
138
@@ -342,7 +341,6 @@ Fixes since v2.14
342
341
was taught to "git send-email" as a valid way to tell it that it
343
342
needs to also send a carbon copy to <
[email protected] > in the trailer
344
343
section.
345
- (merge cc90750677 mm/send-email-cc-cruft later to maint).
346
344
347
345
* "git branch -M a b" while on a branch that is completely unrelated
348
346
to either branch a or branch b misbehaved when multiple worktree
@@ -356,7 +354,6 @@ Fixes since v2.14
356
354
garbage collection.
357
355
358
356
* A regression to "gitk --bisect" by a recent update has been fixed.
359
- (merge 1d0538e486 mh/packed-ref-store-prep later to maint).
360
357
361
358
* "git -c submodule.recurse=yes pull" did not work as if the
362
359
"--recurse-submodules" option was given from the command line.
@@ -366,7 +363,6 @@ Fixes since v2.14
366
363
pass the contents of the file verbatim and instead completed an
367
364
incomplete line at the end, if exists. The latter has been updated
368
365
to match the behaviour of the former.
369
- (merge c818e74332 rk/commit-tree-make-F-verbatim later to maint).
370
366
371
367
* Many codepaths did not diagnose write failures correctly when disks
372
368
go full, due to their misuse of write_in_full() helper function,
@@ -379,10 +375,8 @@ Fixes since v2.14
379
375
* "git archive", especially when used with pathspec, stored an empty
380
376
directory in its output, even though Git itself never does so.
381
377
This has been fixed.
382
- (merge 4318094047 rs/archive-excluded-directory later to maint).
383
378
384
379
* API error-proofing which happens to also squelch warnings from GCC.
385
- (merge c788c54cde tg/refs-allowed-flags later to maint).
386
380
387
381
* The explanation of the cut-line in the commit log editor has been
388
382
slightly tweaked.
@@ -392,18 +386,15 @@ Fixes since v2.14
392
386
reading and writing pid/host from and to a lock file; it used to
393
387
use an incorrect fscanf() format when reading, which has been
394
388
corrected.
395
- (merge afe2fab72c aw/gc-lockfile-fscanf-fix later to maint).
396
389
397
390
* The scripts to drive TravisCI has been reorganized and then an
398
391
optimization to avoid spending cycles on a branch whose tip is
399
392
tagged has been implemented.
400
393
(merge 8376eb4a8f ls/travis-scriptify later to maint).
401
394
402
395
* The test linter has been taught that we do not like "echo -e".
403
- (merge 1a6d46895d tb/test-lint-echo-e later to maint).
404
396
405
397
* Code cmp.std.c nitpick.
406
- (merge ac7da78ede mh/for-each-string-list-item-empty-fix later to maint).
407
398
408
399
* A regression fix for 2.11 that made the code to read the list of
409
400
alternate object stores overrun the end of the string.
@@ -412,7 +403,6 @@ Fixes since v2.14
412
403
* "git describe --match" learned to take multiple patterns in v2.13
413
404
series, but the feature ignored the patterns after the first one
414
405
and did not work at all. This has been fixed.
415
- (merge da769d2986 jk/describe-omit-some-refs later to maint).
416
406
417
407
* "git filter-branch" cannot reproduce a history with a tag without
418
408
the tagger field, which only ancient versions of Git allowed to be
@@ -421,17 +411,14 @@ Fixes since v2.14
421
411
422
412
* "git cat-file --textconv" started segfaulting recently, which
423
413
has been corrected.
424
- (merge cc0ea7c9e5 jk/diff-blob later to maint).
425
414
426
415
* The built-in pattern to detect the "function header" for HTML did
427
416
not match <H1>..<H6> elements without any attributes, which has
428
417
been fixed.
429
- (merge 9c03caca2c ik/userdiff-html-h-element-fix later to maint).
430
418
431
419
* "git mailinfo" was loose in decoding quoted printable and produced
432
420
garbage when the two letters after the equal sign are not
433
421
hexadecimal. This has been fixed.
434
- (merge c8cf423eab rs/mailinfo-qp-decode-fix later to maint).
435
422
436
423
* The machinery to create xdelta used in pack files received the
437
424
sizes of the data in size_t, but lost the higher bits of them by
@@ -445,7 +432,6 @@ Fixes since v2.14
445
432
446
433
* The documentation for '-X<option>' for merges was misleadingly
447
434
written to suggest that "-s theirs" exists, which is not the case.
448
- (merge c25d98b2a7 jc/merge-x-theirs-docfix later to maint).
449
435
450
436
* "git fast-export" with -M/-C option issued "copy" instruction on a
451
437
path that is simultaneously modified, which was incorrect.
@@ -471,14 +457,11 @@ Fixes since v2.14
471
457
472
458
* Spell the name of our system as "Git" in the output from
473
459
request-pull script.
474
- (merge e66d7c37a5 ar/request-pull-phrasofix later to maint).
475
460
476
461
* Fixes for a handful memory access issues identified by valgrind.
477
- (merge 2944a94c6b tg/memfixes later to maint).
478
462
479
463
* Backports a moral equivalent of 2015 fix to the poll() emulation
480
464
from the upstream gnulib to fix occasional breakages on HPE NonStop.
481
- (merge 61b2a1acaa rb/compat-poll-fix later to maint).
482
465
483
466
* Users with "color.ui = always" in their configuration were broken
484
467
by a recent change that made plumbing commands to pay attention to
@@ -491,45 +474,16 @@ Fixes since v2.14
491
474
(e.g. "%(refname:)", "%(body:)" used to error out. Instead, treat
492
475
them as if the colon and an empty string that follows it were not
493
476
there.
494
- (merge bea4dbeafd tb/ref-filter-empty-modifier later to maint).
495
477
496
478
* An ancient bug that made Git misbehave with creation/renaming of
497
479
refs has been fixed.
498
480
499
481
* Other minor doc, test and build updates and code cleanups.
500
482
(merge f094b89a4d ma/parse-maybe-bool later to maint).
501
- (merge 39b00fa4d4 jk/drop-sha1-entry-pos later to maint).
502
483
(merge 6cdf8a7929 ma/ts-cleanups later to maint).
503
484
(merge 7560f547e6 ma/up-to-date later to maint).
504
485
(merge 0db3dc75f3 rs/apply-epoch later to maint).
505
- (merge 74f1bd912b dw/diff-highlight-makefile-fix later to maint).
506
- (merge f991761eb8 jk/config-lockfile-leak-fix later to maint).
507
- (merge 150efef1e7 ma/pkt-line-leakfix later to maint).
508
- (merge 5554451de6 mg/timestamp-t-fix later to maint).
509
486
(merge 276d0e35c0 ma/split-symref-update-fix later to maint).
510
- (merge 3bc4b8f7c7 bb/doc-eol-dirty later to maint).
511
- (merge c1bb33c99c jk/system-path-cleanup later to maint).
512
- (merge ab46e6fc72 cc/subprocess-handshake-missing-capabilities later to maint).
513
- (merge f7a32dd97f kd/doc-for-each-ref later to maint).
514
- (merge be94568bc7 ez/doc-duplicated-words-fix later to maint).
515
- (merge 01e4be6c3d ks/test-readme-phrasofix later to maint).
516
- (merge 217bb56d4f hn/typofix later to maint).
517
- (merge c08fd6388c jk/doc-read-tree-table-asciidoctor-fix later to maint).
518
- (merge c3342b362e ks/doc-use-camelcase-for-config-name later to maint).
519
- (merge 0bca165fdb jk/validate-headref-fix later to maint).
520
- (merge 93dbefb389 mr/doc-negative-pathspec later to maint).
521
- (merge 5e633326e4 ad/doc-markup-fix later to maint).
522
- (merge 9ca356fa8b rs/cocci-de-paren-call-params later to maint).
523
- (merge 7099153e8d rs/tag-null-pointer-arith-fix later to maint).
524
- (merge 0e187d758c rs/run-command-use-alloc-array later to maint).
525
- (merge e0222159fa jn/strbuf-doc-re-reuse later to maint).
526
- (merge 97487ea11a rs/qsort-s later to maint).
527
- (merge a9155c50bd sb/branch-avoid-repeated-strbuf-release later to maint).
528
487
(merge f777623514 ks/branch-tweak-error-message-for-extra-args later to maint).
529
488
(merge 33f3c683ec ks/verify-filename-non-option-error-message-tweak later to maint).
530
- (merge b3ea7dd32d jk/sha1-loose-object-info-fix later to maint).
531
- (merge 2720f6db5d rs/fsck-null-return-from-lookup later to maint).
532
- (merge 99b7b687a6 rs/rs-mailmap later to maint).
533
- (merge 7823655082 tb/complete-describe later to maint).
534
489
(merge 7cbbf9d6a2 ls/filter-process-delayed later to maint).
535
- (merge b59698aef3 jc/doc-checkout later to maint).
0 commit comments