commit | 19f7a9c57785161cdfaa6036eb0ef90853333724 | [log] [tgz] |
---|---|---|
author | Tay Ray Chuan <rctay89@gmail.com> | Mon Aug 01 12:20:08 2011 +0800 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Aug 08 13:00:17 2011 -0700 |
tree | 0fe95cec5f36d899c20e5048e858406858999841 | |
parent | 739864b1ffb379120df9cfa4111c4ec20b823cfd [diff] |
xdiff/xhistogram: rework handling of recursed results Previously we were over-complicating matters by trying to combine the recursed results. Now, terminate immediately if a recursive call failed and return its result. Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>