Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
Johannes Schindelin 94e0b94ae0 download-stats: account for new release
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-10-06 00:37:04 +02:00
Johannes Schindelin aca09af021 download-stats: a new version was just released
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-09-29 23:01:23 +02:00
Johannes Schindelin f7a89df8b9 download-stats: show 2.5.3's numbers by default
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-09-18 21:47:12 +02:00
Johannes Schindelin 01503bf56a download-stats: show the stats of the newest release by default
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-09-13 01:03:33 +02:00
Johannes Schindelin a86c739a22 download-stats: use current release by default
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-09-13 00:26:43 +02:00
Johannes Schindelin d544d974f4 download-stats: update to 2.5.1
Courtesy of the newly-introduced `--update` option.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-09-01 10:08:37 +02:00
Johannes Schindelin 16f8e15950 download-stats: offer self-updating the id list
Releases on GitHub are identified by id, not by tag name. So we need a way
to update the list of tag name <-> id correspondences.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-09-01 10:08:00 +02:00
Johannes Schindelin 85541b499a 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>
2015-08-18 16:42:49 +02:00
Johannes Schindelin d65a1b84b0 download-stats: fix tag names
This is no longer msysgit ;-)

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-08-18 16:42:49 +02:00
Johannes Schindelin ba66c5eb1d download-stats: update to release candidate 2
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-06-17 16:19:47 +02:00
Johannes Schindelin 437172a9bc Adjust download-stats to the newest version
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-05-28 16:08:39 +02:00
Johannes Schindelin 8d453c85e5 Port msysGit's script to obtain the download counts
This developer was curious to know how many people actually downloaded
the Git for Windows 2.x developer preview releases, and this script
tells the answer to said question.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-05-05 10:44:52 +02:00