Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-19Merge branch 'jb/reflog-expire-delete-dry-run-options'Junio C Hamano
2023-11-26builtin/reflog.c: fix dry-run option short nameJosh Brobst
2023-11-08Merge branch 'kn/rev-list-missing-fix'Junio C Hamano
2023-11-01revision: rename bit to `do_not_die_on_missing_objects`Karthik Nayak
2023-10-29reflog: fix expire --single-worktreeRené Scharfe
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor
2022-09-19refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-01Merge branch 'sg/parse-options-subcommand'Junio C Hamano
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-21reflog: assert PARSE_OPT_NONEG in parse-options callbacksJeff King
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-08-19builtin/reflog.c: let parse-options parse subcommandsSZEDER Gábor
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor
2022-06-08Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-03-29reflog: fix 'show' subcommand's argvSZEDER Gábor
2022-03-24reflog [show]: display sensible -h outputÆvar Arnfjörð Bjarmason
2022-03-24reflog: convert to parse_options() APIÆvar Arnfjörð Bjarmason
2022-03-18reflog exists: use parse_options() APIÆvar Arnfjörð Bjarmason
2022-03-18git reflog [expire|delete]: make -h output consistent with SYNOPSISÆvar Arnfjörð Bjarmason
2022-03-18reflog: move "usage" variables and use macrosÆvar Arnfjörð Bjarmason
2022-03-18reflog: refactor cmd_reflog() to "if" branchesÆvar Arnfjörð Bjarmason
2022-03-17Merge branch 'jc/stash-drop'Junio C Hamano
2022-03-07Merge branch 'ac/usage-string-fixups'Junio C Hamano
2022-03-03reflog: libify delete reflog function and helpersJohn Cai
2022-02-26Merge branch 'ja/i18n-common-messages'Junio C Hamano
2022-02-24amend remaining usage strings according to style guideAbhradeep Chakraborty
2022-02-05i18n: fix some misformated placeholders in command synopsisJean-Noël Avila
2022-02-05i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila
2022-01-11builtin/reflog.c: use parse-options api for expire, delete subcommandsJohn Cai
2021-12-23reflog + refs-backend: move "verbose" out of the backendÆvar Arnfjörð Bjarmason
2021-12-23reflog: reduce scope of "struct rev_info"Ævar Arnfjörð Bjarmason
2021-12-23reflog expire: don't use lookup_commit_reference_gently()Ævar Arnfjörð Bjarmason
2021-12-23reflog expire: refactor & use "tip_commit" only for UE_NORMALÆvar Arnfjörð Bjarmason
2021-12-23reflog expire: use "switch" over enum valuesÆvar Arnfjörð Bjarmason
2021-12-23reflog: change one->many worktree->refnames to use a string_listÆvar Arnfjörð Bjarmason
2021-12-23reflog expire: narrow scope of "cb" in cmd_reflog_expire()Ævar Arnfjörð Bjarmason
2021-12-23reflog delete: narrow scope of "cmd" passed to count_reflog_ent()Ævar Arnfjörð Bjarmason
2021-10-23reflog: free() ref given to us by dwim_log()Ævar Arnfjörð Bjarmason
2021-08-25refs API: remove OID argument to reflog_expire()Ævar Arnfjörð Bjarmason
2021-08-25reflog expire: don't lock reflogs using previously seen OIDÆvar Arnfjörð Bjarmason
2021-02-11reflog expire --stale-fix: be generous about missing objectsJohannes Schindelin