Skip to content

Commit d07430f

Browse files
committed
Update draft release notes to 1.7.0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e33fd3c commit d07430f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Documentation/RelNotes-1.7.0.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,14 @@ Updates since v1.6.6
5050

5151
(portability)
5252

53+
* Some more MSVC portability patches for msysgit port.
54+
55+
* Minimum Pthreads emulation for msysgit port.
56+
5357
(performance)
5458

59+
* More performance improvement patches for msysgit port.
60+
5561
(usability, bells and whistles)
5662

5763
* More commands learned "--quiet" and "--[no-]progress" options.
@@ -66,6 +72,11 @@ Updates since v1.6.6
6672
* HTTP transfer can use authentication scheme other than basic
6773
(i.e./e.g. digest).
6874

75+
* Switching from a version of superproject that used to have a submodule
76+
to another version of superproject that no longer has it did not remove
77+
the submodule directory when it should (namely, when you are not
78+
interested in the submodule at all and didn't clone/checkout).
79+
6980
* "git checkout A...B" is a way to detach HEAD at the merge base between
7081
A and B.
7182

@@ -87,6 +98,10 @@ Updates since v1.6.6
8798
* Use of "git reset --merge" has become easier when resetting away a
8899
conflicted mess left in the work tree.
89100

101+
* "git rerere" had rerere.autoupdate configuration but there was no way
102+
to countermand it from the command line; --no-rerere-autoupdate option
103+
given to "merge", "revert", etc. fixes this.
104+
90105
* "git status" learned "-s(hort)" output format.
91106

92107
(developers)
@@ -102,6 +117,6 @@ release, unless otherwise noted.
102117

103118
--
104119
exec >/var/tmp/1
105-
O=v1.6.6-242-gf287c65
120+
O=v1.6.6-263-ge33fd3c
106121
echo O=$(git describe master)
107122
git shortlog --no-merges $O..master ^maint

0 commit comments

Comments
 (0)