summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.6.0.2.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-09-03 22:39:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-09-03 22:39:19 (GMT)
commitde5d560c99c96e2955fb4d1d8a8fa6b469926292 (patch)
treecfc24e1102e0a198846e8ec552d1bcc1c172ecc6 /Documentation/RelNotes-1.6.0.2.txt
parent6a42cfe86c485675987b64690e75d8821567d328 (diff)
downloadgit-de5d560c99c96e2955fb4d1d8a8fa6b469926292.zip
git-de5d560c99c96e2955fb4d1d8a8fa6b469926292.tar.gz
git-de5d560c99c96e2955fb4d1d8a8fa6b469926292.tar.bz2
Start 1.6.0.2 maintenance cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.6.0.2.txt')
-rw-r--r--Documentation/RelNotes-1.6.0.2.txt50
1 files changed, 50 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.6.0.2.txt b/Documentation/RelNotes-1.6.0.2.txt
new file mode 100644
index 0000000..686e607
--- /dev/null
+++ b/Documentation/RelNotes-1.6.0.2.txt
@@ -0,0 +1,50 @@
+GIT v1.6.0.2 Release Notes
+==========================
+
+Fixes since v1.6.0.1
+--------------------
+
+* Installation on platforms that needs .exe suffix to git-* programs were
+ broken in 1.6.0.1.
+
+* Installation on filesystems without symbolic links support did nto
+ work well.
+
+* In-tree documentations and test scripts now use "git foo" form to set a
+ better example, instead of the "git-foo" form (which is an acceptable
+ form if you have "PATH=$(git --exec-path):$PATH" in your script)
+
+* Many commands did not use the correct working tree location when used
+ with GIT_WORK_TREE environment settings.
+
+
+
+* "git apply --unidiff-zero" incorrectly applied a -U0 patch that inserts
+ a new line before the second line.
+
+* "git clone $there $here/" with extra trailing slashes after explicit
+ local directory name $here did not work as expected.
+
+* "git diff --dirstat -M" did not add changes in subdirectories up
+ correctly for renamed paths.
+
+* "git for-each-ref refs/heads/" did not work as expected.
+
+* "git log --grep=pattern -i" did not ignore case.
+
+* "git log --pretty="%ad" --date=short" did not use short format when
+ showing the timestamp.
+
+* Build procedure for "git shell" that used stub versions of some
+ functions and globals was not understood by linkers on some platforms.
+
+* "git verify-pack -v" did not work correctly when given more than one
+ packfile.
+
+Also contains many documentation updates.
+
+--
+exec >/var/tmp/1
+O=v1.6.0.1-49-g6a42cfe
+echo O=$(git describe maint)
+git shortlog --no-merges $O..maint