Hi, On Thu, Apr 5, 2012 at 12:59, Rob Vermaas <[email protected]> wrote: >> git pull was causing merge bustage, and with git fetch --all do not >> update the working copy and also update too much. > > It should not update a working copy at all in my opinion. Hydra does a > checkout of a specific revision from the local clone.
The way nix-prefect-git works, to minimize the commit it has to pull, is by looking if there is a branch name by listing the branch names of the remote repository, so if you do not put a branch name on the current repository nix-prefect-git will have to clone everything before doing the checkout of the commit. With a branch name it can just clone the minimum required to get a working copy. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
