aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.8.2.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-18 11:26:11 -0800
committerJunio C Hamano <gitster@pobox.com>2013-01-18 11:26:11 -0800
commitbbc6f64b4eca0b792060ae8b8ccb58526dbbc076 (patch)
tree4566ecd6b1ab511af90436c6122af2d7a27d67cb /Documentation/RelNotes/1.8.2.txt
parent264238f7bd160fd4d0949ca27856875910509aaa (diff)
downloadgit-bbc6f64b4eca0b792060ae8b8ccb58526dbbc076.tar.gz
git-bbc6f64b4eca0b792060ae8b8ccb58526dbbc076.tar.xz
Update draft release notes to 1.8.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.8.2.txt')
-rw-r--r--Documentation/RelNotes/1.8.2.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.2.txt b/Documentation/RelNotes/1.8.2.txt
index ff5869d96..78820ac44 100644
--- a/Documentation/RelNotes/1.8.2.txt
+++ b/Documentation/RelNotes/1.8.2.txt
@@ -213,6 +213,14 @@ details).
to add a newline after such a line.
(merge e0db176 sp/shortlog-missing-lf later to maint).
+ * Command line completion leaked an unnecessary error message while
+ looking for possible matches with paths in <tree-ish>.
+ (merge ca87dd6 ds/completion-silence-in-tree-path-probe later to maint).
+
+ * Command line completion for "tcsh" emitted an unwanted space
+ after completing a single directory name.
+ (merge 92f1c04 mk/complete-tcsh later to maint).
+
* Some shells do not behave correctly when IFS is unset; work it
around by explicitly setting it to the default value.
(merge 393050c jc/maint-fbsd-sh-ifs-workaround later to maint).