Module: Mesa Branch: master Commit: b8c85f5accad78d62476a02f0dc5eb64953998d7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8c85f5accad78d62476a02f0dc5eb64953998d7
Author: Andres Gomez <[email protected]> Date: Thu Nov 9 16:58:23 2017 +0200 docs/releasing: improve the pre-announce template and examples v2: Choose a proper rejection example (Emil). Cc: Emil Velikov <[email protected]> Cc: Eric Engestrom <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> --- docs/releasing.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/releasing.html b/docs/releasing.html index 944b6e88bc..c7f5dfe5d2 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -374,6 +374,9 @@ Queued (NUMBER) AUTHOR (NUMBER): COMMIT SUMMARY +[If applicable: +Squashed with + COMMIT SUMMARY] For example: @@ -382,16 +385,21 @@ Jonas Pfeil (1): Squashed with ralloc: don't leave out the alignment factor + Rejected (NUMBER) ================= -Rejected (11) -============= - AUTHOR (NUMBER): SHA COMMIT SUMMARY Reason: ... + +For example: + +Emil Velikov (1) + a39ad18 configure.ac: honour LLVM_LIBDIR when linking against LLVM + +Reason: The patch was reverted shortly after it was merged. </pre> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
