File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -602,12 +602,13 @@ function cppcheckPR
602
602
checkoutIfNeeded
603
603
pushd $WORKDIR /work/ArangoDB
604
604
git fetch --all
605
- set -l files (git --no-pager diff --diff-filter =d --name-only FETCH_HEAD (git merge-base FETCH_HEAD origin/$argv [1]) -- arangod/ lib/ client-tools/ arangosh/ | grep -E ' \ .cp{2}?|\ .hp{2}?' )
605
+ set -l files (git --no-pager diff --diff-filter =d --name-only (git merge-base --fork-point origin/$argv [1] HEAD ) -- arangod/ lib/ client-tools/ arangosh/ | grep -E ' \ .cp{2}?|\ .hp{2}?' )
606
606
popd
607
607
608
608
if test " $ENTERPRISEEDITION " = " On"
609
609
pushd $WORKDIR /work/ArangoDB/enterprise
610
- set files $files (git --no-pager diff --diff-filter =d --name-only FETCH_HEAD (git merge-base FETCH_HEAD origin/$argv [1]) -- Enterprise/ | grep -E ' \ .cp{2}?|\ .hp{2}?' | sed -e ' s/^/enterprise\ //' )
610
+ git fetch --all
611
+ set files $files (git --no-pager diff --diff-filter =d --name-only (git merge-base --fork-point origin/$argv [1] HEAD) -- Enterprise/ | grep -E ' \ .cp{2}?|\ .hp{2}?' | sed -e ' s/^/enterprise\ //' )
611
612
popd
612
613
end
613
614
You can’t perform that action at this time.
0 commit comments