Skip to content

Instantly share code, notes, and snippets.

@bartvde
Created November 28, 2011 19:12
Show Gist options
  • Save bartvde/1401586 to your computer and use it in GitHub Desktop.
Save bartvde/1401586 to your computer and use it in GitHub Desktop.
bart-van-den-eijndens-macbook-pro:externals bartvde$ git status
# On branch master
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
# (commit or discard the untracked or modified content in submodules)
#
# modified: ../../../.gitmodules
# modified: GeoExt (new commits)
# modified: ../../../externals/ringojs (untracked content)
#
no changes added to commit (use "git add" and/or "git commit -a")
bart-van-den-eijndens-macbook-pro:externals bartvde$ git diff
diff --git a/.gitmodules b/.gitmodules
index 3e67222..ae06558 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -9,7 +9,7 @@
url = git://github.com/opengeo/gxp.git
[submodule "app/static/externals/GeoExt"]
path = app/static/externals/GeoExt
- url = git://github.com/opengeo/GeoExt.git
+ url = git://github.com/geoext/geoext.git
[submodule "app/static/externals/openlayers"]
path = app/static/externals/openlayers
url = git://github.com/openlayers/openlayers.git
diff --git a/app/static/externals/GeoExt b/app/static/externals/GeoExt
index deac166..ff20462 160000
--- a/app/static/externals/GeoExt
+++ b/app/static/externals/GeoExt
@@ -1 +1 @@
-Subproject commit deac1664bc9722098b171b0d550b5ba02e2abe2a
+Subproject commit ff20462a7aae05bc065981e80bae460fd98b81bb
diff --git a/externals/ringojs b/externals/ringojs
--- a/externals/ringojs
+++ b/externals/ringojs
@@ -1 +1 @@
-Subproject commit 7af8f2bba20890e4860973fea5254b55bd00c7d7
+Subproject commit 7af8f2bba20890e4860973fea5254b55bd00c7d7-dirty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment