Bug#634347:

2013-06-02 Thread Nicolás Alvarez
What is the correct way to undo accidental "git annex add"s then? -- Nicolás -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

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

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 a

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

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 | git-ann