Merge branch 'rs/combine-diff-zero-context-at-the-beginning'
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Apr 2012 19:41:59 +0000 (12:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Apr 2012 19:41:59 +0000 (12:41 -0700)
Fixes an age old corner case bug in combine diff (only triggered with -U0
and the hunk at the beginning of the file needs to be shown).

By RenĂ© Scharfe
* rs/combine-diff-zero-context-at-the-beginning:
  combine-diff: fix loop index underflow

1  2 
combine-diff.c

diff --cc combine-diff.c
Simple merge