Utility script to list plugins changed petween commits

This commit is contained in:
f4exb 2023-11-29 05:07:50 +01:00
parent 8ce5ca51e2
commit 1312722d75
1 changed files with 2 additions and 0 deletions

2
gitdiff.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
git diff --name-only ${1}..${2} | grep plugins/ | cut -d'/' -f2,3 | sort -u