File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -589,12 +589,12 @@ This is produced:
589
589
Running:
590
590
591
591
``` bash
592
- $ git log --all --graph --pretty=format:' %Cred%h%Creset -%C(yellow )%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
592
+ $ git log --all --graph --pretty=format:' %Cred%h%Creset -%C(auto )%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
593
593
```
594
594
595
595
Produces:
596
596
597
- ![ git log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow )%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative] ( http://i.imgur.com/R2z8l7c.png )
597
+ ![ git log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto )%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative] ( http://i.imgur.com/R2z8l7c.png )
598
598
599
599
Credit to [ Palesz] ( http://stackoverflow.com/users/88355/palesz )
600
600
You can’t perform that action at this time.
0 commit comments