summaryrefslogtreecommitdiff
path: root/builtin/reflog.c
AgeCommit message (Expand)Author
2022-03-28reflog: fix 'show' subcommand's argvSZEDER Gábor
2022-03-23reflog [show]: display sensible -h outputÆvar Arnfjörð Bjarmason
2022-03-23reflog: 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-02reflog: libify delete reflog function and helpersJohn Cai
2022-02-25Merge branch 'ja/i18n-common-messages'Junio C Hamano
2022-02-23amend remaining usage strings according to style guideAbhradeep Chakraborty
2022-02-04i18n: fix some misformated placeholders in command synopsisJean-Noël Avila
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila
2022-01-10builtin/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
2020-07-07Merge branch 'es/get-worktrees-unsort'Junio C Hamano
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine
2020-04-10parse_config_key(): return subsection len as size_tJeff King
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano
2019-02-07Merge branch 'jk/loose-object-cache-oid'Junio C Hamano
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King
2019-01-04Merge branch 'nd/i18n'Junio C Hamano
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano
2018-11-12reflog: mark strings for translationNguyễn Thái Ngọc Duy
2018-10-22reflog expire: cover reflog from all worktreesNguyễn Thái Ngọc Duy
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller
2018-06-29tree: add repository argument to lookup_treeStefan Beller
2018-06-29object: add repository argument to parse_objectStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee
2018-04-09Merge branch 'bc/object-id'Junio C Hamano
2018-03-14Merge branch 'nd/object-allocation-comments'Junio C Hamano
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson