On Tue, Feb 9, 2021 at 2:08 PM Junio C Hamano [off-list ref] wrote:
Eric Sunshine [off-list ref] writes:
quoted
Here's another more concise attempt:
like "squash" but keep only the previous commit's log message,
unless -C is used, in which case keep only this commit's message;
-c is same as -C but opens editor
Nice.
For conciseness, I intentionally omitted "the", however, upon
reflection, it probably would be a good idea to insert "the" between
"opens" and "editor".
On Wed, 10 Feb 2021 at 00:43, Eric Sunshine [off-list ref] wrote:
On Tue, Feb 9, 2021 at 2:08 PM Junio C Hamano [off-list ref] wrote:
quoted
Eric Sunshine [off-list ref] writes:
quoted
Here's another more concise attempt:
like "squash" but keep only the previous commit's log message,
unless -C is used, in which case keep only this commit's message;
-c is same as -C but opens editor
Nice.
For conciseness, I intentionally omitted "the", however, upon
reflection, it probably would be a good idea to insert "the" between
"opens" and "editor".
Okay, I agree this is also very easy to understand and will update it.
Thanks !