Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split diff: show matching lines at same height #74

Open
bmesuere opened this issue Jul 25, 2016 · 2 comments
Open

split diff: show matching lines at same height #74

bmesuere opened this issue Jul 25, 2016 · 2 comments

Comments

@bmesuere
Copy link

When using the split diff on 2 string with a different number of lines, the matching lines don't line up. For example:
input1:

A
B
C
D

input 2:

A
D

The current (html) output is something like:

A                     A
B                     D
C
D

while I would prefer

A                     A
B
C
D                     D

Is this supported by Diffy or do you have any pointer on how to add such functionality?

@pchaganti
Copy link

👍

@samg
Copy link
Owner

samg commented Aug 11, 2016

@runar contributed the side-by-side functionality and might be able to take a look at this. Definitely sounds like a useful improvement, though I won't personally have time to implement it in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants