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

Move FindMergeBase() overloads to ObjectDatabase #957

Merged
merged 1 commit into from
Feb 12, 2015
Merged

Move FindMergeBase() overloads to ObjectDatabase #957

merged 1 commit into from
Feb 12, 2015

Commits on Feb 12, 2015

  1. Move FindMergeBase() overloads to ObjectDatabase

    Per isssues #864 and #951, the overloads of FindMergeBase() have been moved
    from CommitLog to ObjectDatabase.
    
    The methods on ICommitLog and CommitLog have been deprecated, and calls to
    the CommitLog methods have been changed to call the ObjectDatabase versions
    instead.
    
    The relevant tests have been updated as well.
    
    Fixes #864 #951
    bording committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    24dfd15 View commit details
    Browse the repository at this point in the history