aboutsummaryrefslogtreecommitdiff
path: root/README-GIT
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-05-06 13:33:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-05-06 13:33:38 +0200
commiteaa166efe644c74f86add43474559ef018f63f49 (patch)
tree7e1d628e3173730db9f657d8274a23221be15c6a /README-GIT
parent2c91b09b78a1c747d7f6a1b533c2305bcc7d0a58 (diff)
Drop libpkg-config submodule and related infrastructure
Diffstat (limited to 'README-GIT')
-rw-r--r--README-GIT13
1 files changed, 0 insertions, 13 deletions
diff --git a/README-GIT b/README-GIT
index ef48a70..88b7da1 100644
--- a/README-GIT
+++ b/README-GIT
@@ -24,16 +24,3 @@ A few additional notes:
see the '(new commits, modified content)' status instead of just '(new
commits)' next to submodules (i.e., git "thinks" you have modified the
member project by "setting back" its subproject commit).
-
-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
-
- Instead, their updates (normally to something tagged) must be requested
- explicitly:
-
- git submodule update --remote --checkout submodules/sqlite
-
- Note that you need a fairly recent git (e.g., 2.9) for this enforcement
- to work.