aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/addurl_--batch__--with-files_doesn__39__t_add_file_into_git_until_pipe_is_closed/comment_2_ec825d013fedbecfc7dc57dcf977cef1._comment
blob: 8d214a7565f7447244f66bf68ad69669065fa2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)
"""]]