Merge branch 'jc/merge-bases-paint-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Oct 2012 18:42:15 +0000 (11:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Oct 2012 18:42:15 +0000 (11:42 -0700)
"git fmt-merge-msg" (an internal helper reduce_heads() it uses) had
a severe performance regression; an empty "git pull" took forever to
finish as the result.

* jc/merge-bases-paint-fix:
  paint_down_to_common(): parse commit before relying on its timestamp

1  2 
commit.c

diff --cc commit.c
Simple merge