From aab37da987108348f632e8407f3f919dadc57bd3 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 27 Mar 2012 15:45:16 -0500 Subject: Added patch script. --- scripts/patch-create.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/patch-create.sh (limited to 'scripts/patch-create.sh') diff --git a/scripts/patch-create.sh b/scripts/patch-create.sh new file mode 100755 index 0000000..f3ebfcc --- /dev/null +++ b/scripts/patch-create.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +cd ../../pki + +git format-patch -M -C --patience --full-index -1 -- cgit