|
|
|
@ -6,6 +6,7 @@ |
|
|
|
autocrlf = input |
|
|
|
autocrlf = input |
|
|
|
quotePath = false |
|
|
|
quotePath = false |
|
|
|
commitGraph = true |
|
|
|
commitGraph = true |
|
|
|
|
|
|
|
pager = less -r |
|
|
|
[alias] |
|
|
|
[alias] |
|
|
|
lol = log --graph --decorate --pretty=oneline --abbrev-commit --all |
|
|
|
lol = log --graph --decorate --pretty=oneline --abbrev-commit --all |
|
|
|
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short |
|
|
|
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short |
|
|
|
@ -21,6 +22,7 @@ |
|
|
|
status = auto |
|
|
|
status = auto |
|
|
|
branch = auto |
|
|
|
branch = auto |
|
|
|
diff = auto |
|
|
|
diff = auto |
|
|
|
|
|
|
|
ui = true |
|
|
|
[receive] |
|
|
|
[receive] |
|
|
|
advertisePushOptions = true |
|
|
|
advertisePushOptions = true |
|
|
|
[gc] |
|
|
|
[gc] |
|
|
|
|