summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-18 13:35:28 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-18 13:35:28 -0400
commita13c5d39b83aeceeb8d65ca90fa6dc68a17fe5cb (patch)
treeb53d98799e51d3a63023d461c3b1dc8a52e2cdb2
parenta06745ee9b9b9d59ac4e55d6455abef56855d82e (diff)
parentbe63012d662dfd179387d012bd603a1406174c8d (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/forum/How_to_sync_without_enumerating_files__63__.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/How_to_sync_without_enumerating_files__63__.mdwn b/doc/forum/How_to_sync_without_enumerating_files__63__.mdwn
new file mode 100644
index 000000000..b67da98d8
--- /dev/null
+++ b/doc/forum/How_to_sync_without_enumerating_files__63__.mdwn
@@ -0,0 +1,7 @@
+I regularly get this:
+
+ It took 148.17 seconds to enumerate untracked files. 'status -uno'
+ may speed it up, but you have to be careful not to forget to add
+ new files yourself (see 'git help status').
+
+How can I run git-annex sync without enumerating untracked files? Can I add the -uno switch somehow?