diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-06-28 11:30:10 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-06-28 11:30:10 +0200 |
| commit | 0339abfa8c9cece6a9f856be131632ee8331c167 (patch) | |
| tree | eb3b190df905cc219d14a5ca10427e0fd2583aad /.gitconfig | |
| parent | 33f0c08edf28b2108b57a9dd61e41954ccb96195 (diff) | |
| download | dotfiles-0339abfa8c9cece6a9f856be131632ee8331c167.tar.gz dotfiles-0339abfa8c9cece6a9f856be131632ee8331c167.zip | |
git: always sign commits
This also affects Magit, which needed to have a higher transient default level
so the -S option of the commit panel was available.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,3 +36,6 @@ [init] defaultBranch = main + +[commit] + gpgsign = true
\ No newline at end of file |
