summaryrefslogtreecommitdiffstats
path: root/reflog.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/refs-symref-referent'Junio C Hamano2024-08-151-0/+1
|\
| * refs: add referent to each_ref_fnJohn Cai2024-08-091-0/+1
* | Merge branch 'jc/reflog-expire-lookup-commit-fix'Junio C Hamano2024-08-141-1/+2
|\ \ | |/ |/|
| * Revert "reflog expire: don't use lookup_commit_reference_gently()"Junio C Hamano2024-07-161-1/+2
* | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | refs: remove `dwim_log()`Patrick Steinhardt2024-05-171-1/+1
* | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-8/+12
* | Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-1/+1
|\ \ | |/ |/|
| * tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman2023-10-021-1/+1
* | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
|/
* object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* diff.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-3/+4
|\
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren2023-03-211-1/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
|/
* Merge branch 'rs/reflog-expiry-cleanup'Junio C Hamano2022-12-261-1/+3
|\
| * reflog: clear leftovers in reflog_expiry_cleanup()René Scharfe2022-12-131-1/+3
* | refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys2022-09-191-10/+3
|/
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-9/+9
* refs: mark unused reflog callback parametersJeff King2022-08-191-5/+8
* refs: mark unused each_ref_fn parametersJeff King2022-08-191-1/+2
* Merge branch 'ab/reflog-parse-options'Junio C Hamano2022-04-041-10/+10
|\
| * reflog.c: indent argument listsÆvar Arnfjörð Bjarmason2022-03-181-10/+10
* | Merge branch 'ab/reflog-prep-fix'Junio C Hamano2022-03-231-0/+2
|/
* reflog: libify delete reflog function and helpersJohn Cai2022-03-031-0/+432