]> git.ipfire.org Git - thirdparty/systemd.git/commit - docs/HACKING.md
git: Add post-rewrite hook that invokes git submodule update 32204/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 10 Apr 2024 12:35:20 +0000 (14:35 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 10 Apr 2024 12:39:49 +0000 (14:39 +0200)
commitf1e9e8041c3e83fe7cf0d5ae382448514f3be3e6
tree061e5e346eb095e3a31bee362abbf5a52c9706c0
parent8bc9232636ced2e4a5a61dca13f6051b499e01eb
git: Add post-rewrite hook that invokes git submodule update

git rebase does not support a --recurse-submodules switch to automatically
check out the submodules at their registered commits during or after a rebase.

Instead, let's use the post-rewrite git hook to do this ourselves.
docs/HACKING.md
tools/git-post-rewrite-hook.sh [new file with mode: 0755]
tools/git-setup.sh