aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/reflog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-28reflog: fix 'show' subcommand's argvSZEDER Gábor1-2/+2
2022-03-23reflog [show]: display sensible -h outputÆvar Arnfjörð Bjarmason1-2/+23
2022-03-23reflog: convert to parse_options() APIÆvar Arnfjörð Bjarmason1-8/+32
2022-03-17reflog exists: use parse_options() APIÆvar Arnfjörð Bjarmason1-22/+16
2022-03-17git reflog [expire|delete]: make -h output consistent with SYNOPSISÆvar Arnfjörð Bjarmason1-6/+5
2022-03-17reflog: move "usage" variables and use macrosÆvar Arnfjörð Bjarmason1-15/+24
2022-03-17reflog: refactor cmd_reflog() to "if" branchesÆvar Arnfjörð Bjarmason1-6/+3
2022-03-16Merge branch 'jc/stash-drop'Junio C Hamano1-451/+4
2022-03-06Merge branch 'ac/usage-string-fixups'Junio C Hamano1-3/+3
2022-03-02reflog: libify delete reflog function and helpersJohn Cai1-451/+4
2022-02-25Merge branch 'ja/i18n-common-messages'Junio C Hamano1-1/+1
2022-02-23amend remaining usage strings according to style guideAbhradeep Chakraborty1-3/+3
2022-02-04i18n: fix some misformated placeholders in command synopsisJean-Noël Avila1-2/+2
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila1-1/+1
2022-01-10builtin/reflog.c: use parse-options api for expire, delete subcommandsJohn Cai1-79/+97
2021-12-22reflog + refs-backend: move "verbose" out of the backendÆvar Arnfjörð Bjarmason1-9/+47
2021-12-22reflog: reduce scope of "struct rev_info"Ævar Arnfjörð Bjarmason1-6/+7
2021-12-22reflog expire: don't use lookup_commit_reference_gently()Ævar Arnfjörð Bjarmason1-2/+1
2021-12-22reflog expire: refactor & use "tip_commit" only for UE_NORMALÆvar Arnfjörð Bjarmason1-7/+7
2021-12-22reflog expire: use "switch" over enum valuesÆvar Arnfjörð Bjarmason1-24/+33
2021-12-22reflog: change one->many worktree->refnames to use a string_listÆvar Arnfjörð Bjarmason1-29/+18
2021-12-22reflog expire: narrow scope of "cb" in cmd_reflog_expire()Ævar Arnfjörð Bjarmason1-16/+15
2021-12-22reflog delete: narrow scope of "cmd" passed to count_reflog_ent()Ævar Arnfjörð Bjarmason1-11/+11
2021-10-23reflog: free() ref given to us by dwim_log()Ævar Arnfjörð Bjarmason1-0/+1
2021-08-25refs API: remove OID argument to reflog_expire()Ævar Arnfjörð Bjarmason1-3/+3
2021-08-25reflog expire: don't lock reflogs using previously seen OIDÆvar Arnfjörð Bjarmason1-7/+6
2021-02-11reflog expire --stale-fix: be generous about missing objectsJohannes Schindelin1-0/+3