You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Is there a way to escape % symbols in external commands?
I want to be able to use echo %(commit) and to output %(commit) instead of the commit's hash.
I have tried with %% or \% but it doesn't work - format errors.
I would like to use %(refname) in a git rev-parse, but tig substitutes it.
The text was updated successfully, but these errors were encountered:
Hello! Is there a way to escape % symbols in external commands?
I want to be able to use
echo %(commit)
and to output %(commit) instead of the commit's hash.I have tried with
%%
or\%
but it doesn't work - format errors.I would like to use
%(refname)
in agit rev-parse
, but tig substitutes it.The text was updated successfully, but these errors were encountered: