mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 10:47:14 +01:00
b94118ef25
When HEAD is tagged, the output will be identical to what it was before (the latest hrev tag and nothing else.) When HEAD is not tagged, and the most recent tag is further back, we now use a format like this: hrevXXXXX+N(+dirty) ... where N is the number of commits since hrevXXXXX, and +dirty is added if the working tree is dirty. This is significantly shorter than the previous model (as it does not have the Git revision.) Fixes #14445. Change-Id: I66d4c7c57538a88a5fa13cfceebb65835ca53c7c Reviewed-on: https://review.haiku-os.org/569 Reviewed-by: waddlesplash <waddlesplash@gmail.com>