for i in `git branch -r|grep -v HEAD` ; do echo `git log -1 --format=%cs $i ` $i; done | sort -r