New commits:
commit 5e05b37e6a54aa02b74885e48a27f801ad673383
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
smgl-cherry-pick: Correct typo in git command.
diff --git a/smgl-cherry-pick b/smgl-cherry-pick
index 629e120..c7788ab 100755
--- a/smgl-cherry-pick
+++ b/smgl-cherry-pick
@@ -18,7 +18,7 @@ make_exec() {
# it also must contain diff changes (this enables merging of bins)
if ! git show $commit | grep -q "^+++.*\(HISTORY\|ChangeLog\)" && git show
$commit | grep -q "^+++"; then
# just do it
- git cherry pick $commit
+ git cherry-pick $commit
exit 0
else
git reset -q --hard # you need a clean checkout for gcp anyway
[SM-Commit] GIT changes to master guru-tools by George Sherwood (5e05b37e6a54aa02b74885e48a27f801ad673383),
George Sherwood, 01/23/2009