summaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes/1.8.5.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-10-23 22:37:27 +0200
committerJunio C Hamano <gitster@pobox.com>2013-10-23 22:37:27 +0200
commit3d092bfc6f2d9a998967979f926c661e9762601c (patch)
tree35406dfa0f81f7166d84b11abf7f1e01d9f328f4 /Documentation/RelNotes/1.8.5.txt
parentSync with 'maint' (diff)
downloadgit-3d092bfc6f2d9a998967979f926c661e9762601c.tar.xz
git-3d092bfc6f2d9a998967979f926c661e9762601c.zip
Update draft release notes to 1.8.5
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r--Documentation/RelNotes/1.8.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.5.txt b/Documentation/RelNotes/1.8.5.txt
index aa50f0543a..4c2aa7077b 100644
--- a/Documentation/RelNotes/1.8.5.txt
+++ b/Documentation/RelNotes/1.8.5.txt
@@ -76,6 +76,10 @@ Foreign interfaces, subsystems and ports.
UI, Workflows & Features
+ * "git grep" and "git show" pays attention to "--textconv" option
+ when these commands are told to operate on blob objects (e.g. "git
+ grep -e pattern HEAD:Makefile").
+
* "git replace" helper no longer allows an object to be replaced with
another object of a different type to avoid confusion (you can
still manually craft such replacement using "git update-ref", as an