We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5993179 commit efd1cb4Copy full SHA for efd1cb4
bin/cppsm
@@ -17,7 +17,7 @@ fi
17
18
BRANCH="$(git -C "$CPPSM" symbolic-ref --short HEAD)"
19
20
-git -C "$CPPSM" fetch --quiet
+git -C "$CPPSM" fetch "${GIT_QUIET[@]}" origin "$BRANCH"
21
22
ORIGIN="$(git -C "$CPPSM" log --pretty=oneline --abbrev-commit "..origin/$BRANCH" | sed 's#^# #g')"
23
if [ -n "$ORIGIN" ]; then
0 commit comments