dim should only check commits from author during push. Not during pull requests like this.
Cc: Daniel Vetter <[email protected]> Signed-off-by: Rodrigo Vivi <[email protected]> --- dim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dim b/dim index 70262b60d513..504ed40dd3b8 100755 --- a/dim +++ b/dim @@ -2080,7 +2080,7 @@ function dim_pull_request repo="drm-intel" else - checkpatch_commit_push_range 1 "$upstream..$branch" + checkpatch_commit_push_range 0 "$upstream..$branch" tag=$(tag_name "$branch") gitk --first-parent "$branch" ^$upstream & tag_branch $tag $branch -- 2.20.1 _______________________________________________ dim-tools mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dim-tools
