@@ -95,6 +95,10 @@ UI, Workflows & Features
95
95
* "git commit" can be told to use --cleanup=whitespace by setting the
96
96
configuration variable commit.cleanup to 'whitespace'.
97
97
98
+ * "git diff" and other Porcelain commands can be told to use a
99
+ non-standard algorithm by setting diff.algorithm configuration
100
+ variable.
101
+
98
102
* "git fetch --mirror" and fetch that uses other forms of refspec
99
103
with wildcard used to attempt to update a symbolic ref that match
100
104
the wildcard on the receiving end, which made little sense (the
@@ -118,6 +122,10 @@ UI, Workflows & Features
118
122
* "git log --cc --graph" now shows the combined diff output with the
119
123
ancestry graph.
120
124
125
+ * "git log --grep=<pattern>" honors i18n.logoutputencoding to look
126
+ for the pattern after fixing the log message to the specified
127
+ encoding.
128
+
121
129
* "git mergetool" and "git difftool" learned to list the available
122
130
tool backends in a more consistent manner.
123
131
@@ -154,6 +162,11 @@ UI, Workflows & Features
154
162
tip of the remote branch (as opposed to integrating with the commit
155
163
recorded in the superproject's gitlink).
156
164
165
+ * "git upload-pack" which implements the service "ls-remote" and
166
+ "fetch" talk to can be told to hide ref hierarchies the server
167
+ side internally uses (and that clients have no business learning
168
+ about) with transfer.hiderefs configuration.
169
+
157
170
158
171
Foreign Interface
159
172
0 commit comments