]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commita2fc9c3c404f2ef6384281e3a0fe824a8b0049bb
treed80c761657c80456b9669f58c6375545b217c515
parent47c52b2dada2d7223cfc8927ae7909dba27579a2
parent758b4d2be8c009a07dfa86d8cafdf1375905ab45
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
Makefile
builtin/reflog.c
builtin/stash.c
t/t3903-stash.sh