diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmcYryijvlF8bJvM_eZNSrUPEkMlxMDGTQ <Thiago@web> | 2012-10-04 03:53:58 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-10-04 03:53:58 +0000 |
commit | d3261d90c1963e80cac2350beb9265cea8a70ec5 (patch) | |
tree | fa57c624ec2d596049c19537b578a33bb5f6d49a /doc | |
parent | 031979e5cbc0daac7f373b29888d484224245a1f (diff) |
Added a comment: The bug is actually something completely different!
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/error_when_using_repositories_with_non-ASCII_characters/comment_1_38cc2d2ed907649df085de8ad83cb9dd._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/error_when_using_repositories_with_non-ASCII_characters/comment_1_38cc2d2ed907649df085de8ad83cb9dd._comment b/doc/bugs/error_when_using_repositories_with_non-ASCII_characters/comment_1_38cc2d2ed907649df085de8ad83cb9dd._comment new file mode 100644 index 000000000..69d7f1da1 --- /dev/null +++ b/doc/bugs/error_when_using_repositories_with_non-ASCII_characters/comment_1_38cc2d2ed907649df085de8ad83cb9dd._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmcYryijvlF8bJvM_eZNSrUPEkMlxMDGTQ" + nickname="Thiago" + subject="The bug is actually something completely different!" + date="2012-10-04T03:53:57Z" + content=""" +Ok, this is a mix of luser error and a bug. + +I noticed that I wasn't providing a description in git annex init. So if I do \"git annex init foo\" in the first repository and \"git annex init bar\" in the clone, then git annex status works! + +So the bug is actually that you need to provide a description in git annex init, even though the man page says a description will be generated otherwise. + +(In my defense I hit the non-ACII characters bug with the git annex version in Ubuntu, and that one still has the same error even if a description is provided so this was fixed later). +"""]] |