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

Correct splitting of git-ls-tree output #38

Closed
wants to merge 1 commit into from

Commits on Oct 23, 2014

  1. Correct splitting of git-ls-tree output

    Split limit 5 was off by one, which resulted in incorrect
    processing of file paths with spaces embedded in them.
    New split limit of 4 gets the required parts, because it
    specifies the allowed number of splits, not elements:
    
    mode type hash size name
        1    2    3    4
    dspinellis committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    d1bd535 View commit details
    Browse the repository at this point in the history