Skip to content

Commit 4073dcf

Browse files
committed
Merge branch 'jc/stash-drop' into next
"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
2 parents adff4db + 758b4d2 commit 4073dcf

File tree

7 files changed

+527
-467
lines changed

7 files changed

+527
-467
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,7 @@ LIB_OBJS += rebase-interactive.o
10211021
LIB_OBJS += rebase.o
10221022
LIB_OBJS += ref-filter.o
10231023
LIB_OBJS += reflog-walk.o
1024+
LIB_OBJS += reflog.o
10241025
LIB_OBJS += refs.o
10251026
LIB_OBJS += refs/debug.o
10261027
LIB_OBJS += refs/files-backend.o

0 commit comments

Comments
 (0)