Files
@ dc4a768927eb
Branch filter:
Location: kallithea/docs/usage/statistics.rst
dc4a768927eb
1.2 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.