summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgit-base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-base.sh b/git-base.sh
index 254a306..e1bcff1 100755
--- a/git-base.sh
+++ b/git-base.sh
@@ -94,7 +94,7 @@ fetch_async() {
}
fetch() {
- git fetch
+ git fetch --quiet > /dev/null 2>&1
}
commit_short_sha() {