summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 19:12:22 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 19:12:22 -0400
commit7cc82ea6f7682ce35c68fd5c13c1711e6b1eb64b (patch)
tree8667a93e195dc79e1ba3161c682f8b7c75fd1229 /tools
parent67cd422d20ffbd8be04e2a95803ef073b63237d0 (diff)
Add a script for finding renames, so I don't have to reinvent it every time
Diffstat (limited to 'tools')
-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