From e05b200be2cd650b4b07d9e2411cd640da5ace28 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 20 Aug 2020 07:29:06 -0400 Subject: Help/dev: Update CMake Review Process document to suggest 'git describe' Using `git describe --contains` is the preferred way to reference a commit relative to a tag. --- Help/dev/review.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Help/dev/review.rst b/Help/dev/review.rst index f2a91c0..8326e70 100644 --- a/Help/dev/review.rst +++ b/Help/dev/review.rst @@ -264,6 +264,7 @@ fixed, it is preferable to link to the issue instead. If relevant, add the first release tag of CMake containing the commit after the ````, i.e., ``commit (, , )``. +Or, use the output of ``git describe --contains `` as the ````. Alternatively, the full commit ```` may be used. -- cgit v0.12