diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-11 17:11:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-11 17:11:11 +0300 |
commit | e4ef43d6982dd49a4edb3a954c9c812a4e889d4f (patch) | |
tree | c3ce74553a0f481fe1a480a833470ff33aebf4fe /README-GIT | |
parent | 08433f01a9838b33ac349932cf8f54ee42db7fac (diff) |
Adjust with new libpkgconf repository
Diffstat (limited to 'README-GIT')
-rw-r--r-- | README-GIT | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,15 +25,15 @@ 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 libpkgconf, libsqlite3 and libodb* submodules are not updated by default +2. The pkgconf, sqlite and libodb* submodules are not updated by default (e.g., with the above command). This is achieved with: - git config --file .gitmodules submodule.libsqlite3.update none + git config --file .gitmodules submodule.sqlite.update none Instead, their updates (normally to something tagged) must be requested explicitly: - git submodule update --remote --checkout libsqlite3 + git submodule update --remote --checkout sqlite Note that you need a fairly recent git (e.g., 2.9) for this enforcement - to work.
\ No newline at end of file + to work. |