Skip to content

Commit b0b35a6

Browse files
committed
Update draft release notes for 1.7.6.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c9321a0 commit b0b35a6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/1.7.6.1.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Fixes since v1.7.6
1212
though the actual error was that "unexecutable" was found but did
1313
not have a proper she-bang line to be executed.
1414

15+
* Error exits from $PAGER were silently ignored.
16+
1517
* "git checkout -b <branch>" was confused when attempting to create a
1618
branch whose name ends with "-g" followed by hexadecimal digits,
1719
and refused to work.
@@ -21,16 +23,25 @@ Fixes since v1.7.6
2123

2224
* "git diff --cc" learned to correctly ignore binary files.
2325

26+
* "git diff -c/--cc" mishandled a deletion that resolves a conflict, and
27+
looked in the working tree instead.
28+
2429
* "git fast-export" forgot to quote pathnames with unsafe characters
2530
in its output.
2631

32+
* "git fetch" over smart-http transport used to abort when the
33+
repository was updated between the initial connection and the
34+
subsequent object transfer.
35+
2736
* "git fetch" did not recurse into submodules in subdirectories.
2837

2938
* "git ls-tree" did not error out when asked to show a corrupt tree.
3039

3140
* "git pull" without any argument left an extra whitespace after the
3241
command name in its reflog.
3342

43+
* "git push --quiet" was not really quiet.
44+
3445
* "git rebase -i -p" incorrectly dropped commits from side branches.
3546

3647
* "git reset [<commit>] paths..." did not reset the index entry correctly

0 commit comments

Comments
 (0)