Files @ dc4a768927eb
Branch filter:

Location: kallithea/docs/images/.img

Takumi IINO
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.