From 5d47137501b5717d9311ecf18fb4d7968edb96af Mon Sep 17 00:00:00 2001 From: StarsbySea <66008060+StarsbySea@users.noreply.github.com> Date: Mon, 20 Feb 2023 20:42:25 +0800 Subject: [PATCH] git-quick-stats: Add version 2.4.1 (#4470) * git-quick-stats: Add version 2.4.1 * Update git-quick-stats.json * Update git-quick-stats.json * Apply suggestions from code review Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update git-quick-stats.json --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/git-quick-stats.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bucket/git-quick-stats.json diff --git a/bucket/git-quick-stats.json b/bucket/git-quick-stats.json new file mode 100644 index 0000000000..5060d41caa --- /dev/null +++ b/bucket/git-quick-stats.json @@ -0,0 +1,19 @@ +{ + "version": "2.4.1", + "description": "Git quick statistics is a simple and efficient way to access various statistics in git repository.", + "homepage": "https://git-quick-stats.sh/", + "license": "MIT", + "notes": "Run 'git config --global alias.quick-stats \"! $dir\\git-quick-stats\"' to configure alias.", + "suggest": { + "Git": "git" + }, + "url": "https://github.com/arzzen/git-quick-stats/raw/2.4.1/git-quick-stats", + "hash": "31ba61a03662bd6dc2e4416a8079f66cf2ee6e52db16daa2ca0797dc9f6968df", + "bin": "git-quick-stats", + "checkver": { + "github": "https://github.com/arzzen/git-quick-stats" + }, + "autoupdate": { + "url": "https://github.com/arzzen/git-quick-stats/raw/$version/git-quick-stats" + } +}