From: Richard Hartmann Date: Mon, 11 Jun 2012 09:52:12 +0000 (-0700) Subject: Merge pull request #30 from esc/feature/better_author_list X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/5fa85a684462df45aac4003f8a5f5375b7b1b5de?hp=938e89c08ff1e41d18a159a5f125a860f7f83bcc Merge pull request #30 from esc/feature/better_author_list use git shortlog and .mailmap to remove duplicates --- diff --git a/Makefile b/Makefile index a52e9ed..cb112c7 100644 --- a/Makefile +++ b/Makefile @@ -43,4 +43,4 @@ test: if which git > /dev/null ; then :; else echo "'git' not found, exiting..."; exit 1; fi moo: - if [ -x /usr/games/cowsay ]; then /usr/games/cowsay "I hope you're happy now..."; fi + @if [ -x /usr/games/cowsay ]; then /usr/games/cowsay "I hope you're happy now..."; fi