diff options
author | http://svario.it/gioele <http://svario.it/gioele@web> | 2013-05-31 06:57:57 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-31 06:57:57 +0000 |
commit | d90ec71751c6e7961e14f999a6fd839a21f0e147 (patch) | |
tree | e98d9f186a93842cb764f38956b117a4e2036196 | |
parent | 8ca051c47ed0d326588ffb84203b4dc390b611cb (diff) |
new wishlist: make git annex reinject work in direct mode
-rw-r--r-- | doc/bugs/wishlist:_make_git_annex_reinject_work_in_direct_mode.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/wishlist:_make_git_annex_reinject_work_in_direct_mode.mdwn b/doc/bugs/wishlist:_make_git_annex_reinject_work_in_direct_mode.mdwn new file mode 100644 index 000000000..41c8e574b --- /dev/null +++ b/doc/bugs/wishlist:_make_git_annex_reinject_work_in_direct_mode.mdwn @@ -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 +~~~~ |