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:
Thomas Haller 2021-10-01 15:33:50 +02:00
commit e0c58598e1
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

Diff content is not available