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: always keep index-pack silent #375

Merged

Commits on Jun 15, 2021

  1. fixup! gvfs-helper: add prefetch support

    Due to how we are calling 'git index-pack' and piping stdout, I found an
    instance where our 'git index-pack' subcommand is timing out. Since we
    are using pipe_command() to get the stdout and use that hash to create
    a new filename, the 'ip.stderr = -1' line breaks the expected behavior,
    especially when providing '-v'.
    
    Let's be more careful about stderr when cloning.
    
    The case I saw was for using the prefetch endpoint on Azure Repos on a
    repo that doesn't have configured cache servers. The pack-file was over
    1GB so the progress indicator reliably hit a problem.
    
    Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
    derrickstolee committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    73ed7c8 View commit details
    Browse the repository at this point in the history