FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

filter: use a `git_oid` in filter options, not a pointer by ethomson · Pull Request #6067 · libgit2/libgit2 · GitHub

filter: use a git_oid in filter options, not a pointer - #6067

Merged
ethomson merged 1 commit into
mainfrom
ethomson/filter_commit_id
Sep 21, 2021
Merged

ethomson merged 1 commit into
mainfrom
ethomson/filter_commit_id

Conversation

Copy link
Copy Markdown
Member

Using a git_oid * in filter options was a mistake; it is a deviation
from our typical pattern, and callers in some languages that GC may need
very special treatment in order to pass both an options structure and a
pointer outside of it.

Using a `git_oid *` in filter options was a mistake; it is a deviation
from our typical pattern, and callers in some languages that GC may need
very special treatment in order to pass both an options structure and a
pointer outside of it.
ethomson merged commit efa0d64 into main Sep 21, 2021
ethomson deleted the ethomson/filter_commit_id branch September 30, 2021 22:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL