Files
@ dc4a768927eb
Branch filter:
Location: kallithea/docs/usage/troubleshooting.rst
dc4a768927eb
2.4 KiB
text/prs.fallenstein.rst
pull requests: fix same git repository pull-request issue
Currentry, Kallithea can not create pull-request from same git repository.
Because, ancestor variable is not initialized when create pull-request from same git repository.
This patch find ancestor by `git merge-base` command and initialize it.
Currentry, Kallithea can not create pull-request from same git repository.
Because, ancestor variable is not initialized when create pull-request from same git repository.
This patch find ancestor by `git merge-base` command and initialize it.