Pascal Bach
Pascal Bach
@arthurlm I like your proposal to only ignore the malformed `authority` on `CONNECT`. Maybe just open a new MR with the proposed change to bring it more visibility from the...
@seanmonstar do you see any issue with this change?
@wez @jamesmunns Did you already solve this? I also ran into this issue with a newer SVD file for the same chip from Atmel [ATSAMD21G18AU.svd](https://github.com/japaric/svd2rust/files/1917036/ATSAMD21G18AU.svd.zip) I tried with the current...
You are right the docker container hasn't been updated since version 0.10.0. I don't know if I find time to fix it. So I tend towards removing it from the...
@EdKingscote That would be great. I also think we should integrate this with github actions so that a release also triggers a new docker image build.
The goal of git-mirror is to sync 1:1 between git repos. I don't think it should try to map between branches, or at least that would need a more generic...
I think that should be quite easy to implement. Would a globale command line switch be ok or do you need to control this per repo?
Have you tried using SSH instead of HTTP to push to your instance?
Currently to only way to push to HTTPS is to include the credentials in the URL: ``` git-mirror -u https://user:[email protected]/ ``` I haven't tried this tough. Let me know if...
If you get it working it would be nice if you could write a quick howto that can be included in the README.