mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
removed unuse arrays
This commit is contained in:
parent
e1e02024a1
commit
d4f71cfdad
|
|
@ -83,10 +83,6 @@ function commitsCalendarByAuthor() {
|
||||||
# Print header
|
# Print header
|
||||||
printf "\n Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec\n"
|
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
|
# Gather commit counts
|
||||||
git -c log.showSignature=false log --use-mailmap $_merges \
|
git -c log.showSignature=false log --use-mailmap $_merges \
|
||||||
--date=iso --author="$author" "$_since" "$_until" $_log_options \
|
--date=iso --author="$author" "$_since" "$_until" $_log_options \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue