From 953c18d69311b5dc71baadf766b5ab0b3da68c5a Mon Sep 17 00:00:00 2001 From: joshvera Date: Thu, 21 Apr 2016 17:49:50 -0400 Subject: [PATCH] Add jquery as a submodule for bench --- .gitmodules | 3 +++ test/repos/jquery | 1 + 2 files changed, 4 insertions(+) create mode 160000 test/repos/jquery diff --git a/.gitmodules b/.gitmodules index a099eb42c..a32dd00df 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "vendor/gitlib"] path = vendor/gitlib url = https://github.com/joshvera/gitlib +[submodule "test/repos/jquery"] + path = test/repos/jquery + url = https://github.com/jquery/jquery diff --git a/test/repos/jquery b/test/repos/jquery new file mode 160000 index 000000000..e5ffcb083 --- /dev/null +++ b/test/repos/jquery @@ -0,0 +1 @@ +Subproject commit e5ffcb0838c894e26f4ff32dfec162cf624d8d7d