Skip to content

Commit bc9e7dd

Browse files
committed
Second batch for 1.7.12
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 639bdcc commit bc9e7dd

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

Documentation/RelNotes/1.7.12.txt

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@ UI, Workflows & Features
2424
Foreign 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

3235
Also 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
3942
releases are contained in this release (see release notes to them for
4043
details).
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

Comments
 (0)