mirror of
https://github.com/git/git.git
synced 2026-01-27 01:07:22 +09:00
3 lines
73 B
Bash
Executable File
3 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | less -S
|