aboutsummaryrefslogtreecommitdiff
path: root/README-GIT
diff options
context:
space:
mode:
Diffstat (limited to 'README-GIT')
-rw-r--r--README-GIT4
1 files changed, 2 insertions, 2 deletions
diff --git a/README-GIT b/README-GIT
index 7a2cae1..ef48a70 100644
--- a/README-GIT
+++ b/README-GIT
@@ -25,7 +25,7 @@ A few additional notes:
commits)' next to submodules (i.e., git "thinks" you have modified the
member project by "setting back" its subproject commit).
-2. The pkgconf, sqlite and libodb* submodules are not updated by default
+2. The libpkg-config, sqlite and libodb* submodules are not updated by default
(e.g., with the above command). This is achieved with:
git config --file .gitmodules submodule.sqlite.update none
@@ -33,7 +33,7 @@ A few additional notes:
Instead, their updates (normally to something tagged) must be requested
explicitly:
- git submodule update --remote --checkout sqlite
+ git submodule update --remote --checkout submodules/sqlite
Note that you need a fairly recent git (e.g., 2.9) for this enforcement
to work.