Merge branch 'dk/blame-janitorial'
commit6784fab0ac1f973f22f1d4252f0e513d61be6c6b
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Feb 2014 22:01:46 +0000 (27 14:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Feb 2014 22:01:46 +0000 (27 14:01 -0800)
treee72a4e6eb9336bc58968b2b12998fad6d975c941
parent62bef66fe783a6a49e4418b6ce194cc94017bc7c
parent3ee8944fa508675caad9b045af89bc5d845952f3
Merge branch 'dk/blame-janitorial'

Code clean-up.

* dk/blame-janitorial:
  builtin/blame.c::find_copy_in_blob: no need to scan for region end
  blame.c: prepare_lines should not call xrealloc for every line
  builtin/blame.c::prepare_lines: fix allocation size of sb->lineno
  builtin/blame.c: eliminate same_suspect()
  builtin/blame.c: struct blame_entry does not need a prev link
builtin/blame.c