diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-02-11 18:47:30 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-11 18:47:30 -0800 |
commit | 30aa4fb15fa408596dea59cdc9f00c94eeaa69f1 (patch) | |
tree | a52e476cf2c87ab65f06c567424a1859a7f52ee2 /Documentation | |
parent | 0ea29cce4d099d2fa6613ec66c080776cfe869d5 (diff) | |
parent | e5887c1bda12b31ea7af0ce798bfdee308e1b176 (diff) | |
download | git-30aa4fb15fa408596dea59cdc9f00c94eeaa69f1.tar.gz git-30aa4fb15fa408596dea59cdc9f00c94eeaa69f1.tar.xz |
Merge branch 'maint'
* maint:
Prepare for 1.6.1.4.
Make repack less likely to corrupt repository
fast-export: ensure we traverse commits in topological order
Clear the delta base cache if a pack is rebuilt
Conflicts:
RelNotes
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes-1.6.1.4.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.6.1.4.txt b/Documentation/RelNotes-1.6.1.4.txt new file mode 100644 index 000000000..a9f1a6b8b --- /dev/null +++ b/Documentation/RelNotes-1.6.1.4.txt @@ -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.. |