mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 01:18:38 -05:00
Utility script to list plugins changed petween commits
This commit is contained in:
parent
8ce5ca51e2
commit
1312722d75
2
gitdiff.sh
Executable file
2
gitdiff.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
git diff --name-only ${1}..${2} | grep plugins/ | cut -d'/' -f2,3 | sort -u
|
Loading…
Reference in New Issue
Block a user