summaryrefslogtreecommitdiff
path: root/tools/notsd-find-renames
diff options
context:
space:
mode:
Diffstat (limited to 'tools/notsd-find-renames')
-rwxr-xr-xtools/notsd-find-renames2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/notsd-find-renames b/tools/notsd-find-renames
new file mode 100755
index 0000000000..fe90e325f6
--- /dev/null
+++ b/tools/notsd-find-renames
@@ -0,0 +1,2 @@
+#!/bin/sh
+git diff --find-renames -l1000 --stat=300,290 "${1:-notsystemd/postmove}" "${2:-notsystemd/master}" |sed -n '/=>/s/\s*|.*//p' \ No newline at end of file