mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-26 03:51:40 -05:00
3 lines
63 B
Bash
Executable File
3 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@"
|