mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 19:30:37 +01:00
c-stdaux: re-import git-subtree for 'src/c-stdaux'
The subtree was moved from "shared/c-stdaux" to "src/c-stdaux". That confuses git-subtree. To fix it, reimport the code with rm -rf src/c-stdaux git commit -a -m 'dummy commit' git subtree add --prefix src/c-stdaux git@github.com:c-util/c-stdaux.git 346623b40eb8137cae7568a69ee42253ff098ff7 --squash Then rebase the result to drop the bogus dummy commit from the history. To update the library use: git subtree pull --prefix src/c-stdaux git@github.com:c-util/c-stdaux.git main --squash
This commit is contained in:
commit
613a6c7db1