Add some scripts
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
package=$1
|
||||
tag=$(git describe --tags --abbrev=0 --match=$package'/*')
|
||||
|
||||
git diff "$tag" "packages/$package"
|
||||
Reference in New Issue
Block a user