Skip to content

Suggestion for method to include individual contributions. #132

@ryao

Description

@ryao

We may not be able to reflect individual contributions as separate git commits in the GitHub repository.

This is likely easier than you realize. When syncing the repository to a new driver version, first cherry pick the contributor commits. Then replace all of the files with what they would have been following the mega patch to update it to the latest Nvidia driver version and commit the changes. The result is that you will have the git history reflect individual contributions, without much effort.

The only downside is that git bisect might not always work if the individual patches somehow break things in a way that is fixed in the mega patch, but that could be caught by a buildbot and quite frankly, I suspect the community would prefer that the commit history reflect individual contributions over a guarantee of being able to use git bisect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestprocessWorkflow-related item

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions