commit | 08e3ce5a20d738746b2a7700be6d3954bf01a2b9 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Oct 24 11:27:22 2014 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Oct 24 11:28:30 2014 -0700 |
tree | 5cb4733049a406d30ee2d2100e38c42b9919baf2 | |
parent | eeff891ac756fd97a05476446f15269b714ce4cc [diff] |
builtin/merge.c: drop a parameter that is never used Since the very beginning when we added the "renormalizing" parameter to this function with 7610fa57 (merge-recursive --renormalize, 2010-08-05), nobody seems to have ever referenced it. Signed-off-by: Junio C Hamano <gitster@pobox.com>