Searched refs:trusted_commit (Results 1 – 1 of 1) sorted by relevance
7 trusted_commit=$1 # example: origin/main25 files=$(git diff-tree --name-only -r $trusted_commit..)31 test -n "$(git log --format='%h' -S"$1" $trusted_commit..)"69 if [ -z "$trusted_commit" ]; then