bf7d13dc4f
Allows restricting patches to a specific subdirectory, à la `git diff --relative=subdir`. This cannot be done (cleanly) currently because the `includes` logic happens *after* `stripLen` is applied, so we can't match on `subdir/*`. This change adds a `relative` argument that makes this possible by filtering files before doing any processing, and setting `stripLen` and `extraPrefix` accordingly. |
||
---|---|---|
.. | ||
coding-conventions.chapter.md | ||
contributing-to-documentation.chapter.md | ||
quick-start.chapter.md | ||
reviewing-contributions.chapter.md | ||
submitting-changes.chapter.md | ||
vulnerability-roundup.chapter.md |