From: Junio C Hamano Date: Thu, 17 Mar 2022 00:53:08 +0000 (-0700) Subject: Merge branch 'jc/stash-drop' X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=a2fc9c3c404f2ef6384281e3a0fe824a8b0049bb;p=rit Merge branch 'jc/stash-drop' "git stash drop" is reimplemented as an internal call to reflog_delete() function, instead of invoking "git reflog delete" via run_command() API. * jc/stash-drop: stash: call reflog_delete() in reflog.c reflog: libify delete reflog function and helpers stash: add tests to ensure reflog --rewrite --updatref behavior --- a2fc9c3c404f2ef6384281e3a0fe824a8b0049bb