summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.6.0.1.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-08-24 21:47:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-08-24 21:47:24 (GMT)
commit5760a6b094736e6f59eb32c7abb4cdbb7fca1627 (patch)
tree9e789df79a03fc081c919fd02950632801044d72 /Documentation/RelNotes-1.6.0.1.txt
parentfb7092807962af168a76f6d8cbab02150daa0b5a (diff)
downloadgit-5760a6b094736e6f59eb32c7abb4cdbb7fca1627.zip
git-5760a6b094736e6f59eb32c7abb4cdbb7fca1627.tar.gz
git-5760a6b094736e6f59eb32c7abb4cdbb7fca1627.tar.bz2
GIT 1.6.0.1v1.6.0.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.6.0.1.txt')
-rw-r--r--Documentation/RelNotes-1.6.0.1.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/Documentation/RelNotes-1.6.0.1.txt b/Documentation/RelNotes-1.6.0.1.txt
index bac117e..49d7a1c 100644
--- a/Documentation/RelNotes-1.6.0.1.txt
+++ b/Documentation/RelNotes-1.6.0.1.txt
@@ -4,6 +4,9 @@ GIT v1.6.0.1 Release Notes
Fixes since v1.6.0
------------------
+* "git diff --cc" did not honor content mangling specified by
+ gitattributes and core.autocrlf when reading from the work tree.
+
* "git diff --check" incorrectly detected new trailing blank lines when
whitespace check was in effect.
@@ -13,6 +16,8 @@ Fixes since v1.6.0
* "git format-patch" peeked before the beginning of a string when
"format.headers" variable is empty (a misconfiguration).
+* "git help help" did not work correctly.
+
* "git mailinfo" (hence "git am") was unhappy when MIME multipart message
contained garbage after the finishing boundary.
@@ -22,10 +27,10 @@ Fixes since v1.6.0
* "git merge" did not refresh the index correctly when a merge resulted in
a fast-forward.
-Contains other various documentation fixes.
+* "git merge" did not resolve a truly trivial merges that can be done
+ without content level merges.
---
-exec >/var/tmp/1
-O=v1.6.0-14-g3a634dc
-echo O=$(git describe maint)
-git shortlog --no-merges $O..maint
+* "git svn dcommit" to a repository with URL that has embedded usernames
+ did not work correctly.
+
+Contains other various documentation fixes.