aboutsummaryrefslogtreecommitdiffstats
path: root/reflog.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman1-1/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-04-24diff.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-3/+4
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+3
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren1-1/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-12-26Merge branch 'rs/reflog-expiry-cleanup'Junio C Hamano1-1/+3
2022-12-13reflog: clear leftovers in reflog_expiry_cleanup()René Scharfe1-1/+3
2022-09-19refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys1-10/+3
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-9/+9
2022-08-19refs: mark unused reflog callback parametersJeff King1-5/+8
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-1/+2
2022-04-04Merge branch 'ab/reflog-parse-options'Junio C Hamano1-10/+10
2022-03-23Merge branch 'ab/reflog-prep-fix'Junio C Hamano1-0/+2
2022-03-17reflog.c: indent argument listsÆvar Arnfjörð Bjarmason1-10/+10
2022-03-02reflog: libify delete reflog function and helpersJohn Cai1-0/+432