bug
This commit is contained in:
parent
2ec4602e36
commit
4e1dcc0372
1 changed files with 15 additions and 0 deletions
|
@ -30,6 +30,21 @@ Planned schedule of work:
|
||||||
|
|
||||||
## work notes
|
## work notes
|
||||||
|
|
||||||
|
* Bug:
|
||||||
|
|
||||||
|
git init foo
|
||||||
|
cd foo
|
||||||
|
git-annex init
|
||||||
|
git commit --allow-empty -m foo
|
||||||
|
cd ..
|
||||||
|
git clone foo bar
|
||||||
|
cd foo
|
||||||
|
git remote add bar ../bar
|
||||||
|
git-annex maxsize bar
|
||||||
|
|
||||||
|
Now `git-annex maxsize` will omit displaying bar. This is because the
|
||||||
|
DB got written without it.
|
||||||
|
|
||||||
* Concurrency issues with RepoSizes calculation and balanced content:
|
* Concurrency issues with RepoSizes calculation and balanced content:
|
||||||
|
|
||||||
* What if 2 concurrent threads are considering sending two different
|
* What if 2 concurrent threads are considering sending two different
|
||||||
|
|
Loading…
Reference in a new issue