Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: document the staging branch and add reference to it | Emil Velikov | 2018-11-15 | 1 | -0/+3 |
| | | | | | | | | | | | | A while back we agreed that having a live/staging branch is beneficial. Sadly we forgot to document that, so here is my first attempt. Document the caveat that the branch history is not stable. CC: Andres Gomez <[email protected]> CC: Dylan Baker <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Juan A. Suarez <[email protected]> | ||||
* | docs/submittingpatches.html: correctly handle the <p> tag | Emil Velikov | 2018-11-15 | 1 | -0/+2 |
| | | | | | | | As pointed out by the w3c validator. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Juan A. Suarez <[email protected]> | ||||
* | docs: correct typo in the submitting patches instructions | Andres Gomez | 2018-07-24 | 1 | -1/+1 |
| | | | | | | | Cc: Emil Velikov <[email protected]> Cc: Eric Engestrom <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | docs: fix `<` & `>` used in html code | Eric Engestrom | 2018-05-23 | 1 | -3/+3 |
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Ian Romanick <[email protected]> | ||||
* | docs: ask for backport nominations to cc: the author | Eric Engestrom | 2018-01-23 | 1 | -0/+4 |
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs/submittingpatches: add 'test each commit' instructions | Eric Engestrom | 2017-09-17 | 1 | -0/+12 |
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Thomas Helland <[email protected]> | ||||
* | docs: Document interaction Fixes tag and stable branches. | Bas Nieuwenhuizen | 2017-04-15 | 1 | -0/+4 |
| | | | | | | | For the next time I forget. Signed-off-by: Bas Nieuwenhuizen <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | docs/submittingpatches: add mention about legal disclaimers | Eric Engestrom | 2017-03-23 | 1 | -0/+10 |
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | docs: fix a few typos | Eric Engestrom | 2017-02-27 | 1 | -1/+1 |
| | | | | | | | Noticed a couple, found the rest using vimspell. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | docs/submittingpatches.html: document the Fixes tag | Emil Velikov | 2017-02-20 | 1 | -0/+5 |
| | | | | | | | Provide information and an example. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | docs/submittingpatches.html: remove version tag for nominations | Emil Velikov | 2017-02-20 | 1 | -8/+2 |
| | | | | | | | | | | | The version tag used to nominate has bitten even experienced mesa developers. Not to mention that it deviates from the one used in the kernel leading to further confusion. Simplify things and omit it all together. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | docs/submittingpatches.html: add #backports section | Emil Velikov | 2017-02-20 | 1 | -3/+14 |
| | | | | | | | | Provide information about merge conflicts resolution and sending backports. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | docs/submittingpatches.html: rework the #criteria section | Emil Velikov | 2017-02-20 | 1 | -74/+46 |
| | | | | | | | | Reword the section to focus on what is allowed, using a more brief, yet descriptive wording. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | docs/submittingpatches: assorted grammar fixes | Emil Velikov | 2017-02-16 | 1 | -5/+5 |
| | | | | | | | Cc: Ben Crocker <[email protected]> Suggested-by: Ben Crocker <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | docs: https all the links \o/ | Eric Engestrom | 2017-02-09 | 1 | -1/+1 |
| | | | | | | | | | Most of them already redirected to https anyway, so we might as well avoid the redirection and the security implications by linking directly to the right protocol. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | docs: document how to (self-) reject stable patches | Emil Velikov | 2016-12-09 | 1 | -0/+7 |
| | | | | | | | | | Document what has been the unofficial way to self-reject stable patches. Namely: drop the mesa-stable tag and push the commit. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Nanley Chery <[email protected]> | ||||
* | docs: fix small typo | Eric Engestrom | 2016-11-29 | 1 | -1/+1 |
| | | | | | | Fixes: ba28f2136febca32fe56 ("docs: add note about r-b/other tags when resending") Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | docs: add git tips how to do commit fixups and squash them | Emil Velikov | 2016-11-28 | 1 | -0/+7 |
| | | | | Signed-off-by: Emil Velikov <[email protected]> | ||||
* | docs: add note about r-b/other tags when resending | George Kyriazis | 2016-11-28 | 1 | -0/+3 |
| | | | | | [Emil Velikov: split from the typos fixes] Signed-off-by: Emil Velikov <[email protected]> | ||||
* | docs: fix small typos in the submit patches page | Andres Gomez | 2016-11-28 | 1 | -4/+4 |
| | | | | | Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | docs/submitting patches: mention get_reviewers.pl | Emil Velikov | 2016-11-22 | 1 | -0/+18 |
| | | | | | | | | Mention the script - why/how to use alongside a useful trick to make it work interactively (thanks Rob!). Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Elie Tournier <[email protected]> | ||||
* | docs/submitting patches: add git tips | Timothy Arceri | 2016-11-22 | 1 | -0/+20 |
| | | | | | | | | | | | | | | v2: [Emil Velikov] - Add the shorthand git send-email -vX - Move to submittingpatches.html - Add to the TOC. v3: [Emil Velikov] - Use @~8 instead of HEAD~8 (Nicolai) Cc: Timothy Arceri <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Brian Paul <[email protected]> (v1) | ||||
* | docs/submittingpatches: fix tags mis/abuse | Emil Velikov | 2016-11-21 | 1 | -1/+5 |
| | | | | | | | Fix the odd tag so that we're HTML 4.01 Traditional compliant Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | docs/submittingpatches: flesh out "how to nominate" methods | Emil Velikov | 2016-11-21 | 1 | -10/+20 |
| | | | | | | | | | | | Currently they are buried within the text, making it hard to find. Move them to the top and be clear what is _not_ a good idea. v2: Minor commit polish, use only "resending" as suggested by Matt. Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | docs: split Submitting Patches into separate document | Emil Velikov | 2016-11-21 | 1 | -0/+309 |
Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Brian Paul <[email protected]> |