2019-07-11 13:54:59 +02:00
|
|
|
[core]
|
2019-07-13 00:55:04 +02:00
|
|
|
excludesfile = ~/.gitignore
|
2019-07-11 13:54:59 +02:00
|
|
|
[color]
|
2019-07-13 00:55:04 +02:00
|
|
|
ui = auto
|
|
|
|
branch = auto
|
|
|
|
diff = auto
|
|
|
|
interactive = auto
|
|
|
|
status = auto
|
2019-07-11 13:54:59 +02:00
|
|
|
[commit]
|
2019-07-13 00:55:04 +02:00
|
|
|
verbose = true
|
2019-07-11 13:54:59 +02:00
|
|
|
[pull]
|
2019-07-13 00:55:04 +02:00
|
|
|
rebase = true
|
2019-07-11 13:54:59 +02:00
|
|
|
[branch]
|
2019-07-13 00:55:04 +02:00
|
|
|
autosetubrebase = always
|
2019-07-11 13:54:59 +02:00
|
|
|
[push]
|
2019-07-13 00:55:04 +02:00
|
|
|
default = simple
|
2019-07-11 13:54:59 +02:00
|
|
|
[rebase]
|
2019-07-13 00:55:04 +02:00
|
|
|
autoSquash = true
|
|
|
|
autoStash = true
|
2019-10-10 21:08:58 +02:00
|
|
|
[blame]
|
|
|
|
coloring = repeatedLines
|
|
|
|
markUnblamables = true
|
|
|
|
markIgnoredLines = true
|
|
|
|
[diff]
|
|
|
|
algorithm = patience
|
2019-10-10 21:07:15 +02:00
|
|
|
[pager]
|
|
|
|
diff = /usr/share/git/diff-highlight/diff-highlight | less
|
|
|
|
log = /usr/share/git/diff-highlight/diff-highlight | less
|
|
|
|
show = /usr/share/git/diff-highlight/diff-highlight | less
|
|
|
|
[color "diff"]
|
|
|
|
commit = yellow
|
|
|
|
meta = yellow
|
|
|
|
frag = cyan
|
|
|
|
old = red
|
|
|
|
new = green
|
|
|
|
whitespace = red reverse
|
|
|
|
[color "diff-highlight"]
|
|
|
|
oldNormal = red bold
|
|
|
|
oldHighlight = red bold 52
|
|
|
|
newNormal = green bold
|
|
|
|
newhighlight = green bold 22
|
|
|
|
|
2019-07-11 13:54:59 +02:00
|
|
|
[user]
|
2019-07-13 00:55:04 +02:00
|
|
|
email = bruno.belanyi@epita.fr
|
|
|
|
name = Bruno BELANYI
|
|
|
|
|
|
|
|
[alias]
|
|
|
|
lol = log --graph --decorate --pretty=oneline --abbrev-commit
|
|
|
|
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
|
|
|
trim = reflog expire --expire-unreachable=now --all
|
|
|
|
chop = gc --prune=now
|
|
|
|
optimize = repack -a -d -f --depth=250 --window=250
|
|
|
|
pf = pull --ff-only
|
2019-10-02 13:50:41 +02:00
|
|
|
|
|
|
|
[filter "lfs"]
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|