diff options
author | https://www.google.com/accounts/o8/id?id=AItOawn0hu_TPhLcUM1Ivvn7iIoZ_iD3g_5WDcs <Greg@web> | 2014-10-06 19:11:39 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-06 19:11:39 +0000 |
commit | 7df4718bcf33986674f0af6cecb04ad1f80b2d22 (patch) | |
tree | 9ec20b47394f713b5599c9ee78f9ef149c9b7c9f /doc/bugs/git_annex_add_adds_unlocked_files | |
parent | d5eef585dc7c06b194e62259307bb6d703807106 (diff) |
Added a comment
Diffstat (limited to 'doc/bugs/git_annex_add_adds_unlocked_files')
-rw-r--r-- | doc/bugs/git_annex_add_adds_unlocked_files/comment_1_c20a137511dfd671b62789eeb2522ad3._comment | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_add_adds_unlocked_files/comment_1_c20a137511dfd671b62789eeb2522ad3._comment b/doc/bugs/git_annex_add_adds_unlocked_files/comment_1_c20a137511dfd671b62789eeb2522ad3._comment new file mode 100644 index 000000000..893c254c7 --- /dev/null +++ b/doc/bugs/git_annex_add_adds_unlocked_files/comment_1_c20a137511dfd671b62789eeb2522ad3._comment @@ -0,0 +1,27 @@ +[[!comment format=sh + username="https://www.google.com/accounts/o8/id?id=AItOawn0hu_TPhLcUM1Ivvn7iIoZ_iD3g_5WDcs" + nickname="Greg" + subject="comment 1" + date="2014-10-06T19:11:39Z" + content=""" + 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...) +"""]] |