Re: JGIT: discuss: diff/patch implementation

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Junio C Hamano <gitster@...>
Cc: Francis Galiegue <fg@...>, Git Mailing List <git@...>, Shawn O. Pearce <spearce@...>, Robin Rosenberg <robin.rosenberg.lists@...>
Date: Monday, November 10, 2008 - 7:37 pm

Hi,

On Mon, 10 Nov 2008, Junio C Hamano wrote:


I haven't checked how RCS merge does it, but I know how xdiff/xmerge.c 
does it ;-)

Basically, it takes the two diffs relative to the base file and works on 
the overlapping hunks (i.e. on hunks where the ranges in the base file 
overlap).

So we need a diff algorithm very much if we were to imitate that code in 
JGit, which I very much plan to do.

Ciao,
Dscho

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
JGIT: discuss: diff/patch implementation, Francis Galiegue, (Mon Nov 10, 10:22 am)
Re: JGIT: discuss: diff/patch implementation, Rogan Dawes, (Tue Nov 11, 3:27 am)
Re: JGIT: discuss: diff/patch implementation, Shawn O. Pearce, (Tue Nov 11, 1:13 pm)
Re: JGIT: discuss: diff/patch implementation, Junio C Hamano, (Mon Nov 10, 4:50 pm)
Re: JGIT: discuss: diff/patch implementation, Raimund Bauer, (Tue Nov 11, 6:06 am)
Re: JGIT: discuss: diff/patch implementation, Shawn O. Pearce, (Tue Nov 11, 1:18 pm)
Re: JGIT: discuss: diff/patch implementation, Sverre Rabbelier, (Tue Nov 11, 1:31 pm)
Re: JGIT: discuss: diff/patch implementation, Johannes Schindelin, (Mon Nov 10, 7:37 pm)
Re: JGIT: discuss: diff/patch implementation, Shawn O. Pearce, (Mon Nov 10, 4:52 pm)
Re: JGIT: discuss: diff/patch implementation, Francis Galiegue, (Mon Nov 10, 5:31 pm)
Re: JGIT: discuss: diff/patch implementation, Johannes Schindelin, (Mon Nov 10, 3:46 pm)
Re: JGIT: discuss: diff/patch implementation, Francis Galiegue, (Mon Nov 10, 4:21 pm)
Re: JGIT: discuss: diff/patch implementation, Robin Rosenberg, (Mon Nov 10, 11:56 am)
Re: JGIT: discuss: diff/patch implementation, Francis Galiegue, (Mon Nov 10, 12:16 pm)
Re: JGIT: discuss: diff/patch implementation, Robin Rosenberg, (Mon Nov 10, 12:59 pm)
Re: JGIT: discuss: diff/patch implementation, Francis Galiegue, (Mon Nov 10, 2:11 pm)