summaryrefslogtreecommitdiffstats
path: root/Documentation/howto-contribute.txt
Commit message (Collapse)AuthorAgeFilesLines
* docs: remove dead linkSami Kerola2012-11-251-3/+0Star
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: mention Open Group requirementsSami Kerola2012-11-251-0/+29
| | | | | | | | | | Commands cal col ipcrm ipcs kill line logger mesg more newgrp pg renice has Open Group requirements. Contributors need to be aware of them. Reviewed-by: Adam Sampson <ats@offog.org> Reviewed-by: Bruce Dubbs <bruce.dubbs@gmail.com> Reviewed-by: Ángel González <ingenit@zoho.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: tell about irc channelSami Kerola2012-07-261-0/+10
| | | | | Reference: http://comments.gmane.org/gmane.linux.utilities.util-linux-ng/3550 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: add non-return function and if shorthand tipsSami Kerola2011-09-171-0/+18
| | | | | | | | | | | | | Non-return functions should not be combined with `else' clause. The if shorthands `var = e ? t : f;' need to fit to single line, and if that does not look good use normal "if else" syntax. Both tips are mentioned in email bellow. http://www.spinics.net/lists/util-linux-ng/msg05152.html Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: require kernel support before accepting use of itSami Kerola2011-08-281-0/+3
| | | | | | http://www.spinics.net/lists/kernel/msg1228993.html Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: note about independent super block structsSami Kerola2011-08-281-0/+5
| | | | | | | | | It's normal that we use our own (on kernel independent) copy of FS superbloks. -- K. Zak http://www.spinics.net/lists/util-linux-ng/msg04812.html Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: new file Documentation/howto-contribute.txtSami Kerola2011-08-231-0/+92
The file contens are mostly from former README.devel. Signed-off-by: Sami Kerola <kerolasa@iki.fi>