Bug#634347: git-annex - unannex does not work

2011-08-05 Thread Bastian Blank
On Mon, Jul 18, 2011 at 04:46:09PM -0400, Joey Hess wrote: git-annex only works on files that are present in git (except for add of course), so you have to commit the file to git before it can be unannexed. So it is the reverse of git annex add git commit and not to reverse accidental adds.

Bug#634347: git-annex - unannex does not work

2011-08-05 Thread Joey Hess
Bastian Blank wrote: On Mon, Jul 18, 2011 at 04:46:09PM -0400, Joey Hess wrote: git-annex only works on files that are present in git (except for add of course), so you have to commit the file to git before it can be unannexed. So it is the reverse of git annex add git commit and not to

Bug#634347: git-annex - unannex does not work

2011-07-18 Thread Bastian Blank
Package: git-annex Version: 3.20110707 Severity: normal git annex unannex is documented as the reversal of add. It does not work: | $ git annex init test | init test ok | $ cp /etc/motd . | $ git annex add motd | add motd ok | (Recording state in git...) | $ git annex unannex motd |

Bug#634347: git-annex - unannex does not work

2011-07-18 Thread Joey Hess
Bastian Blank wrote: Package: git-annex Version: 3.20110707 Severity: normal git annex unannex is documented as the reversal of add. It does not work: | $ git annex init test | init test ok | $ cp /etc/motd . | $ git annex add motd | add motd ok | (Recording state in git...)