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. - [x] Remove unnecessary `diff --git ...` header, come up with more elegant way of starting a diff. - [x] Show step number somewhere - [x] ~~Consider adding line numbers to every line in the diff (and then maybe simplify the hunk headers?)~~ - [ ] Preserve context line to the right of `@@` in hunk headers (#18)
Right now diffs in
.litdifffiles 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)