Skip to content

Commit 9cf27e6

Browse files
authored
Update git-authors - remove "WHERE"
1 parent a7a0d6e commit 9cf27e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-authors

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if [[ $# == 1 ]]; then
77
WHERE="$1"
88
fi
99

10-
exec git log --pretty=format:'%an <%ae>' "$WHERE" | sort | uniq -c | sort -nr
10+
exec git log --pretty=format:'%an <%ae>' | sort | uniq -c | sort -nr

0 commit comments

Comments
 (0)