[PATCH] dim: Don't fast-forward in apply-pull
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Fri May 18 08:33:13 UTC 2018
Op 18-05-18 om 09:31 schreef Daniel Vetter:
> Obvious oversight.
>
> Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
> ---
> dim | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/dim b/dim
> index ddfb809fcc5c..33acacb24790 100755
> --- a/dim
> +++ b/dim
> @@ -969,7 +969,7 @@ function dim_apply_pull
>
> checkpatch_commit_push_range 0 "HEAD..FETCH_HEAD"
>
> - if ! $DRY git pull $pull_branch ; then
> + if ! $DRY git pull --no-ff $pull_branch ; then
> if ! check_conflicts "$pull_branch" ; then
> echoerr "Please resolve and then commit normally using git"
>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
More information about the dim-tools
mailing list