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

Fix fetching git history + fallback to unshallow repo #74

Merged
merged 7 commits into from
Mar 8, 2021

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    3be8c93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31c5768 View commit details
    Browse the repository at this point in the history
  3. Allow single line filters

    dorny committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    68792bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8801c88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49abb09 View commit details
    Browse the repository at this point in the history
  6. Increase default value of initial-fetch-depth to 100

    For most situation it should be enough to find merge base. Previous value was too slow and overhead of doing fetch was significantly higher than saving of transfer.
    dorny committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    c90ecaa View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG

    dorny committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    46d2898 View commit details
    Browse the repository at this point in the history