Skip to content

Commit

Permalink
Merge pull request #92 from Samxamnom/git-log-color-adjust
Browse files Browse the repository at this point in the history
Revise git ll / lll to coloring of normal git log
  • Loading branch information
joelparkerhenderson committed Apr 3, 2023
2 parents 1930d4a + 3a2e94a commit 5972ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitalias.txt
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,10 @@
log-fresh = log ORIG_HEAD.. --stat --no-merges

# Show log list with our preferred information, a.k.a. `ll`
log-list = log --graph --topo-order --date=short --abbrev-commit --decorate --all --boundary --pretty=format:'%Cgreen%ad %Cred%h%Creset -%C(yellow)%d%Creset %s %Cblue[%cn]%Creset %Cblue%G?%Creset'
log-list = log --graph --topo-order --date=short --abbrev-commit --decorate --all --boundary --pretty=format:'%Cblue%ad %C(auto)%h%Creset -%C(auto)%d%Creset %s %Cblue[%cn]%Creset %Cblue%G?%Creset'

# Show log list with our preferred information with long formats, a.k.a. `lll`
log-list-long = log --graph --topo-order --date=iso8601-strict --no-abbrev-commit --decorate --all --boundary --pretty=format:'%Cgreen%ad %Cred%h%Creset -%C(yellow)%d%Creset %s %Cblue[%cn <%ce>]%Creset %Cblue%G?%Creset'
log-list-long = log --graph --topo-order --date=iso8601-strict --no-abbrev-commit --decorate --all --boundary --pretty=format:'%Cblue%ad %C(auto)%h%Creset -%C(auto)%d%Creset %s %Cblue[%cn <%ce>]%Creset %Cblue%G?%Creset'

# Show log for my own commits by my own user email
log-my = !git log --author $(git config user.email)
Expand Down

0 comments on commit 5972ac8

Please sign in to comment.