diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-27 14:16:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-27 14:16:55 -0400 |
commit | 530a4a5c303706d1c52e1655d5e5e49965845210 (patch) | |
tree | fff3084fb7a507bb46a9ace91d97e9e62ab9401d /doc | |
parent | 85feb21fb08874b00e96fa172d6e6c7f4cb02660 (diff) | |
parent | 192c6b8f26928fcfa436a39abc254ff81fd4a9f6 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
3 files changed, 53 insertions, 0 deletions
diff --git a/doc/bugs/5.20140517_fails_to_talk_to_other_5.x_git-annex_remotes/comment_3_5ae2178863709230ddb995905c629c4e._comment b/doc/bugs/5.20140517_fails_to_talk_to_other_5.x_git-annex_remotes/comment_3_5ae2178863709230ddb995905c629c4e._comment new file mode 100644 index 000000000..3234ff75b --- /dev/null +++ b/doc/bugs/5.20140517_fails_to_talk_to_other_5.x_git-annex_remotes/comment_3_5ae2178863709230ddb995905c629c4e._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.176" + subject="comment 3" + date="2014-05-27T17:54:06Z" + content=""" +Well, your transcript shows you init a git repository. But you have not run `git annex init` in it, so git-annex-shell won't use it. + + +"""]] diff --git a/doc/bugs/Commiting_Files_Containing_Non_Ascii_Char_on_OS_X_/comment_3_eb34061429cb8c7d0b155825e84b657b._comment b/doc/bugs/Commiting_Files_Containing_Non_Ascii_Char_on_OS_X_/comment_3_eb34061429cb8c7d0b155825e84b657b._comment new file mode 100644 index 000000000..acd5775cd --- /dev/null +++ b/doc/bugs/Commiting_Files_Containing_Non_Ascii_Char_on_OS_X_/comment_3_eb34061429cb8c7d0b155825e84b657b._comment @@ -0,0 +1,35 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.176" + subject="comment 3" + date="2014-05-27T18:02:11Z" + content=""" +I tried with that filename, and had no difficulty committing it. + +<pre> +oberon:repo joeyh$ git annex add George\'s\ Cafe\314\201 +add George's Café ok +(Recording state in git...) +oberon:repo joeyh$ git commit -m foo +[master (root-commit) 8acd5d4] foo + Committer: Joey Hess <joeyh@oberon.local.tam-lin.net> +Your name and email address were configured automatically based +on your username and hostname. Please check that they are accurate. +You can suppress this message by setting them explicitly: + + git config --global user.name \"Your Name\" + git config --global user.email you@example.com + +After doing this, you may fix the identity used for this commit with: + + git commit --amend --reset-author + + 1 file changed, 1 insertion(+) + create mode 120000 \"George's Caf\303\251\" + +</pre> + +I even tried running the assistant with all locale settings set to C, and it still had no problem adding and committing that filename. + +So, I need help reproducing this, or I need to see the error message you see when the problem happens to you. +"""]] diff --git a/doc/bugs/forget_corrupts_non-ascii_chars/comment_2_31f9362619dee0b8ebae80694ae1b2d0._comment b/doc/bugs/forget_corrupts_non-ascii_chars/comment_2_31f9362619dee0b8ebae80694ae1b2d0._comment new file mode 100644 index 000000000..6c62a91cb --- /dev/null +++ b/doc/bugs/forget_corrupts_non-ascii_chars/comment_2_31f9362619dee0b8ebae80694ae1b2d0._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.176" + subject="comment 2" + date="2014-05-27T17:58:35Z" + content=""" +Notice that the filename is corrupted from the beginning; all writes to the git-annex branch truncated characters to 8 bits. The rest just followed from that. +"""]] |