Skip to content

Commit a95344c

Browse files
committed
Make git fetch quiet in status command.
1 parent f5b454e commit a95344c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/gg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ status() {
510510
echo
511511

512512
# http://stackoverflow.com/a/3278427
513-
git fetch
513+
git fetch --quiet
514514

515515
LOCAL=$(git rev-parse @{0})
516516
REMOTE=$(git rev-parse @{u})

0 commit comments

Comments
 (0)