"Johannes Schindelin via GitGitGadget"
writes:
> + else if (!line.buf[0] || starts_with(line.buf, "index "))
> + /*
> + * A completely blank (not ' \n', which is context)
> + * line is not valid in a diff. We skip it
I no
From: Johannes Schindelin
At this stage, `git range-diff` can determine corresponding commits
of two related commit ranges. This makes use of the recently introduced
implementation of the linear assignment algorithm.
The core of this patch is a straight port of the ideas of tbdiff, the
apparentl
2 matches
Mail list logo