diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-09 13:56:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-09 13:56:40 -0400 |
commit | a33edddcae62eec75f3058577690413904af9386 (patch) | |
tree | dcc6c2fba6c2118e6541718dbdb7af7026aebe31 | |
parent | 03b5f14c8b81d46dc28faceda91530d0817bede4 (diff) |
fixed
-rw-r--r-- | doc/bugs/git_annex_describe_can_break_uuid.log.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
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 e7dc6a4bb..e00f508b3 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]] |