@@ -24,10 +24,13 @@ UI, Workflows & Features
2424Foreign Interface
2525
2626
27- Performance and Internal Implementation (please report possible regressions)
27+ Performance, Internal Implementation, etc. (please report possible regressions)
2828
2929 * Some tests showed false failures caused by a bug in ecryptofs.
3030
31+ * We no longer use AsciiDoc7 syntax in our documentation and favor a
32+ more modern style.
33+
3134
3235Also contains minor documentation updates and code clean-ups.
3336
@@ -39,17 +42,24 @@ Unless otherwise noted, all the fixes since v1.7.11 in the maintenance
3942releases are contained in this release (see release notes to them for
4043details).
4144
42- * Running "git bundle verify" on a bundle that records a complete
43- history said "it requires these 0 commits".
45+ * The documentation for "git cherry-pick A B..C" was misleading.
46+ (merge b98878e cn/cherry-pick-range-docs later to maint).
47+
48+ * "git archive" incorrectly computed the header checksum; the symptom
49+ was observed only when using pathnames with hi-bit set.
50+ (merge a5a46eb jc/ustar-checksum-is-unsigned later to maint).
51+
52+ * Running "git bundle verify" on a bundle that records a complete
53+ history said "it requires these 0 commits".
4454 (merge 8c3710f jc/bundle-complete-notice later to maint).
4555
46- * "git ls-files --exclude=t -i" did not consider anything under t/ as
47- excluded, as it did not pay attention to exclusion of leading paths
48- while walking the index. Other two users of excluded() are also
49- updated.
56+ * "git ls-files --exclude=t -i" did not consider anything under t/ as
57+ excluded, as it did not pay attention to exclusion of leading paths
58+ while walking the index. Other two users of excluded() are also
59+ updated.
5060 (merge 0d316f0 jc/ls-files-i-dir later to maint).
5161
52- * "git request-pull $url dev" when the tip of "dev" branch was tagged
53- with "ext4-for-linus" used the contents from the tag in the output
54- but still asked the "dev" branch to be pulled, not the tag.
62+ * "git request-pull $url dev" when the tip of "dev" branch was tagged
63+ with "ext4-for-linus" used the contents from the tag in the output
64+ but still asked the "dev" branch to be pulled, not the tag.
5565 (merge 682853e jc/request-pull-match-tagname later to maint).
0 commit comments