Skip to content

Commit a2fc9c3

Browse files
committed
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
2 parents 47c52b2 + 758b4d2 commit a2fc9c3

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
@@ -1013,6 +1013,7 @@ LIB_OBJS += rebase-interactive.o
10131013
LIB_OBJS += rebase.o
10141014
LIB_OBJS += ref-filter.o
10151015
LIB_OBJS += reflog-walk.o
1016+
LIB_OBJS += reflog.o
10161017
LIB_OBJS += refs.o
10171018
LIB_OBJS += refs/debug.o
10181019
LIB_OBJS += refs/files-backend.o

0 commit comments

Comments
 (0)