n-acd: re-import git-subtree for 'src/n-acd'

The subtree was moved from "shared/n-acd" to "src/n-acd". That confuses
git-subtree. To fix it, reimport the code with

  rm -rf src/n-acd
  git commit -a -m 'dummy commit'
  git subtree add --prefix src/n-acd git@github.com:nettools/n-acd.git a600afc870872bbdfc8081ca68d5665334cb9e6e --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-acd git@github.com:nettools/n-acd.git master --squash
This commit is contained in:
Thomas Haller 2021-10-01 15:33:50 +02:00
commit 2259824316
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

Diff content is not available