From 40f52f72d793ccdfb16cb8076d2d03aeb60c61ca Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 29 Jun 2015 11:04:08 -0600 Subject: [PATCH] Documentation directory is now a submodule --- .gitmodules | 3 +++ ChangeLog | 4 +++- Documentation | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 Documentation diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000000..40a1d6593c1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Documentation"] + path = Documentation + url = https://bitbucket.org/nuttx/documentation.git diff --git a/ChangeLog b/ChangeLog index b7f87ac2ea0..138f2c1d536 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10627,5 +10627,7 @@ * Broke the NuttX GIT repository into several, smaller repositories. Eliminated the misc/ directory and the content under misc/Obsoleted and misc/sims (2015-06-27). - * Removed the Documentation/ directory (2015-06-29). + * Removed the Documentation/ directory. Replaced with a GIT submodule + that will bring in the new standalone Documentation directory + (2015-06-29). diff --git a/Documentation b/Documentation new file mode 160000 index 00000000000..321f4c76481 --- /dev/null +++ b/Documentation @@ -0,0 +1 @@ +Subproject commit 321f4c76481c05796cd4543575345da02b794f86