When doing a diff using the url:
The first line of each diff has @@ and includes the first diff as an incomplete . Looks like it might be doing a substring.
Is there anyway to get the full line like the 2nd and 3rd lines below?
@@ -24070,0 +24138,3 @@ INSERT INTO "tax_code" VALUES('IL','','2021-01-01'
+INSERT INTO "tax_code" VALUES('VT','','2021-01-01','2020-12-28');
+INSERT INTO "tax_code" VALUES('MN','','2021-01-01','2020-12-29');
Apologize for the question. It looks like those are comments to the the current line in the previous commit and not the actually new change. I can omit them from my diff.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.