diff --git a/scripts/shell/job/git-ls-commit-modified-files.sh b/scripts/shell/job/git-ls-commit-modified-files.sh new file mode 100755 index 0000000..0bc3e27 --- /dev/null +++ b/scripts/shell/job/git-ls-commit-modified-files.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +git diff-tree --no-commit-id --name-only $1 -r