aboutsummaryrefslogblamecommitdiff
path: root/git/gitconfig.m4
blob: ea6b1220a36ac3ffd3ad0e6fbb3efed91c42a99a (plain) (tree)




















                                                 
                    



                      



                                  



                


                             
[advice]
    statusHints = false

[alias]
    others = ls-files --others --exclude-standard

[color]
    ui = true

[diff]
    tool = vimdiff

[difftool]
    prompt = false

[grep]
    extendRegexp = true
    lineNumber = true

[log]
    date = local
    decorate = short

[push]
    default = matching

[sendemail]
    confirm = compose
    smtpServer = DOTFILES_SENDMAIL

[status]
    short = true

[user]
    name = DOTFILES_NAME
    email = DOTFILES_EMAIL
    signingKey = DOTFILES_KEY