mirror of
https://github.com/git/git.git
synced 2024-10-30 13:57:54 +01:00
2 lines
73 B
Bash
Executable file
2 lines
73 B
Bash
Executable file
#!/bin/sh
|
|
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | less -S
|