diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-03-16 17:53:08 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-03-16 17:53:08 -0700 |
| commit | a2fc9c3c404f2ef6384281e3a0fe824a8b0049bb (patch) | |
| tree | d80c761657c80456b9669f58c6375545b217c515 /object.h | |
| parent | 47c52b2dada2d7223cfc8927ae7909dba27579a2 (diff) | |
| parent | 758b4d2be8c009a07dfa86d8cafdf1375905ab45 (diff) | |
| download | git-a2fc9c3c404f2ef6384281e3a0fe824a8b0049bb.tar.gz | |
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
Diffstat (limited to 'object.h')
| -rw-r--r-- | object.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ struct object_array { * builtin/fsck.c: 0--3 * builtin/gc.c: 0 * builtin/index-pack.c: 2021 - * builtin/reflog.c: 10--12 + * reflog.c: 10--12 * builtin/show-branch.c: 0-------------------------------------------26 * builtin/unpack-objects.c: 2021 */ |
