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

Speed up "git fat checkout" and "git fat pull" #68

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 13, 2015

  1. Refactor the "git fat checkout" operation (and therefore also "git fa…

    …t pull") to significantly improve its speed.
    
    The main change here is that git checkout-index is now called only a single time for all files.
    In some tests the performance improvement is six-fold.
    
    With this change it doesn't make sense anymore to print out each file as it is being processed,
    so only the number of files that need to be restored is shown.
    The actual filenames are only printed if git-fat is verbose.
    purdeaandrei committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    be6cbbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8449d4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3641e8a View commit details
    Browse the repository at this point in the history