Re: [PATCH 1/6] t3404 & t3411: undo copy&paste
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:46:02
Johannes Schindelin [off-list ref] writes:
quoted
quoted
+ sed -n "${line}p" < "$1".tmp + sed -n "${line}s/^pick/$action/p" < "$1".tmp >> "$1" + sed -n "${line}s/^pick/$action/p" < "$1".tmpProbably. It is for debugging, anyway. As everything you only see with -v.
Exactly. That is why I'd rather want to see what exact insn sequence is being fed to the "rebase -i". Because I'd be debugging my new test or changes to "rebase -i", not debugging fake-editor's use of sed.