git-remote-annex: Fix error display on clone
cleanupInitialization gets run when an exception is thrown, so needs to avoid throwing exceptions itself, as that would hide the error message that the user needs to see.
This commit is contained in:
parent
a766475d14
commit
0975e792ea
2 changed files with 15 additions and 11 deletions
|
@ -6,13 +6,6 @@ It will be a safer implementation, will support incremental pushes, and
|
|||
will be available to users who don't use datalad.
|
||||
--[[Joey]]
|
||||
|
||||
---
|
||||
|
||||
This is implememented and working. Remaining todo list for it:
|
||||
|
||||
* When git clone is used with an annex:: url that is for a directory
|
||||
special remote and is missing directory=, for example, it does
|
||||
not display any useful error message. git fetch does, but it seems
|
||||
git clone eats git-remote-annex stderr.
|
||||
> [[done!]] --[[Joey]]
|
||||
|
||||
See also: [[git-remote-annex_web_special_remote_support]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue