summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar ghen1 <ghen1@web>2017-10-18 03:40:38 +0000
committerGravatar admin <admin@branchable.com>2017-10-18 03:40:38 +0000
commitbe63012d662dfd179387d012bd603a1406174c8d (patch)
tree03ddcd6d6b8b619eb99af45eb9aed088721820c1 /doc
parentc50cc966a9365a5056e63c0087751d9636acb0ab (diff)
Diffstat (limited to 'doc')
-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?