I’m trying to get all the file names changed in a git commit using git diff-tree:
git diff-tree –diff-filter=* –no-commit-id –name-only -r “${GIT_COMMIT}” *)
But I only get the high level directories in the commit.
I’m trying to get all the file names changed in a git commit using git diff-tree:
git diff-tree –diff-filter=* –no-commit-id –name-only -r “${GIT_COMMIT}” *)
But I only get the high level directories in the commit.