Skip to content
Commits on Source (2)
...@@ -275,7 +275,7 @@ is_var_set() { ...@@ -275,7 +275,7 @@ is_var_set() {
# anything. # anything.
# #
git_repo_has_updates() { git_repo_has_updates() {
git fetch --dry-run 2>&1 | grep -q '\->' git fetch --dry-run --verbose 2>&1 | grep -q 'git-upload-pack\|->'
} }
......