commit 9fa7dc524988250f744a0e7f1f630ec592c0b1ba parent ea44d9cf6f29190b74478357c7129555c6afecf5 Author: Dan Stillman <dstillman@zotero.org> Date: Thu, 3 Nov 2011 00:34:34 -0400 Add https://github.com/zotero/bundled-styles as submodule Diffstat:
| M | .gitmodules | | | 3 | +++ |
| A | styles | | | 1 | + |
| D | styles/.gitignore | | | 4 | ---- |
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -4,3 +4,6 @@ [submodule "chrome/content/zotero/locale/csl"] path = chrome/content/zotero/locale/csl url = git://github.com/citation-style-language/locales.git +[submodule "styles"] + path = styles + url = git://github.com/zotero/bundled-styles.git diff --git a/styles b/styles @@ -0,0 +1 @@ +Subproject commit 2db30c9ee7cf1d7686303acad4bb1726decf39e8 diff --git a/styles/.gitignore b/styles/.gitignore @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore