git_deploy: fix tag format specifier
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
adca664460
commit
c41c5881c8
|
@ -264,7 +264,7 @@ GIT_LOG_FMT = (
|
||||||
"\"sha:%H%x1Dauthor:%an%x1Ddate:%ct%x1Dsubject:%s%x1Dmessage:%b%x1E\""
|
"\"sha:%H%x1Dauthor:%an%x1Ddate:%ct%x1Dsubject:%s%x1Dmessage:%b%x1E\""
|
||||||
)
|
)
|
||||||
GIT_REF_FMT = (
|
GIT_REF_FMT = (
|
||||||
"'%(if)%(*objecttype)%(then)%(*objecttype) (*objectname)"
|
"'%(if)%(*objecttype)%(then)%(*objecttype) %(*objectname)"
|
||||||
"%(else)%(objecttype) %(objectname)%(end) %(refname)'"
|
"%(else)%(objecttype) %(objectname)%(end) %(refname)'"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue