mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
Update git-quick-stats
This commit is contained in:
parent
f43ab22172
commit
17a9d1427b
|
|
@ -150,7 +150,6 @@ function commitsCalendarByAuthor() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# DESC: Shows a heatmap of commits per hour of each day for the last 30 days
|
# DESC: Shows a heatmap of commits per hour of each day for the last 30 days
|
||||||
# ARGS: $author (required)
|
|
||||||
function commitsHeatmap() {
|
function commitsHeatmap() {
|
||||||
# number of days to display
|
# number of days to display
|
||||||
DAYS=$_commit_days
|
DAYS=$_commit_days
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue