1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Normalize tabs

This commit is contained in:
Holger Just 2011-04-06 17:07:23 +02:00
parent e7cc905b09
commit fbf83e7fe3

View File

@ -1,25 +1,25 @@
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset %Cblue(%aN)%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
chp = cherry-pick
st = status
co = checkout
merge = merge --no-ff
pull = pull --no-ff
ci = commit
cm = commit
lg = log --graph --pretty=format:'%Cred%h%Creset %Cblue(%aN)%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
chp = cherry-pick
st = status
co = checkout
merge = merge --no-ff
pull = pull --no-ff
ci = commit
cm = commit
[user]
name = Holger Just
email = "web@meine-er.de"
name = Holger Just
email = "hjust@meine-er.de"
[color]
branch = auto
diff = auto
grep = auto
interactive = auto
ui = auto
branch = auto
diff = auto
grep = auto
interactive = auto
ui = auto
[help]
autocorrect = 1
autocorrect = 1
[push]
default = matching
default = matching
[core]
autocrlf = false
editor = mate -wl1
autocrlf = false
editor = mate -wl1