We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d69a67 commit 3d6c868Copy full SHA for 3d6c868
default.config.yml
@@ -123,6 +123,8 @@ use_gpg_to_sign_commit: false
123
git_signingkey: "{{ '~/.ssh/id_ed25519.pub' | expanduser }}"
124
git_gpg_format: ssh
125
126
+git_sequence_editor: ~
127
+
128
#########
129
# PHP #
130
roles/git/templates/gitconfig.j2
@@ -45,4 +45,8 @@
45
[gpg]
46
program = {{ brew_prefix }}/bin/gpg
47
format = {{ git_gpg_format }}
48
-{% endif %}
+{% endif %}
49
+{% if git_sequence_editor|default(false) %}
50
+[sequence]
51
+ editor = {{ git_sequence_editor }}
52
0 commit comments