nixpkgs/doc/contributing
Naïm Favier bf7d13dc4f
fetchpatch: add relative
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.
2022-03-25 01:00:36 +01:00
..
coding-conventions.chapter.md fetchpatch: add relative 2022-03-25 01:00:36 +01:00
contributing-to-documentation.chapter.md doc: remove reference to unix-man-urls.lua 2021-12-28 13:26:35 +01:00
quick-start.chapter.md doc: Use markdown syntax for xrefs 2021-06-07 06:34:59 +02:00
reviewing-contributions.chapter.md doc/reviewing-contributions: Recommend mkRenamedOptionModuleWith 2022-03-09 14:53:53 +01:00
submitting-changes.chapter.md Move misc/vim-plugins to applications/editors/vim/plugins 2022-02-24 20:26:07 -03:00
vulnerability-roundup.chapter.md documentation: Add content about Vulnerability roundups 2021-03-17 13:39:24 -07:00