You have to make a new pull request with a clean set of commits.
For convenience, I am presenting some guidelines that can help -- you can get the diff of
your pull request via:
*
https://patch-diff.githubusercontent.com/raw/kamailio/kamailio/pull/1179.di…
Apply it to to a fresh master clone. Discard the changes to README, the file is
auto-generated.
```
wget
https://patch-diff.githubusercontent.com/raw/kamailio/kamailio/pull/1179.di…
cd kamailio-master
patch -p1 ../1179.diff
rm src/modules/cfg_rpc/README
git checkout src/modules/cfg_rpc/README
```
Commit the changes per component, first to core:
```
git commit src/core/
```
Then to cfg_rpc module:
```
git commit src/modules/cfg_rpc
```
Be sure you set the proper commit messages.
--
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/pull/1179#issuecomment-312833940