diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4 <Andreas@web> | 2015-01-14 15:33:35 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-01-14 15:33:35 +0000 |
commit | 19e184f838c821a1c3da0616a8d4a3a343b88266 (patch) | |
tree | 8a9c27aeafe1fcc1cab5c1abf7b70f5b713a5ca7 | |
parent | dadc510ee655b6e9782d92bc9b07dab7328fd74a (diff) |
-rw-r--r-- | doc/bugs/git_annex_direct_-__62___rename:_does_not_exist.mdwn | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/bugs/git_annex_direct_-__62___rename:_does_not_exist.mdwn b/doc/bugs/git_annex_direct_-__62___rename:_does_not_exist.mdwn index a8f1fc59a..332ea4357 100644 --- a/doc/bugs/git_annex_direct_-__62___rename:_does_not_exist.mdwn +++ b/doc/bugs/git_annex_direct_-__62___rename:_does_not_exist.mdwn @@ -2,13 +2,13 @@ git annex direct displays warnings(?) ### What steps will reproduce the problem? -mkdir test -cd test -git init -git annex init -touch foobar.txt -git annex add -git annex direct + mkdir test + cd test + git init + git annex init + touch foobar.txt + git annex add + git annex direct ### What version of git-annex are you using? On what operating system? |