This commit is contained in:
parent
f0c19c4c95
commit
a6e7890f1d
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
The git annex repo seems to be assuming anything under a hidden directory is non-large and thus is putting it in .git instead of .git/annex
|
The git annex repo seems to be assuming anything under a hidden directory is non-large and thus is putting it in .git instead of .git/annex
|
||||||
I have even tried
|
|
||||||
|
|
||||||
|
```
|
||||||
mkdir ...git.annex.test...
|
mkdir ...git.annex.test...
|
||||||
cd ...git.annex.test...
|
cd ...git.annex.test...
|
||||||
git init
|
git init
|
||||||
|
@ -11,5 +11,6 @@ git annex add .
|
||||||
...
|
...
|
||||||
... (non-large file; adding content to git repository)
|
... (non-large file; adding content to git repository)
|
||||||
...
|
...
|
||||||
|
```
|
||||||
|
|
||||||
this only affects content under a dot-directory, is this expected?
|
this only affects content under a dot-directory, is this expected?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue