diff options
author | Yehuda Katz <wycats@gmail.com> | 2009-08-11 16:49:27 -0700 |
---|---|---|
committer | Yehuda Katz <wycats@gmail.com> | 2009-08-11 16:49:27 -0700 |
commit | 27e880729eeb058583b79ccf84a7577c434addfd (patch) | |
tree | 88125880559f1609f23ff42f8fb991879dae0259 /.gitmodules | |
parent | ccd1c5e521c020118b5bcfeb4cd5a651997b6806 (diff) | |
download | rails-27e880729eeb058583b79ccf84a7577c434addfd.tar.gz rails-27e880729eeb058583b79ccf84a7577c434addfd.tar.bz2 rails-27e880729eeb058583b79ccf84a7577c434addfd.zip |
Made benchmarks submodule so it's easier to keep in sync
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..d6730e194a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "actionpack/examples"] + path = actionpack/examples + url = git://github.com/wycats/rails-simple-benches.git |