You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# --abbrev=200 is an arbitrary large number to capture the entire git
|
|
# hash without trying to compact it.
|
|
commit=$(git describe --dirty --exclude "*" --always --abbrev=200)
|
|
echo "$commit" >$3
|
|
redo-always
|
|
redo-stamp <$3
|
|
|