We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a134db commit e5887c1Copy full SHA for e5887c1
Documentation/RelNotes-1.6.1.4.txt
@@ -0,0 +1,19 @@
1
+GIT v1.6.1.4 Release Notes
2
+==========================
3
+
4
+Fixes since v1.6.1.3
5
+--------------------
6
7
+* "git fast-export" produced wrong output with some parents missing from
8
+ commits, when the history is clock-skewed.
9
10
+* "git fast-import" sometimes failed to read back objects it just wrote
11
+ out and aborted, because it failed to flush stale cached data.
12
13
+* "git repack" did not error out when necessary object was missing in the
14
+ repository.
15
16
+Also includes minor documentation fixes and updates.
17
18
+--
19
+git shortlog --no-merges v1.6.1.3..
RelNotes
@@ -1 +1 @@
-Documentation/RelNotes-1.6.1.3.txt
+Documentation/RelNotes-1.6.1.4.txt
0 commit comments