diff options
author | Vegard Nossum <vegard.nossum@oracle.com> | 2017-01-13 17:15:10 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-15 16:08:11 -0800 |
commit | 540d3eb0ebad425f0902cbca0549288fe627f058 (patch) | |
tree | 8016810831e1153f0d53e1e209000c3f8216e055 /t/t7400-submodule-basic.sh | |
parent | Fifth batch 2.12 (diff) | |
download | tgif-540d3eb0ebad425f0902cbca0549288fe627f058.tar.xz |
xdiff -W: relax end-of-file function detection
When adding a new function to the end of a file, it's enough to know
that 1) the addition is at the end of the file; and 2) there is a
function _somewhere_ in there.
If we had simply been changing the end of an existing function, then we
would also be deleting something from the old version.
This fixes the case where we add e.g.
// Begin of dummy
static int dummy(void)
{
}
to the end of the file.
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Acked-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7400-submodule-basic.sh')
0 files changed, 0 insertions, 0 deletions