1
0
mirror of https://github.com/git/git.git synced 2024-10-06 05:11:20 +02:00
git/git-whatchanged

3 lines
73 B
Bash
Executable File

#!/bin/sh
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | less -S