mirror of
https://github.com/git-quick-stats/git-quick-stats.git
synced 2025-12-16 12:00:12 +01:00
removed unuse arrays
This commit is contained in:
@@ -83,10 +83,6 @@ function commitsCalendarByAuthor() {
|
||||
# Print header
|
||||
printf "\n Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec\n"
|
||||
|
||||
# Map days to numbers for easier awk processing
|
||||
local days=(Mon Tue Wed Thu Fri Sat Sun)
|
||||
local months=(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec)
|
||||
|
||||
# Gather commit counts
|
||||
git -c log.showSignature=false log --use-mailmap $_merges \
|
||||
--date=iso --author="$author" "$_since" "$_until" $_log_options \
|
||||
|
||||
Reference in New Issue
Block a user