Skip to content

Commit

Permalink
Removed extra tab before body line on gitl
Browse files Browse the repository at this point in the history
* If the commit message had manual formatting, it looked awkward.
  • Loading branch information
samking committed Jul 16, 2013
1 parent 3d1e4d9 commit 44064aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-commands-for-bash.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ gitl() {
# Set color to color = %Ccolor or %C(color) -- format depends on which color
# Reset color = %Creset
FORMAT='%C(yellow)%H%Creset %Cgreen%ae%Creset %Cblue%ad%Creset'
FORMAT=$FORMAT'%C(cyan)%d%Creset%n%s%n %b'
FORMAT=$FORMAT'%C(cyan)%d%Creset%n%s%n%b'
git log --date=short --graph "$@" --format=$FORMAT
}

0 comments on commit 44064aa

Please sign in to comment.