twmr / gerrit.el

gerrit integration in emacs
43 stars 6 forks source link

Support cookie authentification #3

Open twmr opened 4 years ago

twmr commented 4 years ago

The google gerrit server (gerrit.googlesource.com) requires authentification using cookies, which is currently not supported by gerrit.el. Unfortunately the underlying url.el AFAIK does not have support for this, but curl does:

curl --cookie ~/.gitcookies https://gerrit-review.googlesource.com/a/config/server/info