You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve issue with batching MRs and forked MRs (#302)
Since all forked MRs are prepared to local branches, the MR
acceptance procedure needs to be also local.
* fix batching MRs when source branch has different repo url
* fix unit tests
* add unit test for use case forked MRs
* remove credentials from debug log
Changes:
/tmpiq7raaob/tmpb84bjxf0 # git merge origin/dummy21 --ff --ff-only
merge: origin/dummy21 - not something we can merge
Into:
/tmpiq7raaob/tmpb84bjxf0 # git merge dummy21 --ff --ff-only
Updating b51f541..9525b89
Fast-forward
21 | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 21
Signed-off-by: Sascha Binckly <[email protected]>
0 commit comments