]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/stash-drop'
authorJunio C Hamano <gitster@pobox.com>
Thu, 17 Mar 2022 00:53:08 +0000 (17:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Mar 2022 00:53:08 +0000 (17:53 -0700)
"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

1  2 
Makefile
builtin/reflog.c
builtin/stash.c
t/t3903-stash.sh

diff --cc Makefile
Simple merge
Simple merge
diff --cc builtin/stash.c
Simple merge
Simple merge