diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q <Andrew@web> | 2013-03-07 20:15:33 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-03-07 20:15:33 +0000 |
commit | ae463b19a57c3128679775a9a0821c6b84412ebc (patch) | |
tree | 122d14cc08e8028221c06e6bb21150478d978398 | |
parent | 6fc9e591ec2eca7a2dec64f4fe253c5cf27adccc (diff) |
-rw-r--r-- | doc/bugs/Switching_between_direct_and_indirect_stomps_on___39__regular__39___git_files.mdwn | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/Switching_between_direct_and_indirect_stomps_on___39__regular__39___git_files.mdwn b/doc/bugs/Switching_between_direct_and_indirect_stomps_on___39__regular__39___git_files.mdwn new file mode 100644 index 000000000..0c40c57d2 --- /dev/null +++ b/doc/bugs/Switching_between_direct_and_indirect_stomps_on___39__regular__39___git_files.mdwn @@ -0,0 +1,24 @@ +# What steps will reproduce the problem? + + git add file + git annex add file2 + git annex direct + git annex indirect + +file and file2 are now both in the annex. + +# What is the expected output? What do you see instead? + +file should remain in the main repo, file2 should remain in the annex + +# What version of git-annex are you using? On what operating system? + + git-annex version: 4.20130228 + local repository version: 3 + default repository version: 3 + supported repository versions: 3 4 + upgrade supported from repository versions: 0 1 2 + + git version 1.8.1.5 + +Mac OSX 10.8.2 Build 12C60 |