dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 725f1baabab372d29a345c7474cd2d28b5d95d4a
parent cb12018f8afdbf1e07a5b54e878eb2af683763be
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 20 May 2020 00:43:12 -0700

Enable git-credential support

Allows git send-email password to be stored separately from .gitconfig,
by default in ~/.git-credentials. Note that that file is stored in
plaintext with read-only permissions. Instead, it's preferrable to use
GPG or a system keychain to store this information in encrypted form.

Diffstat:
M.gitconfig | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -9,6 +9,8 @@ [core] excludesfile = ~/.gitignore_global editor = vim +[credential] + helper = store [diff] mnemonicprefix = true tool = vimdiff