Skip to content

Commit 6a69551

Browse files
committed
Update draft release notes to 1.7.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 99f5b08 commit 6a69551

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Documentation/RelNotes-1.7.1.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,14 @@ Updates since v1.7.0
77
* Some commands (e.g. svn and http interfaces) that interactively ask
88
password can be told to use an external program given via GIT_ASKPASS.
99

10-
* Color values given to "color.<cmd>.<slot>" configuration can now have
11-
more than one attributes (e.g. "bold ul").
12-
13-
* "git apply --whitespace=fix" didn't work well when an early patch in
14-
a patch series adds trailing blank lines and a later one depended on
15-
such a block of blank lines at the end.
16-
1710
* "git am" learned "--keep-cr" option to handle inputs that are
1811
mixture of changes to files with and without CRLF line endings.
1912

2013
* "git cvsimport" learned -R option to leave revision mapping between
2114
CVS revisions and resulting git commits.
2215

16+
* "git diff --submodule" notices and descries dirty submodules.
17+
2318
* "git for-each-ref" learned %(symref), %(symref:short) and %(flag)
2419
tokens.
2520

@@ -36,11 +31,15 @@ Updates since v1.7.0
3631

3732
* "git grep" learned to paint filename and line-number in colors.
3833

34+
* "git log -p --first-parent -m" shows one-parent diff for merge
35+
commits, instead of showing combined diff.
36+
3937
* "git merge-file" learned to use custom conflict marker size and also use
4038
the "union merge" behaviour.
4139

4240
* "git notes" command has been rewritten in C and learned quite a
43-
many commands.
41+
many commands and features to help you carry notes forward across
42+
rebases and amends.
4443

4544
* "git request-pull" identifies the commit the request is relative to in
4645
a more readable way.
@@ -49,6 +48,8 @@ Updates since v1.7.0
4948
near the tip while preserving your local changes in a way similar
5049
to how "git checkout branch" does.
5150

51+
* "git status" notices and descries dirty submodules.
52+
5253
* "git svn" should work better when interacting with repositories
5354
with CRLF line endings.
5455

@@ -66,5 +67,5 @@ release, unless otherwise noted.
6667
---
6768
exec >/var/tmp/1
6869
echo O=$(git describe)
69-
O=v1.7.0.2-323-g0d0925c
70+
O=v1.7.0.3-310-g99f5b08
7071
git shortlog --no-merges ^maint $O..

0 commit comments

Comments
 (0)