summaryrefslogtreecommitdiff
path: root/reflog.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-10/+10
* | Merge branch 'ab/reflog-prep-fix'Junio C Hamano2022-03-231-0/+2
|/
* reflog: libify delete reflog function and helpersJohn Cai2022-03-021-0/+432