mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
use git describe for naming version in pure git clones
Patch by: Ramiro Polla <ramiro <DOT> polla gmail <DOT> com> Originally committed as revision 26394 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
adb8669c04
commit
8032d1dee9
@ -18,7 +18,7 @@ fi
|
||||
|
||||
# check for git short hash
|
||||
if ! test $revision; then
|
||||
revision=$(cd "$1" && git log -1 --pretty=format:%h 2> /dev/null)
|
||||
revision=$(cd "$1" && git describe --always 2> /dev/null)
|
||||
test $revision && revision=git-$revision
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user