diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-22 10:09:27 -0500 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-24 10:42:41 -0500 |
| commit | 1348be9115d15f8066d3d194d2c8d38ffa61fbae (patch) | |
| tree | f65b26a82ecd1e8c8d27291282a010749d470ef2 /etc/git | |
| parent | c797abdd299e32bd599d2fb45493334cf4d4cd73 (diff) | |
gitconfig: b4: Automatically add 'Signed-off-by' when applying patches.
Also use --3way to ease conflict resolutions.
* etc/git/gitconfig [b4]: Add shazam-am-flags option.
Change-Id: I6a92909a5b23a8680c16251aafa084b9a48944ea
Diffstat (limited to 'etc/git')
| -rw-r--r-- | etc/git/gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/git/gitconfig b/etc/git/gitconfig index 654a630b180..9c7827ced2b 100644 --- a/etc/git/gitconfig +++ b/etc/git/gitconfig | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | [b4] | 20 | [b4] |
| 21 | attestation-check-dkim = off | 21 | attestation-check-dkim = off |
| 22 | attestation-policy = off | 22 | attestation-policy = off |
| 23 | shazam-am-flags = --signoff --3way | ||
| 23 | linkmask = https://yhetil.org/guix/%s | 24 | linkmask = https://yhetil.org/guix/%s |
| 24 | linktrailermask = https://yhetil.org/guix/%s | 25 | linktrailermask = https://yhetil.org/guix/%s |
| 25 | midmask = https://yhetil.org/guix/%s | 26 | midmask = https://yhetil.org/guix/%s |
