Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure to fetch all new remote tags in fetch command
  • Loading branch information
Geoffrey Broadwell committed Nov 23, 2012
1 parent 07f2717 commit f37c11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench
Expand Up @@ -67,7 +67,7 @@ multi MAIN ('fetch', *@components) {
}

%*ENV<GIT_DIR> = $bare;
run < git fetch >;
run < git fetch -t >;
}
}

Expand Down

0 comments on commit f37c11a

Please sign in to comment.