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

Diff content is not available