diff --git a/doc/bugs/git_annex_describe_can_break_uuid.log.mdwn b/doc/bugs/git_annex_describe_can_break_uuid.log.mdwn index e7dc6a4bb7..e00f508b34 100644 --- a/doc/bugs/git_annex_describe_can_break_uuid.log.mdwn +++ b/doc/bugs/git_annex_describe_can_break_uuid.log.mdwn @@ -38,3 +38,10 @@ $ git cat-file blob git-annex:uuid.log # End of transcript. """]] + +> Fixed the bug and made git breakage not crash git-annex. [[done]] +> +> You will probably end up with `git annex info` (used to be `git annex +> status`) showing a strange display for "b". Just running "git annex dead +> b" will clean that up. (You'd not want to do this if b is an active git +> remote.) --[[Joey]]