filter.c
25.3 KB
-
filter: use a `git_oid` in filter options, not a pointer · 90656858
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.
Edward Thomson committed