Page MenuHomePhabricator
Paste P234

List last update time of deploy branches
ActivePublic

Authored by Tgr on Jan 28 2015, 4:09 AM.
paste <(git branch -r | grep wmf/ ) <(git branch -r | grep wmf/ | sort -V | xargs -n1 git log -n1 --pretty=tformat:"%cd" --date=short)