git, jak znaleźć oryginalnego twórcę gałęzi

#List remote Git branches by author sorted by committer date:
git for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' --sort=committerdate
Skynet