From 82fb2196a9083aff15f734e9fc86aa9a2e488427 Mon Sep 17 00:00:00 2001 From: Matheus Albino Brunhara Date: Thu, 3 Oct 2024 09:36:41 -0300 Subject: [PATCH] Add git-ls-commit-modified-files.sh file --- scripts/shell/job/git-ls-commit-modified-files.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/shell/job/git-ls-commit-modified-files.sh 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