1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

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

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