aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/vcs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vcs b/bin/vcs
index cbb34aa..c06cb4e 100755
--- a/bin/vcs
+++ b/bin/vcs
@@ -34,7 +34,7 @@ guess_type() {
git_fetch() {
- git fetch "$@"
+ git fetch --all "$@"
}
darcs_fetch() {