jc/stash-drop (was: What's cooking in git.git (Mar 2022, #01; Thu, 3))
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2022-03-05 14:26:38
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2022-03-05 14:26:38
On Thu, Mar 03 2022, Junio C Hamano wrote:
* jc/stash-drop (2022-03-02) 3 commits - stash: call reflog_delete() in reflog.c - reflog: libify delete reflog function and helpers - stash: add tests to ensure reflog --rewrite --updatref behavior "git stash drop" is reimplemented as an internal call to reflog_delete() function, instead of invoking "git reflog delete" via run_command() API. Will merge to 'next'? source: [ref]
I've been reviewing this closely & it looks good to me, all feedback has been addressed, and there's nothing outstanding (there's one sub-thread on v4 answering a question from Phillip Wood asking if the new test needs REFFILES, it does).