Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: third_party/pkg/angular/scripts/changelog/authors.sh

Issue 148453003: Updating Angular version (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pkg/angular/scripts/analyze.sh ('k') | third_party/pkg/angular/scripts/changelog/changelog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
« no previous file with comments | « third_party/pkg/angular/scripts/analyze.sh ('k') | third_party/pkg/angular/scripts/changelog/changelog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698