@@ -53,11 +53,6 @@ Updates since v1.7.5
53
53
* "git commit" learned a "--patch" option to directly jump to the
54
54
per-hunk selection UI of the interactive mode.
55
55
56
- * "git diff -C -C" used to disable the rename detection entirely when
57
- there are too many copy candidate paths in the tree; now it falls
58
- back to "-C" when doing so would keep the copy candidate paths
59
- under the rename detection limit.
60
-
61
56
* "git diff" and its family of commands learned --dirstat=0 to show
62
57
directories that contribute less than 0.1% of changes.
63
58
@@ -72,6 +67,8 @@ Updates since v1.7.5
72
67
characters in it, e.g. "Junio C. Hamano" <
[email protected] >. Earlier
73
68
it was up to the user to do this when using its output.
74
69
70
+ * "git format-patch" can take an empty --subject-prefix now.
71
+
75
72
* "git log" and friends learned a new "--notes" option to replace the
76
73
"--show-notes" option. Unlike "--show-notes", "--notes=<ref>" does
77
74
not imply showing the default notes.
@@ -93,9 +90,20 @@ Updates since v1.7.5
93
90
94
91
* p4-import (from contrib) learned a new option --preserve-user.
95
92
93
+ * "git read-tree -m" learned "--dry-run" option that reports if a merge
94
+ would fail without touching the index nor the working tree.
95
+
96
96
* "git rebase" that does not specify on top of which branch to rebase
97
97
the current branch now uses @{upstream} of the current branch.
98
98
99
+ * "git rebase" finished either normally or with --abort did not
100
+ update the reflog for HEAD to record the event to come back to
101
+ where it started from.
102
+
103
+ * "git remote add -t only-this-branch --mirror=fetch" is now allowed. Earlier
104
+ a fetch-mode mirror meant mirror everything, but now it only means refs are
105
+ not renamed.
106
+
99
107
* "git rev-list --count" used with "--cherry-mark" counts the cherry-picked
100
108
commits separately, producing more a useful output.
101
109
@@ -116,11 +124,6 @@ Fixes since v1.7.5
116
124
Unless otherwise noted, all the fixes in 1.7.5.X maintenance track are
117
125
included in this release.
118
126
119
- * The single-key mode of "git add -p" was easily fooled into thinking
120
- that it was told to add everthing ('a') when up-arrow was pressed by
121
- mistake.
122
- (merge tr/add-i-no-escape later)
123
-
124
127
* "git config" used to choke with an insanely long line.
125
128
(merge ef/maint-strbuf-init later)
126
129
0 commit comments