diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-11-27 23:01:29 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-11-27 23:01:29 +0900 |
| commit | b73d4c0bff913467628ecddd2b5ac9eb66f55118 (patch) | |
| tree | 8b66df6de495eb90ef21ba8ecec5947f55819ea3 /.config/git | |
| parent | 0063f115460bbf002cfa5a81f208a00fe9435fc4 (diff) | |
| download | dotfiles-b73d4c0bff913467628ecddd2b5ac9eb66f55118.tar.gz dotfiles-b73d4c0bff913467628ecddd2b5ac9eb66f55118.tar.zst dotfiles-b73d4c0bff913467628ecddd2b5ac9eb66f55118.zip | |
git: disable commit.status and commit.verbose
Diffstat (limited to '.config/git')
| -rw-r--r-- | .config/git/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index be4723a..db99b20 100644 --- a/.config/git/config +++ b/.config/git/config @@ -8,6 +8,10 @@ [color] ui = true +[commit] + status = false + verbose = false + [merge] tool = vimdiff ff = false |
