summaryrefslogtreecommitdiff
path: root/bisect.c
diff options
context:
space:
mode:
authorLibravatar Vegard Nossum <vegard.nossum@oracle.com>2017-01-13 17:15:10 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-01-15 16:08:11 -0800
commit540d3eb0ebad425f0902cbca0549288fe627f058 (patch)
tree8016810831e1153f0d53e1e209000c3f8216e055 /bisect.c
parentFifth batch 2.12 (diff)
downloadtgif-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 'bisect.c')
0 files changed, 0 insertions, 0 deletions