unixorn/git-extra-commands

View on GitHub
bin/git-roots

Summary

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

# Show all the parentless commits

exec git log --all --oneline --decorate --max-parents=0