summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 17:41:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 17:41:41 -0400
commit67e217433fe894a88d29150abce8721045b78d8c (patch)
tree70c22c88bdaa3785f57b4e9d58da69d31006ab05 /tools
parent5e3b3f11afb6011bf543a6f4fe4de4c6074678f5 (diff)
tidy tags and remotes
Diffstat (limited to 'tools')
-rwxr-xr-xtools/git-prune2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/git-prune b/tools/git-prune
new file mode 100755
index 0000000000..d5a36dd4ee
--- /dev/null
+++ b/tools/git-prune
@@ -0,0 +1,2 @@
+#!/bin/sh
+git tag|grep '^elogind/v[0-9]*$'|xargs -n1 git tag -d