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

sparse-checkout: disable advice in 'disable' #1800

Closed

Commits on Sep 23, 2024

  1. sparse-checkout: disable advice in 'disable'

    When running 'git sparse-checkout disable' with the sparse index
    enabled, Git is expected to expand the index into a full index. However,
    it currently outputs the advice message saying that that is unexpected
    and likely due to an issue with the working directory.
    
    Disable this advice message when in this code path. Establish a pattern
    for doing a similar removal in the future.
    
    Signed-off-by: Derrick Stolee <[email protected]>
    derrickstolee committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    86ffe9b View commit details
    Browse the repository at this point in the history