aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.8.1.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-11-25 18:52:42 -0800
committerJunio C Hamano <gitster@pobox.com>2012-11-25 18:52:42 -0800
commite8a1f5a2ae53805986b1b965e036450bdfc0c460 (patch)
treeb7c844b8b911efb58e19963deec33acccb18fbf6 /Documentation/RelNotes/1.8.1.txt
parentbe95387af2820b039d81d121ac2a74fdf9238073 (diff)
downloadgit-e8a1f5a2ae53805986b1b965e036450bdfc0c460.tar.gz
git-e8a1f5a2ae53805986b1b965e036450bdfc0c460.tar.xz
Update draft release notes to 1.8.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.8.1.txt')
-rw-r--r--Documentation/RelNotes/1.8.1.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.1.txt b/Documentation/RelNotes/1.8.1.txt
index 3a4baa49f..34c5b2697 100644
--- a/Documentation/RelNotes/1.8.1.txt
+++ b/Documentation/RelNotes/1.8.1.txt
@@ -27,6 +27,8 @@ Updates since v1.8.0
UI, Workflows & Features
+ * Command-line completion for tcsh has been added.
+
* We used to have a workaround for a bug in ancient "less" that
causes it to exit without any output when the terminal is resized.
The bug has been fixed in "less" version 406 (June 2007), and the
@@ -70,6 +72,9 @@ UI, Workflows & Features
* "git submodule sync" learned the "--recursive" option.
+ * "diff.submodule" configuration variable can be used to give custom
+ default value to the "git diff --submodule" option.
+
* "git symbolic-ref" learned the "-d $symref" option to delete the
named symbolic ref, which is more intuitive way to spell it than
"update-ref -d --no-deref".
@@ -195,3 +200,12 @@ details).
* "git checkout -b foo" while on an unborn branch did not say
"Switched to a new branch 'foo'" like other cases.
(merge afa8c07 jk/checkout-out-of-unborn later to maint).
+
+ * We failed to mention a file without any content change but whose
+ permission bit was modified, or (worse yet) a new file without any
+ content in the "git diff --stat" output.
+ (merge 74faaa1 lt/diff-stat-show-0-lines later to maint).
+
+ * "update-ref -d --deref SYM" to delete a ref through a symbolic ref
+ that points to it did not remove it correctly.
+ (merge b274a71 jh/update-ref-d-through-symref later to maint).