summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://svario.it/gioele <gioele@web>2014-08-31 10:05:55 +0000
committerGravatar admin <admin@branchable.com>2014-08-31 10:05:55 +0000
commit7c36cf9c0534a1b3aa1a596f5c38ede2ef260c98 (patch)
treef4dd92e120b9ee1d9f19557326f9da3c7067a5dc
parent6bbc66d3ab53094d139cd8e571f4e78c6413afa3 (diff)
Add global configuration to test script
-rw-r--r--doc/bugs/whereis_does_not_work_in_direct_mode.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/bugs/whereis_does_not_work_in_direct_mode.mdwn b/doc/bugs/whereis_does_not_work_in_direct_mode.mdwn
index 69302b0b1..92ce0aa0b 100644
--- a/doc/bugs/whereis_does_not_work_in_direct_mode.mdwn
+++ b/doc/bugs/whereis_does_not_work_in_direct_mode.mdwn
@@ -20,7 +20,10 @@ The following script (available at <https://gist.github.com/gioele/dde462df89edf
set -e ; set -u
export LC_ALL=C
-
+
+# alwayscommit must be set globally to affects whereis and sync
+git config --global annex.alwayscommit false
+
direct=true # set to false to make the problem disappear
h=${h:-localhost}