diff options
Diffstat (limited to 'config/aerc/templates')
| -rw-r--r-- | config/aerc/templates/thanks | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/aerc/templates/thanks b/config/aerc/templates/thanks new file mode 100644 index 0000000..ce01cef --- /dev/null +++ b/config/aerc/templates/thanks @@ -0,0 +1,5 @@ +Thanks! + +{% raw %} +{{exec "{ git remote get-url --push origin; git reflog -2 origin/main --pretty=format:%h; } | xargs printf 'To %s\n %s..%s main -> main\n'" ""}} +{% endraw %} |