diff options
author | Jan <Jan@web> | 2015-08-04 12:41:42 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-08-04 12:41:42 +0000 |
commit | 46ae2a3b15d91960f13eaf57768f64d544717ca5 (patch) | |
tree | de62fd282dcdc8332e16fa8a583d14e42a5d569d | |
parent | a3db1b25679c25819d6caad45cc77534514007d7 (diff) |
-rw-r--r-- | doc/bugs/git-annex_get_with_umlaut_characters_in_filenames.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_get_with_umlaut_characters_in_filenames.mdwn b/doc/bugs/git-annex_get_with_umlaut_characters_in_filenames.mdwn index 6f6616afd..c05130a69 100644 --- a/doc/bugs/git-annex_get_with_umlaut_characters_in_filenames.mdwn +++ b/doc/bugs/git-annex_get_with_umlaut_characters_in_filenames.mdwn @@ -45,3 +45,15 @@ failed """]] the *tba* repository is accessible since all the other files were synced correctly. + +Git status reports untracked files which look like they were renamed. + +[[!format sh """ +$ git status +Untracked files: + (use "git add <file>..." to include in what will be committed) + + "Ant\303\263nio Varia\303\247\303\265es/" + "B Fachada/B Fachada/01 sozinho no r\303\263que.mp3" + "B Fachada/B Fachada/03 D\303\241 mais m\303\272sica \303\240 b\303\263fia.mp3" +"""]] |