]> git.madduck.net Git - code/vcsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

vcsh: Only fetch the upstream branch during clone
authorDridi Boukelmoune <dridi.boukelmoune@gmail.com>
Sat, 12 Oct 2013 18:11:32 +0000 (20:11 +0200)
committerDridi Boukelmoune <dridi.boukelmoune@gmail.com>
Wed, 22 Oct 2014 14:20:16 +0000 (16:20 +0200)
vcsh

diff --git a/vcsh b/vcsh
index edb91fac2d5e9663fb4e6a5a65e761c777fb3755..898bdb54bf192d9112b73cb3d5eb63e98d86ef32 100755 (executable)
--- a/vcsh
+++ b/vcsh
@@ -153,7 +153,7 @@ clone() {
                info "remote is empty, not merging anything"
                exit
        fi
-       git fetch
+       git fetch origin "$VCSH_BRANCH"
        hook pre-merge
        git ls-tree -r --name-only origin/master | (while read object; do
                [ -e "$object" ] &&