commit: 91bfb1d9bdba02555adb7b063bf5f112b559a41e
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 12:34:14 2014 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 12:34:14 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=91bfb1d9
Add porting TODO and exit to script
---
scripts/gpcreatebranch | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scripts/gpcreatebranch b/scripts/gpcreatebranch
index 319adb3..27486c3 100755
--- a/scripts/gpcreatebranch
+++ b/scripts/gpcreatebranch
@@ -1,5 +1,8 @@
#!/bin/bash
+echo "TODO: port to git"
+exit
+
. ~/.genpatchesrc
if [[ ${#@} != 2 ]] ; then
echo ">>> USAGE: gpcreatebranch <old-version> <new-version>"