PragmaTwice opened a new pull request, #1252: URL: https://github.com/apache/incubator-kvrocks/pull/1252
In this PR, I adjust the format of the version (and commit hash) printing, e.g. ---- Before: `kvrocks version 999.999.999 @1234567` After: `kvrocks unstable (commit 1234567)` ---- Before: `kvrocks version 2.3.0 @1234567` After: `kvrocks version 2.3.0 (commit 1234567)` ---- (no commit hash, e.g. in an archive) Before: `kvrocks version 2.3.0 @` After: `kvrocks version 2.3.0` ---- (no commit hash, e.g. in an archive) Before: `kvrocks version 999.999.999 @` After: `kvrocks unstable` (an additional WARNING will be printed while executing CMake, while it is on the unstable branch and a commit hash cannot be retrieved) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
