diff options
| author | Blake Romero <blake@blkrom.com> | 2024-11-08 20:26:17 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-11-08 20:26:17 +0000 |
| commit | 51a653139e10b0549ddc6553a17a835877ba196a (patch) | |
| tree | d3f1cf30e967422651d1417f2eb6bbee45f24014 | |
| parent | 0925e11ec29a13910fc0a1d904b9b9b1cb4cd604 (diff) | |
Update git-activity comments
| -rwxr-xr-x | git-activity.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/git-activity.sh b/git-activity.sh index d6df64e..0d9e2b5 100755 --- a/git-activity.sh +++ b/git-activity.sh @@ -1,7 +1,11 @@ #!/bin/bash # # GIT ACTIVITY -# (Generate a git commit frequency list in JSON) +# +# DESCRIPTION +# Generate a git commit frequency list in JSON +# +# ARGS # 1st arg: path containing bare repositories # 2nd arg (optional): user to filter commits by # |
