Closing -- discussed at K dev meeting, confirming it happens, but might be just the
specific git workflow approach.
The solution is to use `git commit` with path to files to be committed that excludes the
`pkg/docker/`, instead of just `.` - for example:
```
git commit src/
git commit ChangeLog
git commit pkg/kamailio/
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2003#issuecomment-554456952