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 blame argument handling #297

Merged
merged 1 commit into from
Dec 10, 2013
Merged

Commits on Dec 9, 2013

  1. fix blame argument handling

    The argument handling for the new Repository_blame had several problems:
    
    - The call to PyArg_ParseTupleAndKeywords was missing &path, so none
      of the optional arguments got parsed correctly.
    - newest_commit and oldest_commit were missing type validation
      against OidType.
    - The opts structure was discarded rather than passed to git_blame_file.
    
    This commit fixes these issues and adds a test case.
    Adam Spiers committed Dec 9, 2013
    Configuration menu
    Copy the full SHA
    749810a View commit details
    Browse the repository at this point in the history