I have a repository with some commits. I want these commits replayed on a different copy of the repository in the exact same order, same commit messages, etc.
I'm hoping there is some combination of git-log, patch, and git-commit that can re-run the commits on the new repository.