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

Cache merge base #1106

Closed
wants to merge 6 commits into from
Closed

Commits on Nov 27, 2016

  1. Fix handling of excluded branches.

    Pass on data, check that each branch is added only once.
    DanielRose authored and JakeGinnivan committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    f185080 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a703cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5aaae9 View commit details
    Browse the repository at this point in the history
  4. Cache the data in FindCommitBranchWasBranchedFrom().

    Clear the caches for each new run of GitVersion.
    DanielRose authored and JakeGinnivan committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    115fbce View commit details
    Browse the repository at this point in the history
  5. Introduced a new class which builds cachable metadata about a git rep…

    …ository
    
    This makes the cache non-static and hopefully easier to maintain in the long wrong
    JakeGinnivan committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    4b4438f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5eeb97 View commit details
    Browse the repository at this point in the history