Skip to content

Commit 5c2f845

Browse files
committed
Update draft release notes to 1.7.7
The third batch. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 22f4128 commit 5c2f845

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Documentation/RelNotes/1.7.7.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,19 @@ Updates since v1.7.6
2626
* "git diff --stat" learned --stat-count option to limit the output of
2727
diffstat report.
2828

29+
* "git fetch", "git push" and friends no longer show connection
30+
errors for addresses that couldn't be connected when at least one
31+
address succeeds (this is arguably a regression but a deliberate
32+
one).
33+
2934
* "git grep" learned --break and --heading options, to let users mimic
3035
output format of "ack".
3136

3237
* "git rebase master topci" no longer spews usage hints after giving
3338
"fatal: no such branch: topci" error message.
3439

40+
* "git stash" learned --include-untracked option.
41+
3542
* "git submodule update" used to stop at the first error updating a
3643
submodule; it now goes on to update other submodules that can be
3744
updated, and reports the ones with errors at the end.
@@ -52,6 +59,10 @@ Fixes since v1.7.6
5259
Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
5360
included in this release.
5461

62+
* "git checkout -b <branch>" sometimes wrote a bogus reflog entry,
63+
causing later "git checkout -" fail.
64+
(merge 71ee7fd jc/checkout-reflog-fix~1 later).
65+
5566
* "git diff --cc" learned to correctly ignore binary files.
5667
(merge 0508fe5 jk/combine-diff-binary-etc later)
5768

@@ -61,6 +72,10 @@ included in this release.
6172
* "git rebase -i -p" incorrectly dropped commits from side branches.
6273
(merge 12bf828 aw/rebase-i-p later)
6374

75+
* "git submodule add" did not allow a relative repository path when
76+
the superproject did not have any default remote url.
77+
(merge f22a17e8 jl/submodule-add-relurl-wo-upstream later)
78+
6479
* "git submodule foreach" failed to correctly give the standard input to
6580
the user-supplied command it invoked.
6681
(merge 4dca1aa bc/submodule-foreach-stdin-fix-1.7.4 later)
@@ -77,7 +92,7 @@ included in this release.
7792
--
7893
exec >/var/tmp/1
7994
echo O=$(git describe master)
80-
O=v1.7.6-232-gd907bf8
95+
O=v1.7.6-344-g22f4128
8196
git log --first-parent --oneline $O..master
8297
echo
8398
git shortlog --no-merges ^maint ^$O master

0 commit comments

Comments
 (0)