-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information
Junio C Hamano
committed
Feb 12, 2009
1 parent
7a134db
commit e5887c1
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Documentation/RelNotes-1.6.1.3.txt | ||
Documentation/RelNotes-1.6.1.4.txt |