aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/reflog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-08Merge branch 'ml/reflog-write-committer-info-fix'Junio C Hamano1-0/+2
2025-10-01builtin/reflog: respect user config in "write" subcommandMichael Lohmann1-0/+2
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano1-19/+84
2025-08-06builtin/reflog: implement subcommand to write new entriesPatrick Steinhardt1-0/+65
2025-08-06builtin/reflog: improve grouping of subcommandsPatrick Steinhardt1-19/+19
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-22reflog: close leak of reflog expire entryJacob Keller1-0/+3
2025-04-16Merge branch 'ps/maintenance-reflog-expire'Junio C Hamano1-137/+16
2025-04-08builtin/reflog: make functions regarding `reflog_expire_options` publicPatrick Steinhardt1-111/+4
2025-04-08builtin/reflog: stop storing per-reflog expiry dates globallyPatrick Steinhardt1-18/+12
2025-04-08builtin/reflog: stop storing default reflog expiry dates globallyPatrick Steinhardt1-15/+7
2025-04-08reflog: rename `cmd_reflog_expire_cb` to `reflog_expire_options`Patrick Steinhardt1-19/+19
2025-03-17reflog: implement subcommand to drop reflogsKarthik Nayak1-1/+65
2025-03-17reflog: improve error for when reflog is not foundKarthik Nayak1-1/+1
2024-12-06diff.h: fix index used to loop through unsigned integerPatrick Steinhardt1-1/+0
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-11-26builtin: pass repository to sub commandsKarthik Nayak1-6/+11
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-3/+6
2024-05-17refs: remove `dwim_log()`Patrick Steinhardt1-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-11/+14
2024-03-01Merge branch 'ps/reflog-list' into HEADJunio C Hamano1-2/+35
2024-02-21builtin/reflog: introduce subcommand to list reflogsPatrick Steinhardt1-0/+34
2024-02-21refs: drop unused params from the reflog iterator callbackPatrick Steinhardt1-2/+1
2024-02-12use xstrncmpz()René Scharfe1-2/+1
2024-02-08Merge branch 'jb/reflog-expire-delete-dry-run-options' into maint-2.43Junio C Hamano1-2/+2
2023-12-18Merge branch 'jb/reflog-expire-delete-dry-run-options'Junio C Hamano1-2/+2
2023-11-26builtin/reflog.c: fix dry-run option short nameJosh Brobst1-2/+2
2023-11-08Merge branch 'kn/rev-list-missing-fix'Junio C Hamano1-1/+1
2023-11-01revision: rename bit to `do_not_die_on_missing_objects`Karthik Nayak1-1/+1
2023-10-29reflog: fix expire --single-worktreeRené Scharfe1-3/+3
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-3/+4
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-3/+4
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren1-0/+1
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor1-0/+1
2022-09-19refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys1-1/+2
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano1-2/+2
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano1-1/+2
2022-09-01Merge branch 'sg/parse-options-subcommand'Junio C Hamano1-31/+12
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-2/+2
2022-08-20reflog: assert PARSE_OPT_NONEG in parse-options callbacksJeff King1-0/+4
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-1/+2
2022-08-19builtin/reflog.c: let parse-options parse subcommandsSZEDER Gábor1-30/+11
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor1-2/+2
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano1-0/+1
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason1-0/+1