File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ Fixes since v1.7.6
12
12
though the actual error was that "unexecutable" was found but did
13
13
not have a proper she-bang line to be executed.
14
14
15
+ * Error exits from $PAGER were silently ignored.
16
+
15
17
* "git checkout -b <branch>" was confused when attempting to create a
16
18
branch whose name ends with "-g" followed by hexadecimal digits,
17
19
and refused to work.
@@ -21,16 +23,25 @@ Fixes since v1.7.6
21
23
22
24
* "git diff --cc" learned to correctly ignore binary files.
23
25
26
+ * "git diff -c/--cc" mishandled a deletion that resolves a conflict, and
27
+ looked in the working tree instead.
28
+
24
29
* "git fast-export" forgot to quote pathnames with unsafe characters
25
30
in its output.
26
31
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
+
27
36
* "git fetch" did not recurse into submodules in subdirectories.
28
37
29
38
* "git ls-tree" did not error out when asked to show a corrupt tree.
30
39
31
40
* "git pull" without any argument left an extra whitespace after the
32
41
command name in its reflog.
33
42
43
+ * "git push --quiet" was not really quiet.
44
+
34
45
* "git rebase -i -p" incorrectly dropped commits from side branches.
35
46
36
47
* "git reset [<commit>] paths..." did not reset the index entry correctly
You can’t perform that action at this time.
0 commit comments