commit: add "lookup_commit_reference()" helper function
[git.git] / git-whatchanged
blob542067d13a27072fd6b7450b605c2cc55ea7a69a
1 #!/bin/sh
2 git-rev-list HEAD | git-diff-tree --stdin -v -r "$@"