From 7cc82ea6f7682ce35c68fd5c13c1711e6b1eb64b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 21 Oct 2016 19:12:22 -0400 Subject: Add a script for finding renames, so I don't have to reinvent it every time --- tools/notsd-find-renames | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 tools/notsd-find-renames (limited to 'tools') 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 -- cgit v1.2.3-54-g00ecf