We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now diffs in .litdiff files are just the output of git diff, which really isn't necessary. They could be made a little more human-readable.
.litdiff
git diff
diff --git ...
@@
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now diffs in
.litdiff
files are just the output ofgit diff
, which really isn't necessary. They could be made a little more human-readable.diff --git ...
header, come up with more elegant way of starting a diff.Consider adding line numbers to every line in the diff (and then maybe simplify the hunk headers?)@@
in hunk headers (Preserve context line to the right of @@ in hunk headers in .litdiff files #18)The text was updated successfully, but these errors were encountered: