Re: [PATCH 1/7] guix: git: Support shallow git clones if a tag is available

2017-02-02 Thread ng0
Ludovic Courtès writes: > Andy Wingo skribis: > >> * guix/build/git.scm (git-fetch): Instead of cloning the remote repo, use the >> lower-level "init" / "fetch" / "checkout" operations. This lets us make a >> shallow checkout if we are checking out a tag. >> >> *

Re: [PATCH 1/7] guix: git: Support shallow git clones if a tag is available

2015-10-26 Thread Andy Wingo
Hi, On Sun 25 Oct 2015 21:30, l...@gnu.org (Ludovic Courtès) writes: > Christopher Allan Webber skribis: > >> Ludovic Courtès writes: >> >>> Andy Wingo skribis: >>> * guix/build/git.scm (git-fetch): Instead of cloning the remote repo, use

Re: [PATCH 1/7] guix: git: Support shallow git clones if a tag is available

2015-10-25 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Ludovic Courtès writes: > >> Andy Wingo skribis: >> >>> * guix/build/git.scm (git-fetch): Instead of cloning the remote repo, use >>> the >>> lower-level "init" / "fetch" / "checkout" operations. This lets us make

Re: [PATCH 1/7] guix: git: Support shallow git clones if a tag is available

2015-10-20 Thread Christopher Allan Webber
Ludovic Courtès writes: > Andy Wingo skribis: > >> * guix/build/git.scm (git-fetch): Instead of cloning the remote repo, use the >> lower-level "init" / "fetch" / "checkout" operations. This lets us make a >> shallow checkout if we are checking out a tag. >> >> *

Re: [PATCH 1/7] guix: git: Support shallow git clones if a tag is available

2015-08-25 Thread Ludovic Courtès
Andy Wingo wi...@igalia.com skribis: * guix/build/git.scm (git-fetch): Instead of cloning the remote repo, use the lower-level init / fetch / checkout operations. This lets us make a shallow checkout if we are checking out a tag. * guix/git-download.scm (git-reference): Add tag field.

[PATCH 1/7] guix: git: Support shallow git clones if a tag is available

2015-08-18 Thread Andy Wingo
* guix/build/git.scm (git-fetch): Instead of cloning the remote repo, use the lower-level init / fetch / checkout operations. This lets us make a shallow checkout if we are checking out a tag. * guix/git-download.scm (git-reference): Add tag field. (git-fetch): Support git references with

[PATCH 1/7] guix: git: Support shallow git clones if a tag is available

2015-08-18 Thread Andy Wingo
* guix/build/git.scm (git-fetch): Instead of cloning the remote repo, use the lower-level init / fetch / checkout operations. This lets us make a shallow checkout if we are checking out a tag. * guix/git-download.scm (git-reference): Add tag field. (git-fetch): Support git references with

[PATCH 1/7] guix: git: Support shallow git clones if a tag is available

2015-08-18 Thread Andy Wingo
* guix/build/git.scm (git-fetch): Instead of cloning the remote repo, use the lower-level init / fetch / checkout operations. This lets us make a shallow checkout if we are checking out a tag. * guix/git-download.scm (git-reference): Add tag field. (git-fetch): Support git references with