Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When `merge.ff` is set to `only` in .gitconfig, `git subtree pull` will fail with error `fatal: Not possible to fast-forward, aborting.`, but the command does want to make merges in these places. Add `--no-ff` argument to `git merge` to enforce this behaviour. Signed-off-by: Thomas Koutcher <[email protected]> Reviewed-by: Johannes Altmanninger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information