summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7a134db)
raw | patch | inline | side by side (parent: 7a134db)
author | Junio C Hamano <gitster@pobox.com> | |
Thu, 12 Feb 2009 02:44:03 +0000 (18:44 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 12 Feb 2009 02:44:03 +0000 (18:44 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.1.4.txt | [new file with mode: 0644] | patch | blob |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes-1.6.1.4.txt b/Documentation/RelNotes-1.6.1.4.txt
--- /dev/null
@@ -0,0 +1,19 @@
+GIT v1.6.1.4 Release Notes
+==========================
+
+Fixes since v1.6.1.3
+--------------------
+
+* "git fast-export" produced wrong output with some parents missing from
+ commits, when the history is clock-skewed.
+
+* "git fast-import" sometimes failed to read back objects it just wrote
+ out and aborted, because it failed to flush stale cached data.
+
+* "git repack" did not error out when necessary object was missing in the
+ repository.
+
+Also includes minor documentation fixes and updates.
+
+--
+git shortlog --no-merges v1.6.1.3..
diff --git a/RelNotes b/RelNotes
index 0a61bcd11b8c468f842b2e82732075db4bb0db3e..56936add354167e7dac8eb4f8b053572c92c47f8 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-Documentation/RelNotes-1.6.1.3.txt
\ No newline at end of file
+Documentation/RelNotes-1.6.1.4.txt
\ No newline at end of file