Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
download-stats: update to the latest release
This trick was performed by paste-editing the output of curl -s https://api.github.com/repos/git-for-windows/git/releases | tac | sed -n '/^ "tag_name":/{ N; s/.*"tag_name": "\([^"]*\)"[^"]*"id": \([0-9]*\).*/# \1\nid=${1:-\2}/p }' Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
- Loading branch information