summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 47a876a)
raw | patch | inline | side by side (parent: 47a876a)
author | Junio C Hamano <gitster@pobox.com> | |
Mon, 26 Oct 2009 01:37:56 +0000 (18:37 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 26 Oct 2009 01:37:56 +0000 (18:37 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.5.2.txt | [new file with mode: 0644] | patch | blob |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history | |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes-1.6.5.2.txt b/Documentation/RelNotes-1.6.5.2.txt
--- /dev/null
@@ -0,0 +1,19 @@
+GIT v1.6.5.2 Release Notes
+==========================
+
+Fixes since v1.6.5.1
+--------------------
+
+ * Installation of templates triggered a bug in busybox when using tar
+ implementation from it.
+
+ * "git add -i" incorrectly ignored paths that are already in the index
+ if they matched .gitignore patterns.
+
+ * "git describe --always" should have produced some output even there
+ were no tags in the repository, but it didn't.
+
+ * "git ls-files" when showing tracked files incorrectly paid attention
+ to the exclude patterns.
+
+Other minor documentation updates are included.
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 8519928d4592c1f7abc20f75a62866b756611510..e3fe970b341891da633c901668f239698dda8abb 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
branch of the `git.git` repository.
Documentation for older releases are available here:
-* link:v1.6.5.1/git.html[documentation for release 1.6.5.1]
+* link:v1.6.5.2/git.html[documentation for release 1.6.5.2]
* release notes for
+ link:RelNotes-1.6.5.2.txt[1.6.5.2],
link:RelNotes-1.6.5.1.txt[1.6.5.1],
link:RelNotes-1.6.5.txt[1.6.5].
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index d11e43cf31567383bcaf91fcfb95e737f1309520..09cb354ca004fc5f03245b662da39d3745b4a7f6 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.5.1
+DEF_VER=v1.6.5.2
LF='
'
diff --git a/RelNotes b/RelNotes
index dda06d1d8f65f894a365bfb956d0c4dcbdf29d54..1cb2571eaae44b1e01fa4713c6c4b147eed9ac4a 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-Documentation/RelNotes-1.6.5.1.txt
\ No newline at end of file
+Documentation/RelNotes-1.6.5.2.txt
\ No newline at end of file