aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-05-25 22:43:05 -0700
committerJunio C Hamano <gitster@pobox.com>2008-05-25 22:43:05 -0700
commit8366b7baae7e5a33f609b07c939a3571653a2314 (patch)
treec4ba1932ba5b3dbd15cee76101160a1de15a9b4e /Documentation
parentfa620f1ac8191fa72e54b8b6acc3e424ecfae26e (diff)
parenta2f5be500839bdf75e4721cc68642b821128b7b9 (diff)
downloadgit-8366b7baae7e5a33f609b07c939a3571653a2314.tar.gz
git-8366b7baae7e5a33f609b07c939a3571653a2314.tar.xz
Merge branch 'maint'
* maint: builtin-fast-export: Only output a single parent per line Release Notes for 1.5.5.2 Conflicts: RelNotes
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes-1.5.5.2.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.5.5.2.txt b/Documentation/RelNotes-1.5.5.2.txt
new file mode 100644
index 000000000..391a7b02e
--- /dev/null
+++ b/Documentation/RelNotes-1.5.5.2.txt
@@ -0,0 +1,27 @@
+GIT v1.5.5.2 Release Notes
+==========================
+
+Fixes since v1.5.5.1
+--------------------
+
+ * "git repack -n" was mistakenly made no-op earlier.
+
+ * "git imap-send" wanted to always have imap.host even when use of
+ imap.tunnel made it unnecessary.
+
+ * reflog syntax that uses time e.g. "HEAD@{10 seconds ago}:path" did not
+ stop parsing at the closing "}".
+
+ * "git rev-parse --symbolic-full-name ^master^2" printed solitary "^",
+ but it should print nothing.
+
+ * "git commit" did not detect when it failed to write tree objects.
+
+ * "git fetch" sometimes transferred too many objects unnecessarily.
+
+ * a path specification "a/b" in .gitattributes file should not match
+ "sub/a/b".
+
+ * various gitweb fixes.
+
+Also comes with various documentation updates.