mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 15:46:19 -04:00
remove white spaces
This commit is contained in:
parent
8558eef324
commit
2e9b163766
|
|
@ -154,9 +154,9 @@ function commitsByWeekday() {
|
|||
do
|
||||
echo -en "\t$i\t"
|
||||
echo $(git shortlog -n --no-merges --format='%ad %s' $_since $_until | grep "$i " | wc -l)
|
||||
done | awk '{
|
||||
|
||||
}
|
||||
done | awk '{
|
||||
|
||||
}
|
||||
NR == FNR {
|
||||
count[$1] = $2;
|
||||
total += $2;
|
||||
|
|
@ -330,7 +330,7 @@ while [ opt != '' ]
|
|||
;;
|
||||
5)
|
||||
branchesByDate
|
||||
show_menu
|
||||
show_menu
|
||||
;;
|
||||
6)
|
||||
contributors
|
||||
|
|
@ -361,13 +361,13 @@ while [ opt != '' ]
|
|||
show_menu
|
||||
;;
|
||||
q)
|
||||
exit
|
||||
exit
|
||||
;;
|
||||
\n)
|
||||
exit
|
||||
exit
|
||||
;;
|
||||
*)
|
||||
clear
|
||||
clear
|
||||
option_picked "Pick an option from the menu"
|
||||
show_menu
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue