Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Document the expire and external discussion resolve states | Craig Scott | 2019-05-30 | 1 | -7/+68 |
| | | | | | | Our practice of closing MRs temporarily while discussion takes place in a separate issue isn't always well understood by MR authors. Expiring a MR seems to be better understood, but making it clear that it is also a temporary state is helpful. | ||||
* | Help: prefer commit hashes in commit references | Ben Boeckel | 2019-01-25 | 1 | -5/+14 |
| | | | | | | | | | | | The logic is that the describe output is readily available using `git tag --contains` locally. In addition, for a hypothetical commit which landed in both v3.9.4 and v3.10.1, there is no "better" tag to refer to. since v3.10.0's relation to such a commit is unclear either way. Also mention that a `Fixes` trailer is preferred if the mention is just to indicate a commit which introduced an error rather than writing a complete sentence about it. | ||||
* | Help/dev: Document where topic stage branch is held | Brad King | 2018-12-19 | 1 | -0/+8 |
| | |||||
* | Help: Clarify usage of Topic-rename | Craig Scott | 2018-05-29 | 1 | -2/+5 |
| | |||||
* | Help/dev: Add commit reference format to review process guide | Brad King | 2017-08-29 | 1 | -0/+20 |
| | |||||
* | Help/dev: Organize commit message instructions into subsections | Brad King | 2017-08-24 | 1 | -0/+9 |
| | |||||
* | Help/dev: Add commit message guidelines | Craig Scott | 2017-08-08 | 1 | -0/+48 |
| | |||||
* | Help/dev: Document buildbot lint-iwyu-tidy builder | Brad King | 2017-05-30 | 1 | -1/+6 |
| | | | | | This builder builds CMake using lint tools but does not run the test suite. Document it for reviewers to request with `Do: test -i lint`. | ||||
* | Help/dev: note that unstaging before an update is unnecessary | Ben Boeckel | 2017-05-17 | 1 | -0/+4 |
| | |||||
* | Help/dev: Document preferred page for MR comments | Brad King | 2017-04-06 | 1 | -0/+4 |
| | |||||
* | Help/dev: Document `Do: reformat` action | Brad King | 2017-03-22 | 1 | -0/+16 |
| | |||||
* | Help/dev: Make `Do: check` cross-reference more specific | Brad King | 2017-03-22 | 1 | -1/+4 |
| | | | | Add a dedicated subsection header for its documentation. | ||||
* | Help/dev: Document `Topic-rename:` description trailer | Brad King | 2017-03-21 | 1 | -0/+7 |
| | |||||
* | Help/dev: mention how the robot performs its checks | Ben Boeckel | 2017-03-21 | 1 | -3/+8 |
| | | | | Fixes: #16264. | ||||
* | Help/dev: Document the CMake Testing Process | Brad King | 2017-03-07 | 1 | -8/+10 |
| | |||||
* | Help/dev: Document the CMake Review Process | Brad King | 2017-03-03 | 1 | -0/+304 |