We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c640ea commit f71130aCopy full SHA for f71130a
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
-name = "gcs"
+name = "git-commit-stats"
3
version = "0.1.0"
4
edition = "2021"
5
authors = ["Alexander Konietzko <me@alexanderkonietzko.com>"]
6
license-file = "LICENSE"
7
description = "A tool to analyze git commits"
8
readme = "README.md"
9
-homepage = "https://github.com/alex289/gcs"
10
-repository = "https://github.com/alex289/gcs"
+homepage = "https://github.com/alex289/git-commit-stats"
+repository = "https://github.com/alex289/git-commit-stats"
11
keywords = ["cli", "git"]
12
categories = ["command-line-utilities"]
13
README.md
@@ -1 +1 @@
-# gcs - git commit stats
+# git commit stats
0 commit comments