[commit: ghc] ghc-lwc2: Added ignore dirty to offending submodules. This might need to be revisited. (cb4bd89)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
t-sichan at microsoft.com
Sat Apr 27 04:22:57 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : ghc-lwc2
https://github.com/ghc/ghc/commit/cb4bd8950c52a16abab9b9db94e5cbd895e04f33
>---------------------------------------------------------------
commit cb4bd8950c52a16abab9b9db94e5cbd895e04f33
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date: Fri Apr 26 12:32:36 2013 -0400
Added ignore dirty to offending submodules. This might need to be revisited.
>---------------------------------------------------------------
.gitmodules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitmodules b/.gitmodules
index 72303a8..3fb203e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -19,9 +19,11 @@
[submodule "libraries/terminfo"]
path = libraries/terminfo
url = http://darcs.haskell.org/libraries/terminfo.git/
+ ignore = dirty
[submodule "libraries/transformers"]
path = libraries/transformers
url = http://darcs.haskell.org/libraries/transformers.git/
+ ignore = dirty
[submodule "libraries/xhtml"]
path = libraries/xhtml
url = http://darcs.haskell.org/libraries/xhtml.git/
@@ -31,12 +33,15 @@
[submodule "libraries/primitive"]
path = libraries/primitive
url = http://darcs.haskell.org/libraries/primitive.git/
+ ignore = dirty
[submodule "libraries/vector"]
path = libraries/vector
url = http://darcs.haskell.org/libraries/vector.git/
+ ignore = dirty
[submodule "libraries/time"]
path = libraries/time
url = http://darcs.haskell.org/libraries/time.git/
+ ignore = dirty
[submodule "libraries/random"]
path = libraries/random
url = http://darcs.haskell.org/libraries/random.git/
More information about the ghc-commits
mailing list