aboutsummaryrefslogtreecommitdiffstats
path: root/reflog.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt1-6/+3
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano1-1/+2
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt1-1/+2
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-0/+1
2025-08-01Merge branch 'jk/unleak-reflog-expire-entry'Junio C Hamano1-0/+14
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-22reflog: close leak of reflog expire entryJacob Keller1-0/+14
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-1/+1
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-2/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt1-1/+2
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-08builtin/reflog: make functions regarding `reflog_expire_options` publicPatrick Steinhardt1-0/+107
2025-04-08reflog: rename `cmd_reflog_expire_cb` to `reflog_expire_options`Patrick Steinhardt1-15/+15
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-11-18reflog: rename unreachablebrian m. carlson1-2/+2
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano1-0/+1
2024-08-14Merge branch 'jc/reflog-expire-lookup-commit-fix'Junio C Hamano1-1/+2
2024-08-09refs: add referent to each_ref_fnJohn Cai1-0/+1
2024-07-16Revert "reflog expire: don't use lookup_commit_reference_gently()"Junio C Hamano1-1/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-05-17refs: remove `dwim_log()`Patrick Steinhardt1-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-8/+12
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