Skip to content

Instantly share code, notes, and snippets.

@timo
Created August 11, 2013 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timo/2f7a225a48912cacd7df to your computer and use it in GitHub Desktop.
Save timo/2f7a225a48912cacd7df to your computer and use it in GitHub Desktop.
patch for panda
From 5e91acd7b0a7473baba918421c9a0ea6a951d104 Mon Sep 17 00:00:00 2001
From: Timo Paulssen <timonator@perpetuum-immobile.de>
Date: Sun, 11 Aug 2013 10:29:57 +0200
Subject: [PATCH] fix submodules for good (hopefully!)
---
.gitmodules | 2 +-
ext/File__Find | 1 +
ext/Shell__Command | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
create mode 160000 ext/File__Find
create mode 160000 ext/Shell__Command
diff --git a/.gitmodules b/.gitmodules
index 4de4b44..f8dc426 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -6,4 +6,4 @@
url = git://github.com/tadzik/File-Find.git
[submodule "ext/Shell__Command"]
path = ext/Shell__Command
- url = git://github.com/tadzik/Shell__Command.git
+ url = git://github.com/tadzik/Shell-Command.git
diff --git a/ext/File__Find b/ext/File__Find
new file mode 160000
index 0000000..84e955b
--- /dev/null
+++ b/ext/File__Find
@@ -0,0 +1 @@
+Subproject commit 84e955bd09c9081f396aa01e99b9278105d9deed
diff --git a/ext/Shell__Command b/ext/Shell__Command
new file mode 160000
index 0000000..2bff90e
--- /dev/null
+++ b/ext/Shell__Command
@@ -0,0 +1 @@
+Subproject commit 2bff90ec2b12560d1072cfca3a1657dab0a0088c
--
1.8.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment