From a93d9668f7403272203b30485fc990bca2a9c66e Mon Sep 17 00:00:00 2001 From: mein Name Date: Sat, 11 Jan 2025 15:49:23 -0500 Subject: [PATCH] sync-takahe --- docs/development.md | 2 ++ neodb-takahe | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 1a6d2c92..c63c9d95 100644 --- a/docs/development.md +++ b/docs/development.md @@ -89,6 +89,8 @@ When updating code, always update submodules: git pull git submodule update --init ``` +With newer git 2.15+, you main use `git pull --recurse-submodules` or `git config --global submodule.recurse true` to make it automatic. + To save some typing, consider adding some aliases to `~/.profile`: ``` diff --git a/neodb-takahe b/neodb-takahe index de817216..d3c19754 160000 --- a/neodb-takahe +++ b/neodb-takahe @@ -1 +1 @@ -Subproject commit de81721650a79f6f1b6b6501927405853f032f4c +Subproject commit d3c1975402d0ad64d2349bdd72af044d78493804