Skip to content

Commit

Permalink
Turn off paging on branch command
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-Wilson committed Jul 9, 2024
1 parent 36b16d1 commit a727312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submodule-pin-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for mod in `git submodule --quiet foreach 'echo $name'`; do

if ! git -C $mod merge-base --is-ancestor HEAD $branch; then
echo $mod diverges from $branch
git -C $mod branch -a
git --no-pager -C $mod branch -a
divergent=1
fi
done
Expand Down

0 comments on commit a727312

Please sign in to comment.