new wishlist: make git annex reinject work in direct mode
This commit is contained in:
parent
8100cad9d5
commit
8dd41a4d23
1 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
### Please describe the problem.
|
||||
|
||||
`git annex reinject` refuses to work while in direct mode.
|
||||
|
||||
When in direct mode git annex reinject could simply perform `rm $symlink; mv $file_copy .; git annex add $file`. I prefer having git annex doing that so I am sure I am not messing up (mistakenly adding new files for instance) and everything is properly managed.
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
|
||||
git-annex 4.20130516.1
|
||||
|
||||
~~~~
|
||||
$ lsb_release -a
|
||||
No LSB modules are available.
|
||||
Distributor ID: Ubuntu
|
||||
Description: Ubuntu 12.04.2 LTS
|
||||
Release: 12.04
|
||||
Codename: precise
|
||||
~~~~
|
Loading…
Add table
Add a link
Reference in a new issue