diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmURXBzaYE1gmVc-X9eLAyDat_6rHPl670 <Bram@web> | 2014-07-26 16:50:32 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-07-26 16:50:32 +0000 |
commit | f35da4a62e12e9cde47f30feaf2aa147c166ac08 (patch) | |
tree | ca5e41be520021fbb6d83c614e32c719e06f4c9a | |
parent | 9954f6acc8658ee3dc1b943a623b9a7553343189 (diff) |
added output of ls -lb in git directory to show that the file is not added to the annex
-rw-r--r-- | doc/bugs/git_annex_import_fails_on_filenames_with_newlines_in_them.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
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 |