Skip to content

Commit

Permalink
Updated gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
benohara committed Oct 4, 2014
1 parent 401a8f3 commit 74e7f61
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

[core]
pager = less -FRSX
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol

[diff]
tool = vimdiff
Expand Down Expand Up @@ -130,9 +130,8 @@
lh = shortlog --summary --numbered
llf = fsck --lost-found

lg1 = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n''

lg1 = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all

# remote
re = remote
Expand Down

0 comments on commit 74e7f61

Please sign in to comment.