On 2019-03-04 08:29:29 Christian Kastner wrote: > # Create the first patch > $ quilt new short.patch && quilt add short.txt > $ sed -i '5d' short.txt && quilt refresh
Addendum: if you instead add a line, $ echo "addition" >> short.txt && quilt refresh then `quilt annotate` prints the aforementioned error and just the diff, but with missing line numbering, where the number indicates which patch modified the line. Installing ed solved these issues for me. Regards, Christian