nixpkgs/doc/builders
Nicolas Benes f6b07f0e2f fetchgit: make sparseCheckout a list of strings
The `sparseCheckout` argument allows the user to specify directories or
patterns of files, which Git uses to filter files it should check-out.

Git expects a multi-line string on stdin ("newline-delimited list", see
`git-sparse-checkout(1)`), but within nixpkgs it is more consistent to
use a list of strings instead. The list elements are joined to a
multi-line string only before passing it to the builder script.

A deprecation warning is emitted if a (multi-line) string is passed to
`sparseCheckout`, but for the time being it is still accepted.
2022-11-15 19:45:33 +01:00
..
images add documentation for the pkgs.portableService tool (#193081) 2022-10-07 10:37:56 +02:00
packages nixpkgs/doc: remove unused unfree.xml 2022-07-28 16:54:32 +02:00
special doc: move testers to their own chapter 2022-04-22 16:24:29 +03:00
fetchers.chapter.md fetchgit: make sparseCheckout a list of strings 2022-11-15 19:45:33 +01:00
images.xml add documentation for the pkgs.portableService tool (#193081) 2022-10-07 10:37:56 +02:00
special.xml doc: move testers to their own chapter 2022-04-22 16:24:29 +03:00
testers.chapter.md doc/testers: testVersion -> testers.testVersion, add example 2022-09-15 22:46:37 +02:00
trivial-builders.chapter.md doc/builders: fix typos 2022-03-10 20:43:29 +01:00