Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master guru-tools by George Sherwood (5e05b37e6a54aa02b74885e48a27f801ad673383)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master guru-tools by George Sherwood (5e05b37e6a54aa02b74885e48a27f801ad673383)
  • Date: Fri, 23 Jan 2009 07:36:46 -0600

GIT changes to master guru-tools by George Sherwood
<gsherwood AT sourcemage.org>:

smgl-cherry-pick | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

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

Archive powered by MHonArc 2.6.24.

Top of Page