FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.43k stars 636 forks source link

fix tests for git 2.28 #1408

Closed campersau closed 4 years ago

campersau commented 4 years ago

merging now automatically appends the target branch name to the commit message

Before git 2.28:

Revert "Merge branch 'testbranch'"

After git 2.28:

Revert "Merge branch 'testbranch' into master"