| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-10 | CONTRIBUTING.d/ai: Add guidelines banning AI for contributing | Alejandro Colomar | 1 | -0/+63 | |
| This policy is based on the Gentoo policy (see link below). However, I've modified our text to be more restrictive. Link: <https://wiki.gentoo.org/wiki/Project:Council/AI_policy> Reviewed-by: Carlos O'Donell <carlos@redhat.com> Cc: Collin Funk <collin.funk1@gmail.com> Cc: Sam James <sam@gentoo.org> Cc: "G. Branden Robinson" <branden@debian.org> Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2025-02-10 | CONTRIBUTING.d/style/c: Add coding style for the example programs | Alejandro Colomar | 1 | -0/+128 | |
| Personally, I prefer tabs for actual programming. But for manual pages, we can live with 4 spaces for $reasons. Reported-by: "G. Branden Robinson" <branden@debian.org> Reported-by: Jason Yundt <jason@jasonyundt.email> Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2025-02-10 | CONTRIBUTING.d/: Move style to style/man | Alejandro Colomar | 1 | -0/+0 | |
| This makes room for adding <style/c>, a C coding style guide. Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-12-19 | CONTRIBUTING.d/patches/subject: Use the full path always | Alejandro Colomar | 1 | -7/+4 | |
| This is easier to do, since auto-completion will do it. Also, it's more consistent. I started using full paths a few commits ago. Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-12-16 | CONTRIBUTING.d/git: mkdir(1) parent directory before writing to file | Alejandro Colomar | 1 | -0/+1 | |
| Reported-by: Elliott Hughes <enh@google.com> Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-12-05 | CONTRIBUTING.d/patches/description: Add link to history of inter-sentence space | Alejandro Colomar | 1 | -1/+3 | |
| Cc: "G. Branden Robinson" <branden@debian.org> Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-07 | CONTRIBUTING.d/lint: 'make build' does not build everything anymore | Alejandro Colomar | 1 | -2/+2 | |
| Fixes: 082547cb6fbb ("share/mk/: Reduce the work of 'make && make install'") Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-06 | CONTRIBUTING.d/patches/patches: Patches should contain a description. | Alejandro Colomar | 1 | -0/+4 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-06 | CONTRIBUTING.d/patches/patches: Minor tweaks after splitting the file | Alejandro Colomar | 1 | -10/+9 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-06 | CONTRIBUTING.d/patches/sendmail: Add file documenting how to send patches | Alejandro Colomar | 2 | -48/+51 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-06 | CONTRIBUTING.d/patches/base: Add file documenting the base commit of patch sets | Alejandro Colomar | 2 | -3/+6 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-06 | CONTRIBUTING.d/patches/range-diff: Add file documenting the range-diff ↵ | Alejandro Colomar | 2 | -31/+37 | |
| between patch revisions Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-06 | CONTRIBUTING.d/patches/diff: Add file documenting the diff of a patch | Alejandro Colomar | 2 | -4/+6 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-06 | CONTRIBUTING.d/patches/description: Add file documenting the description of ↵ | Alejandro Colomar | 2 | -39/+55 | |
| a patch Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-06 | CONTRIBUTING.d/patches/subject: Add file documenting the subject of a patch | Alejandro Colomar | 2 | -21/+41 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-06 | CONTRIBUTING.d/patches/patches: Move file into a subdirectory | Alejandro Colomar | 1 | -0/+0 | |
| This is in preparation of a split that will happen soon. The file has grown too much, and I will split it in smaller ones that cover different aspects of patches. Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-04 | CONTRIBUTING.d/git: Specify format.thread=shallow | Alejandro Colomar | 1 | -1/+1 | |
| Setting it to true is equivalent to "shallow", but set it explicitly. Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-03 | CONTRIBUTING.d/git: Recommend merge.verifySignatures=true | Alejandro Colomar | 1 | -0/+5 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-03 | CONTRIBUTING.d/git: Sort alphabetically | Alejandro Colomar | 1 | -6/+6 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-01 | CONTRIBUTING.d/git: Recommend am.messageid=true | Alejandro Colomar | 1 | -0/+6 | |
| This is useful for maintainers. Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-11-01 | CONTRIBUTING.d/patches: Documentation patches should be sent alongside the ↵ | Alejandro Colomar | 1 | -0/+20 | |
| features Link: <https://lwn.net/Articles/989380/> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Günther Noack <gnoack@google.com> Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-08-31 | CONTRIBUTING.d/git: Recommend format.thread=true | Alejandro Colomar | 1 | -0/+4 | |
| This generates patch sets as threads, with a Message-ID pre-set for the first mail. Cc: "G. Branden Robinson" <branden@debian.org> Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-06-15 | CONTRIBUTING.d/patches: Specify the git repository when mentioning commits | Alejandro Colomar | 1 | -1/+1 | |
| It might be linux.git, glibc.git, or some other, so let's clarify. Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-06-15 | CONTRIBUTING.d/patches: wfix | Alejandro Colomar | 1 | -3/+3 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-06-15 | CONTRIBUTING.d/patches: Clarify that [PATCH v1] is also valid | Alejandro Colomar | 1 | -3/+4 | |
| And actually, preferable. Thus, use it in all examples. Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-06-15 | CONTRIBUTING.d/patches: Say [PATCH] instead of [patch] | Alejandro Colomar | 1 | -3/+3 | |
| Patches are usually generated by git-format-patch(1), which says [PATCH], not [patch]. To avoid confusion, use the same form here. Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-06-15 | CONTRIBUTING.d/mail: Remove broken links | Alejandro Colomar | 1 | -3/+0 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-05-04 | CONTRIBUTING.d/*: Add instructions for configuring git(1) for this project | Alejandro Colomar | 2 | -21/+46 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-04-30 | CONTRIBUTING.d/patches: Please provide a git-range-diff(1) | Alejandro Colomar | 1 | -0/+30 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-04-30 | CONTRIBUTING.d/patches: Add git-send-email(1) configuration for To and Cc | Alejandro Colomar | 1 | -0/+7 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-04-29 | CONTRIBUTING.d/mail: Recommend specific mutt(1) config | Alejandro Colomar | 1 | -0/+6 | |
| We want protected headers too. Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-04-27 | CONTRIBUTING.d/: Clarify how to send patches with git-send-email(1) | Alejandro Colomar | 2 | -9/+26 | |
| Cc: Simon Barth <simon.barth@gmx.de> Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-02-26 | CONTRIBUTING.d/lint: Rewrite now that we have $SKIP_XFAIL | Alejandro Colomar | 1 | -27/+27 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-02-03 | CONTRIBUTING, CONTRIBUTING.d/mail: Split file, and rewrite CONTRIBUTING as ↵ | Alejandro Colomar | 1 | -0/+67 | |
| an intro CONTRIBUTING is now an intro to all the files in CONTRIBUTING.d/ Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-02-03 | CONTRIBUTING, CONTRIBUTING.d/patches: Split CONTRIBUTING file | Alejandro Colomar | 1 | -0/+94 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-02-03 | CONTRIBUTING, CONTRIBUTING.d/style: Split CONTRIBUTING file | Alejandro Colomar | 1 | -0/+21 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-02-03 | CONTRIBUTING, CONTRIBUTING.d/lint: Split CONTRIBUTING file | Alejandro Colomar | 1 | -0/+40 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-02-03 | CONTRIBUTING, CONTRIBUTING.d/external_pages: Split CONTRIBUTING file | Alejandro Colomar | 1 | -0/+17 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
| 2024-02-03 | CONTRIBUTING, CONTRIBUTING.d/bugs, README: Split CONTRIBUTING file | Alejandro Colomar | 1 | -0/+28 | |
| Signed-off-by: Alejandro Colomar <alx@kernel.org> | |||||
