Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
added accounting for UTF-8 in contrib script, thanks to Scott Gonzalez 👍
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed Jul 12, 2012
1 parent b6eb00d commit a9ef5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bin/contrib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ $# -ne 2 ]; then
fi

format_contributors='%aN%n%cN';
git whatchanged $1..$2 --pretty=format:"$format_contributors" \
LC_ALL='C' git whatchanged $1..$2 --pretty=format:"$format_contributors" \
| sed '/^:/ d' \
| sed '/^$/ d' \
| sort \
Expand Down

0 comments on commit a9ef5c1

Please sign in to comment.