]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: use a git submodule for gnulib
authorJim Meyering <meyering@redhat.com>
Sat, 7 Mar 2009 09:19:46 +0000 (10:19 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 7 Mar 2009 17:20:26 +0000 (18:20 +0100)
* .gitmodules: New file, to track gnulib.
* gnulib: New file, created by running this:
git submodule add git://git.sv.gnu.org/gnulib.git gnulib

.gitmodules [new file with mode: 0644]
gnulib [new submodule]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..acb2669
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "gnulib"]
+       path = gnulib
+       url = git://git.sv.gnu.org/gnulib.git
diff --git a/gnulib b/gnulib
new file mode 160000 (submodule)
index 0000000..8af1df8
--- /dev/null
+++ b/gnulib
@@ -0,0 +1 @@
+Subproject commit 8af1df8da0c9a895512f0d44fa7cf7e2dd677ae7