Jeremy Harris <jgh@???> (Sa 03 Feb 2018 17:41:07 CET):
> Who is "Vladimir Panteleev <git@???>"
> and how did he acquire commit rights?
I merged his pull request from github. And I suppsed that I'll be the committer
then. Doesn't seem to have worked that way.
What did I do? From my mind:
$ git co -b <some-branch>
$ git pull git://github.com/cybershadow/exim-doc-changes
checking the changes he introduced, but forgot
to merge all 3 commits into a single one
$ git co master
$ git merge --ff <some-branch>
$ git push
--
Heiko