Re: [PATCH] stash: add 'rename' subcommand
Emin <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <eMj51mk8rqcQ7OawqFMB15gzO_MX5ScmstepOBExhu0fqazg_6uNi-2Uw1ONg-JULoEu3MzY3kq2fUkQVK_NR36nF1bMVUeg6UHEnJ0BuPE=@proton.me> |
Junio C Hamano <[email protected]> writes: > OK, so editing the log message for each stash entry is already a use > case. In that case, I no longer object to the feature in principle. Thanks, and thanks to brian and erik for describing the use case better than I did in the original message. Mine is the same: entries pile up with the default "WIP on <branch>" message, and the ones worth keeping are the hardest to find again later. I will send a v2 shortly that addresses Patrick's review. It renames the subcommand to 'reword' and rewrites the reflog in a single transaction. Thanks.