removed
This commit is contained in:
parent
55aa45794a
commit
3aaae3097b
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
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
|
|
||||||
|
|
||||||
|
|
||||||
git-annex version: 8.20201117-g3dda21d29
|
|
||||||
|
|
||||||
|
|
||||||
```
|
|
||||||
mkdir ...git.annex.test...
|
|
||||||
cd ...git.annex.test...
|
|
||||||
git init
|
|
||||||
git annex init
|
|
||||||
cp ../...directory.with.binary.files.small.and.large.../ . -r
|
|
||||||
# git config annex.largefiles anything # (this seems to have no affect to the operation below)
|
|
||||||
git annex add .
|
|
||||||
...
|
|
||||||
... (non-large file; adding content to git repository)
|
|
||||||
...
|
|
||||||
```
|
|
||||||
|
|
||||||
this only affects content under a dot-directory, is this expected?
|
|
Loading…
Add table
Add a link
Reference in a new issue