@@ -24,10 +24,13 @@ UI, Workflows & Features
24
24
Foreign Interface
25
25
26
26
27
- Performance and Internal Implementation (please report possible regressions)
27
+ Performance, Internal Implementation, etc. (please report possible regressions)
28
28
29
29
* Some tests showed false failures caused by a bug in ecryptofs.
30
30
31
+ * We no longer use AsciiDoc7 syntax in our documentation and favor a
32
+ more modern style.
33
+
31
34
32
35
Also contains minor documentation updates and code clean-ups.
33
36
@@ -39,17 +42,24 @@ Unless otherwise noted, all the fixes since v1.7.11 in the maintenance
39
42
releases are contained in this release (see release notes to them for
40
43
details).
41
44
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".
44
54
(merge 8c3710f jc/bundle-complete-notice later to maint).
45
55
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.
50
60
(merge 0d316f0 jc/ls-files-i-dir later to maint).
51
61
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.
55
65
(merge 682853e jc/request-pull-match-tagname later to maint).
0 commit comments