Hartmut Goebel <[email protected]> skribis: > Am 04.09.2017 um 17:01 schrieb Ludovic Courtès: >> That’s roughly what ‘guix pull’ does nowadays, now that it uses >> Guile-Git. > > Does it? I only found the call to `remote-fetch` in guix/git.scm, which > is not passed any option to. > > The trick is to use `--depth=1` and fetch the one, expected commit, tag > or branch-head.
Oh right, it doesn’t do that. What it does do is maintain a cached checkout in ~/.cache/guix/pull, which makes subsequent pulls much faster. Does that make sense? Ludo’.
