summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawm4or5sJLWB0evPKp70Q2OND-JmFPnOkLA <Christophe-Marie@web>2011-08-09 13:04:34 +0000
committerGravatar admin <admin@branchable.com>2011-08-09 13:04:34 +0000
commit20a8f8c85bbda5d8af90782a596abbb1b0ac1e86 (patch)
tree912c467c82dad8d7286661e56a5b879e4fb94f2a
parent1e934c29d66f44ff074a9d02004e2bd6abb90462 (diff)
-rw-r--r--doc/bugs/--git-dir_and_--work-tree_options.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/--git-dir_and_--work-tree_options.mdwn b/doc/bugs/--git-dir_and_--work-tree_options.mdwn
index ebae56b04..d76a42bff 100644
--- a/doc/bugs/--git-dir_and_--work-tree_options.mdwn
+++ b/doc/bugs/--git-dir_and_--work-tree_options.mdwn
@@ -13,7 +13,7 @@ git-annex does not take into account the --git-dir and --work-tree command line
regular git add works:
- > git --git-dir =/tmp/test/.git --work-tree=/tmp/test add foo
+ > git --git-dir=/tmp/test/.git --work-tree=/tmp/test add foo
> git --git-dir=/tmp/test/.git --work-tree=/tmp/test status
# On branch master
#