| Index: third_party/pkg/angular/scripts/changelog/authors.sh
|
| diff --git a/third_party/pkg/angular/scripts/changelog/authors.sh b/third_party/pkg/angular/scripts/changelog/authors.sh
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..d1fe191905945cbb00217a930a267077af78457b
|
| --- /dev/null
|
| +++ b/third_party/pkg/angular/scripts/changelog/authors.sh
|
| @@ -0,0 +1,5 @@
|
| +#!/bin/bash
|
| +
|
| +LAST_TAG=`git tag | grep ^v | tail -n1`
|
| +
|
| +git log v0.9.3..HEAD | grep Author | sort | uniq | sed 's/Author: \(.*\) \<.*/\1/' | tr "\\n" ", " | sed 's/,$/\n/' | sed 's/\,/, /g'
|
|
|