commit | 0d7c01c991f2a783cc9cd89c050254ca1eb00213 | [log] [tgz] |
---|---|---|
author | Jon Jensen <jon@endpoint.com> | Wed Aug 03 21:36:08 2011 -0600 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Aug 04 12:06:49 2011 -0700 |
tree | 73694320442b011dfc35ea9c292ab353cf78b2f4 | |
parent | 6a319e393b856461bab89ffe332a02e71befee40 [diff] |
Add option hooks.diffopts to customize change summary in post-receive-email This makes it easy to customize the git diff-tree options, for example to include -p to include inline diffs. It defaults to the current options "--stat --summary --find-copies-harder" and thus is backward-compatible. Signed-off-by: Jon Jensen <jon@endpoint.com> Improved-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>