mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 19:50:14 +01:00
n-dhcp4: re-import git-subtree for 'src/n-dhcp4'
The subtree was moved from "shared/n-dhcp4" to "src/n-dhcp4". That confuses git-subtree. To fix it, reimport the code with rm -rf src/n-dhcp4 git commit -a -m 'dummy commit' git subtree add --prefix src/n-dhcp4 git@github.com:nettools/n-dhcp4.git 281f431756e32b6a978a92e6c1a95478917a6720 --squash Then rebase the result to drop the bogus dummy commit from the history. To update the library use: git subtree pull --prefix src/n-dhcp4 git@github.com:nettools/n-dhcp4.git master --squash
This commit is contained in:
commit
e0c58598e1