@@ -112,7 +112,6 @@ UI, Workflows & Features
112
112
is a lot easier to explain to the end users: "We describe a commit
113
113
in terms of the (chronologically) oldest tag that contains the
114
114
commit."
115
- (merge 7550424 js/name-rev-use-oldest-ref later to maint).
116
115
117
116
* "git clone" learned the "--shallow-submodules" option.
118
117
@@ -229,7 +228,6 @@ Performance, Internal Implementation, Development Support etc.
229
228
our tests under "bash", however, we can redirect the trace output
230
229
to another file descriptor to keep the standard error of programs
231
230
being tested intact.
232
- (merge d88785e jk/test-send-sh-x-trace-elsewhere later to maint).
233
231
234
232
* t0040 had too many unnecessary repetitions in its test data. Teach
235
233
test-parse-options program so that a caller can tell what it
@@ -258,6 +256,12 @@ Performance, Internal Implementation, Development Support etc.
258
256
config.mak didn't.
259
257
(merge 51dd3e8 mm/makefile-developer-can-be-in-config-mak later to maint).
260
258
259
+ * The way how "submodule--helper list" signals unmatch error to its
260
+ callers has been updated.
261
+
262
+ * A bash-ism "local" has been removed from "git submodule" scripted
263
+ Porcelain.
264
+
261
265
262
266
Also contains various documentation updates and code clean-ups.
263
267
@@ -435,20 +439,16 @@ notes for details).
435
439
436
440
* "http.cookieFile" configuration variable clearly wants a pathname,
437
441
but we forgot to treat it as such by e.g. applying tilde expansion.
438
- (merge e5a39ad bn/http-cookiefile-config later to maint).
439
442
440
443
* Consolidate description of tilde-expansion that is done to
441
444
configuration variables that take pathname to a single place.
442
- (merge dca83ab jc/config-pathname-type later to maint).
443
445
444
446
* Correct faulty recommendation to use "git submodule deinit ." when
445
447
de-initialising all submodules, which would result in a strange
446
448
error message in a pathological corner case.
447
- (merge f6a5279 sb/submodule-deinit-all later to maint).
448
449
449
450
* Many 'linkgit:<git documentation page>' references were broken,
450
451
which are all fixed with this.
451
- (merge 1cca17d jc/linkgit-fix later to maint).
452
452
453
453
* "git rerere" can get confused by conflict markers deliberately left
454
454
by the inner merge step, because they are indistinguishable from
@@ -458,43 +458,34 @@ notes for details).
458
458
(merge 0f9fd5c jc/ll-merge-internal later to maint).
459
459
460
460
* CI test was taught to build documentation pages.
461
- (merge b98712b ls/travis-build-doc later to maint).
462
461
463
462
* "git fsck" learned to catch NUL byte in a commit object as
464
463
potential error and warn.
465
- (merge 6d2d780 jc/fsck-nul-in-commit later to maint).
466
464
467
465
* Portability enhancement for "rebase -i" to help platforms whose
468
466
shell does not like "for i in <empty>" (which is not POSIX-kosher).
469
- (merge 8e98b35 jk/rebase-interactive-eval-fix later to maint).
470
467
471
468
* On Windows, .git and optionally any files whose name starts with a
472
469
dot are now marked as hidden, with a core.hideDotFiles knob to
473
470
customize this behaviour.
474
- (merge ebf31e7 js/windows-dotgit later to maint).
475
471
476
472
* Documentation for "git merge --verify-signatures" has been updated
477
473
to clarify that the signature of only the commit at the tip is
478
474
verified. Also the phrasing used for signature and key validity is
479
475
adjusted to align with that used by OpenPGP.
480
- (merge 05a5869 kf/gpg-sig-verification-doc later to maint).
481
476
482
477
* A couple of bugs around core.autocrlf have been fixed.
483
- (merge caa47ad tb/core-eol-fix later to maint).
484
478
485
479
* Many commands normalize command line arguments from NFD to NFC
486
480
variant of UTF-8 on OSX, but commands in the "diff" family did
487
481
not, causing "git diff $path" to complain that no such path is
488
482
known to Git. They have been taught to do the normalization.
489
- (merge 90a78b8 ar/diff-args-osx-precompose later to maint).
490
483
491
484
* "git difftool" learned to handle unmerged paths correctly in
492
485
dir-diff mode.
493
- (merge 366f9ce da/difftool later to maint).
494
486
495
487
* The "are we talking with TTY, doing an interactive session?"
496
488
detection has been updated to work better for "Git for Windows".
497
- (merge f7f90e0 kb/msys2-tty later to maint).
498
489
499
490
* We forgot to add "git log --decorate=auto" to documentation when we
500
491
added the feature back in v2.1.0 timeframe.
@@ -512,16 +503,6 @@ notes for details).
512
503
(merge 7063693 js/rebase-i-dedup-call-to-rerere later to maint).
513
504
514
505
* Other minor clean-ups and documentation updates
515
- (merge 832c0e5 lp/typofixes later to maint).
516
- (merge f5ee54a sb/z-is-gnutar-ism later to maint).
517
- (merge 2e3926b va/i18n-misc-updates later to maint).
518
- (merge f212dcc bn/config-doc-tt-varnames later to maint).
519
- (merge f54bea4 nd/remote-plural-ours-plus-theirs later to maint).
520
- (merge 2bb0518 ak/t4151-ls-files-could-be-empty later to maint).
521
- (merge 4df4313 jc/test-seq later to maint).
522
- (merge a75a308 tb/t5601-sed-fix later to maint).
523
- (merge 6c1fbe1 va/i18n-remote-comment-to-align later to maint).
524
- (merge dee2303 va/mailinfo-doc-typofix later to maint).
525
506
(merge cd82b7a pa/cherry-pick-doc-typo later to maint).
526
507
(merge 2bb73ae rs/patch-id-use-skip-prefix later to maint).
527
508
(merge aa20cbc rs/apply-name-terminate later to maint).
0 commit comments