Merge branch 'maint-1.6.0' into maint-1.6.1
[git] / Documentation / RelNotes-1.6.1.4.txt
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..