I am looking for a simple git command that provides a nicely formatted list of all files that were part …
git git-showI have a bunch of commits in the repo. I want to see a list of files changed between two …
git git-diff git-showIs there a better way of getting a raw list of SHA1s for ALL objects in a repository than: …
git git-show git-rev-list