summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawn0hu_TPhLcUM1Ivvn7iIoZ_iD3g_5WDcs <Greg@web>2014-10-06 19:10:23 +0000
committerGravatar admin <admin@branchable.com>2014-10-06 19:10:23 +0000
commitd5eef585dc7c06b194e62259307bb6d703807106 (patch)
tree86da11abb51df342e146baf43e554626e269c650 /doc/bugs
parent90ff3528950d1ca495e5263b0e8bdbcd46b0dce0 (diff)
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/git_annex_add_adds_unlocked_files.mdwn22
1 files changed, 1 insertions, 21 deletions
diff --git a/doc/bugs/git_annex_add_adds_unlocked_files.mdwn b/doc/bugs/git_annex_add_adds_unlocked_files.mdwn
index da6a73b60..6d323fb3d 100644
--- a/doc/bugs/git_annex_add_adds_unlocked_files.mdwn
+++ b/doc/bugs/git_annex_add_adds_unlocked_files.mdwn
@@ -3,27 +3,7 @@
git annex add . should ignore unlocked files
### What steps will reproduce the problem?
-
-ubuntu@hostname:~/annex$ git init
-Initialized empty Git repository in /home/ubuntu/annex/.git/
-ubuntu@hostname:~/annex$ git annex init
-init ok
-ubuntu@hostname:~/annex$ echo foo > test.txt
-ubuntu@hostname:~/annex$ git annex add .
-add test.txt (checksum...) ok
-(Recording state in git...)
-ubuntu@hostname:~/annex$ git commit -a -m first
-[master (root-commit) fe54856] first
- 1 file changed, 1 insertion(+)
- create mode 120000 test.txt
-ubuntu@hostname:~/annex$ git annex unlock test.txt
-unlock test.txt (copying...) ok
-ubuntu@hostname:~/annex$ echo foobar > test.txt
-ubuntu@hostname:~/annex$ echo foo > test2.txt
-ubuntu@hostname:~/annex$ git annex add .
-add test2.txt (checksum...) ok
-add test.txt (checksum...) ok <==================================================
-(Recording state in git...)
+SEE NEXT COMMENT
### What version of git-annex are you using? On what operating system?