comment
This commit is contained in:
parent
9f030321cb
commit
d2dadeb611
1 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 2"""
|
||||||
|
date="2016-01-13T18:26:40Z"
|
||||||
|
content="""
|
||||||
|
git-annex queues up adds because `git add` can be relatively expensive
|
||||||
|
(rewriting the whole index file).
|
||||||
|
|
||||||
|
If you don't want the queueing to happen for some reason, you can set
|
||||||
|
annex.queuesize=1
|
||||||
|
|
||||||
|
(Fixed a fencepost problem that made the queue flush lag by one item when
|
||||||
|
using annex.queuesize=1)
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue