Latest commit 540d3eb Jan 13, 2017 @vegard vegard committed with gitster 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>
Permalink
..
Failed to load latest commit information.
carview.php?tsp= xdiff.h
carview.php?tsp= xdiffi.c
carview.php?tsp= xdiffi.h diff: add --ignore-blank-lines option Jun 19, 2013
carview.php?tsp= xemit.c xdiff -W: relax end-of-file function detection Jan 16, 2017
carview.php?tsp= xemit.h
carview.php?tsp= xhistogram.c Correct common spelling mistakes in comments and tests Apr 12, 2013
carview.php?tsp= xinclude.h War on whitespace Jun 7, 2007
carview.php?tsp= xmacros.h xdiff: cast arguments for ctype functions to unsigned char Oct 6, 2010
carview.php?tsp= xmerge.c Merge branch 'ps/plug-xdl-merge-leak' Feb 26, 2016
carview.php?tsp= xpatience.c diff: fix a double off-by-one with --ignore-space-at-eol Jul 11, 2016
carview.php?tsp= xprepare.c xdiff/xprepare: fix a memory leak Mar 4, 2016
carview.php?tsp= xprepare.h War on whitespace Jun 7, 2007
carview.php?tsp= xtypes.h War on whitespace Jun 7, 2007
carview.php?tsp= xutils.c xdiff: drop XDL_FAST_HASH Dec 6, 2016
carview.php?tsp= xutils.h diff: add --ignore-blank-lines option Jun 19, 2013