Skip to content

Commit

Permalink
[git] abbrev-commit not needed, we have %h
Browse files Browse the repository at this point in the history
  • Loading branch information
majnemer committed Jan 15, 2011
1 parent cf2d263 commit f5e41ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
info = !git-info
amend = commit --amend -C HEAD
tree = log --graph --pretty=oneline
hist = log --graph --pretty=format:'%C(cyan)%h%Creset -%C(yellow)%d%Creset %s %C(magenta)[%an]%Creset %Cgreen(%ad)%Creset' --abbrev-commit --date=relative
hist = log --graph --pretty=format:'%C(cyan)%h%Creset -%C(yellow)%d%Creset %s %C(magenta)[%an]%Creset %Cgreen(%ad)%Creset' --date=relative

vimdiff = difftool -y -t vimdiff
[color]
Expand Down

0 comments on commit f5e41ef

Please sign in to comment.