config/.gitconfig

20 lines
326 B
INI
Raw Normal View History

2009-11-20 11:57:39 +01:00
[user]
name = Mathieu Maret
2011-04-18 16:36:24 +02:00
email = mathieu.maret@gmail.com
2009-11-20 11:57:39 +01:00
[color]
ui = auto
diff = auto
status = auto
2009-11-20 11:57:39 +01:00
branch = auto
2010-09-15 18:09:24 +02:00
[pack]
threads = 0
2009-11-20 11:57:39 +01:00
[alias]
lg = log -M --decorate --graph
st = status
ci = commit
co = checkout
[diff "odf"]
textconv=odt2txt
2011-04-18 16:36:24 +02:00
[diff "odt"]
textconv=odt2txt