From f35da4a62e12e9cde47f30feaf2aa147c166ac08 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmURXBzaYE1gmVc-X9eLAyDat_6rHPl670" Date: Sat, 26 Jul 2014 16:50:32 +0000 Subject: added output of ls -lb in git directory to show that the file is not added to the annex --- .../git_annex_import_fails_on_filenames_with_newlines_in_them.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/bugs/git_annex_import_fails_on_filenames_with_newlines_in_them.mdwn b/doc/bugs/git_annex_import_fails_on_filenames_with_newlines_in_them.mdwn index 3b861981d..8727d3d93 100644 --- a/doc/bugs/git_annex_import_fails_on_filenames_with_newlines_in_them.mdwn +++ b/doc/bugs/git_annex_import_fails_on_filenames_with_newlines_in_them.mdwn @@ -18,6 +18,9 @@ drwxr-xr-x 3 bram bram 4096 Jul 26 18:20 annex/ bram@durian% git annex import ../foo$'\n'bar import foo bar git-annex: unknown response from git cat-file ("HEAD:./foo missing","HEAD:./foo\nbar") +bram@durian% ls -lb +total 4 +-r--r--r-- 2 bram bram 4 Jul 26 18:20 foo\nbar bram@durian% git status On branch master -- cgit v1.2.3