aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-14 15:29:35 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-14 15:29:35 -0400
commitbd592d761bd451d28fdc3842cf2d2fd277d16819 (patch)
tree6ff4e5d3e12d1dcb600c4ec9cff3dcd21e947d95
parent6eda468741701d7de093b625102790115a6b326b (diff)
comment6.20160114
-rw-r--r--doc/bugs/addurl_--batch__--with-files_doesn__39__t_add_file_into_git_until_pipe_is_closed/comment_2_ec825d013fedbecfc7dc57dcf977cef1._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/addurl_--batch__--with-files_doesn__39__t_add_file_into_git_until_pipe_is_closed/comment_2_ec825d013fedbecfc7dc57dcf977cef1._comment b/doc/bugs/addurl_--batch__--with-files_doesn__39__t_add_file_into_git_until_pipe_is_closed/comment_2_ec825d013fedbecfc7dc57dcf977cef1._comment
new file mode 100644
index 000000000..8d214a756
--- /dev/null
+++ b/doc/bugs/addurl_--batch__--with-files_doesn__39__t_add_file_into_git_until_pipe_is_closed/comment_2_ec825d013fedbecfc7dc57dcf977cef1._comment
@@ -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)
+"""]]