summaryrefslogtreecommitdiff
path: root/reflog.c
AgeCommit message (Expand)Author
2023-04-24diff.h: reduce unnecessary includesElijah Newren
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2022-12-26Merge branch 'rs/reflog-expiry-cleanup'Junio C Hamano
2022-12-13reflog: clear leftovers in reflog_expiry_cleanup()René Scharfe
2022-09-19refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused reflog callback parametersJeff King
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-04-04Merge branch 'ab/reflog-parse-options'Junio C Hamano
2022-03-23Merge branch 'ab/reflog-prep-fix'Junio C Hamano
2022-03-18reflog.c: indent argument listsÆvar Arnfjörð Bjarmason
2022-03-02reflog: libify delete reflog function and helpersJohn Cai