gcrypt, bup: Fix bug that prevented using these special remotes with encryption=pubkey.

I think both of these are all that's affected, but I went ahead and fixed
all the remotes that set their config to M.empty to instead store the
actual config. Who knows what will expect it to be actually present in
future, the Remote instance of getGpgEncParams came to..
This commit is contained in:
Joey Hess 2013-11-02 16:37:28 -04:00
parent a46b653bd6
commit 7be69a2491
6 changed files with 7 additions and 5 deletions

View file

@ -120,7 +120,7 @@ gen r u c gc
, repairRepo = if Git.repoIsUrl r
then Nothing
else Just $ repairRemote r
, config = M.empty
, config = c
, localpath = localpathCalc r
, repo = r
, gitconfig = gc