Skip to content

Commit

Permalink
Dude, verbose fetch is not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Oct 8, 2011
1 parent a7108ae commit 478f748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-dude
Expand Up @@ -49,7 +49,7 @@ while true; do
repo_name=$(basename $dir_name .git)
cd "$dir_name"

changes=$(git fetch -v 2>&1 | grep -F -- '->' | sed -E 's/^\s+\+\s+//')
changes=$(git fetch 2>&1 | grep -F -- '->' | sed -E 's/^\s+\+\s+//')

while read -r line; do
case $line in
Expand Down

0 comments on commit 478f748

Please sign in to comment.