@@ -27,6 +27,8 @@ Updates since v1.8.0
27
27
28
28
UI, Workflows & Features
29
29
30
+ * Command-line completion for tcsh has been added.
31
+
30
32
* We used to have a workaround for a bug in ancient "less" that
31
33
causes it to exit without any output when the terminal is resized.
32
34
The bug has been fixed in "less" version 406 (June 2007), and the
@@ -70,6 +72,9 @@ UI, Workflows & Features
70
72
71
73
* "git submodule sync" learned the "--recursive" option.
72
74
75
+ * "diff.submodule" configuration variable can be used to give custom
76
+ default value to the "git diff --submodule" option.
77
+
73
78
* "git symbolic-ref" learned the "-d $symref" option to delete the
74
79
named symbolic ref, which is more intuitive way to spell it than
75
80
"update-ref -d --no-deref".
@@ -195,3 +200,12 @@ details).
195
200
* "git checkout -b foo" while on an unborn branch did not say
196
201
"Switched to a new branch 'foo'" like other cases.
197
202
(merge afa8c07 jk/checkout-out-of-unborn later to maint).
203
+
204
+ * We failed to mention a file without any content change but whose
205
+ permission bit was modified, or (worse yet) a new file without any
206
+ content in the "git diff --stat" output.
207
+ (merge 74faaa1 lt/diff-stat-show-0-lines later to maint).
208
+
209
+ * "update-ref -d --deref SYM" to delete a ref through a symbolic ref
210
+ that points to it did not remove it correctly.
211
+ (merge b274a71 jh/update-ref-d-through-symref later to maint).
0 commit comments