Skip to content

Commit be2fb16

Browse files
committed
Merge branch 'maint'
* maint: Update draft release notes to 1.7.0.2 Remove extra '-' from git-am(1)
2 parents 3acae29 + 3609ad8 commit be2fb16

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

Documentation/RelNotes-1.7.0.2.txt

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,43 @@ Git v1.7.0.2 Release Notes
44
Fixes since v1.7.0.1
55
--------------------
66

7+
* GIT_PAGER was not honored consistently by some scripted Porcelains, most
8+
notably "git am".
9+
10+
* updating working tree files after telling git to add them to the
11+
index and while it is still working created garbage object files in
12+
the repository without diagnosing it as an error.
13+
14+
* "git bisect -- pathspec..." did not diagnose an error condition properly when
15+
the simplification with given pathspec made the history empty.
16+
17+
* "git rev-list --cherry-pick A...B" now has an obvious optimization when the
18+
histories haven't diverged (i.e. when one end is an ancestor of the other).
19+
20+
* "git diff --quiet -w" did not work as expected.
21+
722
* "git fast-import" didn't work with a large input, as it lacked support
823
for producing the pack index in v2 format.
924

1025
* "git imap-send" didn't use CRLF line endings over the imap protocol
1126
when storing its payload to the draft box, violating RFC 3501.
1227

28+
* "git log --format='%w(x,y,z)%b'" and friends that rewrap message
29+
has been optimized for utf-8 payload.
30+
1331
* Error messages generated on the receiving end did not come back to "git
1432
push".
1533

34+
* "git status" in 1.7.0 lacked the optimization we used to have in 1.6.X series
35+
to speed up scanning of large working tree.
36+
37+
* "gitweb" did not diagnose parsing errors properly while reading tis configuration
38+
file.
39+
1640
And other minor fixes and documentation updates.
1741

1842
---
1943
exec >/var/tmp/1
20-
O=v1.7.0.1-28-gb46946a
44+
O=v1.7.0.1-64-g7d18122
2145
echo O=$(git describe maint)
2246
git shortlog --no-merges $O..maint

Documentation/git-am.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ OPTIONS
4444
Remove everything in body before a scissors line (see
4545
linkgit:git-mailinfo[1]).
4646

47-
---no-scissors::
47+
--no-scissors::
4848
Ignore scissors lines (see linkgit:git-mailinfo[1]).
4949

5050
-q::

0 commit comments

Comments
 (0)