unixorn/git-extra-commands

View on GitHub
bin/git-recent

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash

exec git for-each-ref --sort=committerdate refs/heads/ \
  --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'