[Libreoffice-commits] .: Branch 'feature/submodules' - .gitmodules

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Fri Mar 9 17:00:59 PST 2012


 .gitmodules |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit acc0ca81477408dbeadcb121bc25e8e134b665b9
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Fri Mar 9 19:00:11 2012 -0600

    have the submodules rebase by default

diff --git a/.gitmodules b/.gitmodules
index 8cdf2d4..c963415 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,12 @@
 [submodule "binfilter"]
 	path = binfilter
 	url = git://anongit.freedesktop.org/libreoffice/binfilter.git
+	update=rebase
 [submodule "dictionaries"]
 	path = dictionaries
 	url = git://anongit.freedesktop.org/libreoffice/dictionaries
+	update=rebase
 [submodule "helpcontent2"]
 	path = helpcontent2
 	url = git://anongit.freedesktop.org/libreoffice/help
+	update=rebase


More information about the Libreoffice-commits mailing list