Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master guru-tools by Jaka Kranjc (ef77a771b77c66d03abe9505e20841be5ea330fc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master guru-tools by Jaka Kranjc (ef77a771b77c66d03abe9505e20841be5ea330fc)
  • Date: Fri, 23 Jan 2009 09:45:01 -0600

GIT changes to master guru-tools by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

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

New commits:
commit ef77a771b77c66d03abe9505e20841be5ea330fc
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

smgl-cherry-pick: last fix for git 1.6

diff --git a/smgl-cherry-pick b/smgl-cherry-pick
index c7788ab..e4e26d1 100755
--- a/smgl-cherry-pick
+++ b/smgl-cherry-pick
@@ -39,7 +39,7 @@ else
else
file=$(sed -n '/^diff --git/ { s,^[^/]*/,,; s, .*$,,p} ' $diff)
if grep -q "^deleted file" $diff; then
- git-rm "$file" ||
+ git rm "$file" ||
echo "Warning, nonexsitent file: $file"
else # new or updated file
git show $commit:"$file" > "$file"



  • [SM-Commit] GIT changes to master guru-tools by Jaka Kranjc (ef77a771b77c66d03abe9505e20841be5ea330fc), Jaka Kranjc, 01/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page