Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"gvfs-helper prefetch" during "git fetch" #228

Merged
merged 2 commits into from
Dec 17, 2019

Commits on Dec 17, 2019

  1. fetch: use gvfs-helper prefetch under config

    The gvfs-helper allows us to download prefetch packs using a simple
    subprocess call. The gvfs-helper-client.h method will automatically
    compute the timestamp if passing 0, and passing NULL for the number
    of downloaded packs is valid.
    
    Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
    derrickstolee committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    d4f1186 View commit details
    Browse the repository at this point in the history
  2. fetch: add --no-update-remote-refs

    To allow running "git fetch" in the background, we want to ensure
    that users still see when the remote refs update in their user-
    facing fetch commands. Use a new --no-update-remote-refs option
    to prevent storing these updates to refs/remotes.
    
    Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
    derrickstolee committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    7f8481b View commit details
    Browse the repository at this point in the history