Skip to content

Commit e5887c1

Browse files
committed
Prepare for 1.6.1.4.
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7a134db commit e5887c1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Documentation/RelNotes-1.6.1.4.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.6.1.3.txt
1+
Documentation/RelNotes-1.6.1.4.txt

0 commit comments

Comments
 (0)