|
@@ -10,7 +10,7 @@ default['workstation']['_git']['scope']['system'] = {
|
|
'rebase.stat': true,
|
|
'rebase.stat': true,
|
|
'help.autocorrect': '10',
|
|
'help.autocorrect': '10',
|
|
'commit.verbose': true,
|
|
'commit.verbose': true,
|
|
- 'alias.gol': %Q{log --graph --pretty=format:'%C(yellow)%h%C(green)%d%Creset %s %C(white) %an, %ar%Creset'},
|
|
|
|
|
|
+ 'alias.gol': %Q{log --graph --pretty=format:'%C(yellow)%h%Creset%C(red)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative},
|
|
'alias.commit': '--signoff',
|
|
'alias.commit': '--signoff',
|
|
'alias.com': 'commit --signoff',
|
|
'alias.com': 'commit --signoff',
|
|
'alias.coma': 'commit --signoff --amend',
|
|
'alias.coma': 'commit --signoff --amend',
|