mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 04:00:09 +01:00
c-list: re-import git-subtree for 'src/c-list'
The subtree was moved from "shared/c-list" to "src/c-list". That confuses git-subtree. To fix it, reimport the code with rm -rf src/c-list git commit -a -m 'dummy commit' git subtree add --prefix src/c-list git@github.com:c-util/c-list.git 96455db9f04a6c9101a00957161551aea700b6aa --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-list git@github.com:c-util/c-list.git main --squash
This commit is contained in:
commit
d1049035ab