The idea of `upload-to-github.sh` was to attach files such as the
installer to a given tag. The net installer should be attached to a tag
of the build-extra repository, of course, but the obvious best
repository to attach Git for Windows installers is
https://github.com/git-for-windows/git.
So let's add a `--repo=<repo>` option so that we can easily upload all
generated installers and portable applications via
/usr/src/build-extra/upload-to-github.sh --repo=git \
v2.3.5.windows.4 ~/*2.3.5.4*.exe
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
When creating a release, we really want to get only the ID of the
created issue, not the ID of the creator in addition...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>