aboutsummaryrefslogtreecommitdiffstats
path: root/object.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-03-16 17:53:08 -0700
committerJunio C Hamano <gitster@pobox.com>2022-03-16 17:53:08 -0700
commita2fc9c3c404f2ef6384281e3a0fe824a8b0049bb (patch)
treed80c761657c80456b9669f58c6375545b217c515 /object.h
parent47c52b2dada2d7223cfc8927ae7909dba27579a2 (diff)
parent758b4d2be8c009a07dfa86d8cafdf1375905ab45 (diff)
downloadgit-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.h b/object.h
index cb556ab775..a2219464c2 100644
--- a/object.h
+++ b/object.h
@@ -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
*/