Skip to content

Commit

Permalink
Update to my new git logging format.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoskings committed Oct 24, 2011
1 parent 6d09886 commit ae07c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push.rb
Expand Up @@ -13,7 +13,7 @@ def self.uncache_remote_head!
@remote_head = nil
end
def git_log from, to
log shell("git log --graph --pretty=format:'%Cblue%h%d%Creset %ar %Cgreen%an%Creset %s' #{from}..#{to}")
log shell("git log --graph --pretty='format:%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset' #{from}..#{to}")
end
end

Expand Down

0 comments on commit ae07c7a

Please sign in to comment.