aboutsummaryrefslogtreecommitdiff
path: root/git/gitconfig.m4
blob: 5808735a0f7b9d4ba9146bedb659dff12689c67c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[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

[push]
    default = matching

[status]
    short = true

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