added output of ls -lb in git directory to show that the file is not added to the annex
This commit is contained in:
parent
7bdac3a96b
commit
45a5276e23
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue