Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow acquire method specific options via Binary scope | David Kalnischkies | 2015-11-05 | 1 | -23/+28 |
| | | | | | | | | Allows users who know what they are getting themselves into with this trick to e.g. disable privilege dropping for e.g. file:// until they can fix up the permissions on those repositories. It helps also the test framework and people with a similar setup (= me) to run in less modified environments. | ||||
* | drop privileges in copy:// method as we do for file:// | David Kalnischkies | 2015-11-05 | 1 | -0/+37 |
Continueing on the track of dropping privileges in all methods, lets drop it in copy, too, as the reasoning for it is very similar to file and the interaction between the too quiet interesting as copy kinda surfed as a fallback for file not being able to read the file. Both now show a better error message as well as it was previously claiming to have a hashsum mismatch, given that it couldn't read the file. Git-Dch: Ignore |