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