diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-18 19:16:04 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-18 19:16:04 +0200 |
| commit | 8418d908e3c3a6e7b0b455b804c5178221b57292 (patch) | |
| tree | 2646b6554d035709fd5264c1de4b1cf696e7d5fc /.gitconfig | |
| parent | e5c550b2e9af838c75393f2f19ba810fe0f07d58 (diff) | |
| download | dotfiles-8418d908e3c3a6e7b0b455b804c5178221b57292.tar.gz dotfiles-8418d908e3c3a6e7b0b455b804c5178221b57292.zip | |
git: add "fixes" as a prettyfier
Also removed the `core.editor` option since the default $EDITOR is
picked up anyways and that's already set up correctly.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,11 +10,13 @@ path = ~/.gitconfig-suse [core] - editor = emacsclient-a-nw excludesfile = ~/.gitignore whitespace = trailing-space,space-before-tab abbrev = 12 +[pretty] + fixes = Fixes: %h (\"%s\") + [help] autocorrect = 1 |
