summaryrefslogtreecommitdiff
path: root/builtin/reflog.c
Commit message (Expand)AuthorAgeFilesLines
* reflog: fix 'show' subcommand's argvSZEDER Gábor2022-03-281-2/+2
* reflog [show]: display sensible -h outputÆvar Arnfjörð Bjarmason2022-03-231-2/+23
* reflog: convert to parse_options() APIÆvar Arnfjörð Bjarmason2022-03-231-8/+32
* reflog exists: use parse_options() APIÆvar Arnfjörð Bjarmason2022-03-171-22/+16
* git reflog [expire|delete]: make -h output consistent with SYNOPSISÆvar Arnfjörð Bjarmason2022-03-171-6/+5
* reflog: move "usage" variables and use macrosÆvar Arnfjörð Bjarmason2022-03-171-15/+24
* reflog: refactor cmd_reflog() to "if" branchesÆvar Arnfjörð Bjarmason2022-03-171-6/+3
* Merge branch 'jc/stash-drop'Junio C Hamano2022-03-161-451/+4
|\
| * reflog: libify delete reflog function and helpersJohn Cai2022-03-021-451/+4
* | Merge branch 'ac/usage-string-fixups'Junio C Hamano2022-03-061-3/+3
|\ \ | |/ |/|
| * amend remaining usage strings according to style guideAbhradeep Chakraborty2022-02-231-3/+3
* | Merge branch 'ja/i18n-common-messages'Junio C Hamano2022-02-251-1/+1
|\ \ | |/ |/|
| * i18n: fix some misformated placeholders in command synopsisJean-Noël Avila2022-02-041-2/+2
| * i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila2022-02-041-1/+1
* | builtin/reflog.c: use parse-options api for expire, delete subcommandsJohn Cai2022-01-101-79/+97
|/
* reflog + refs-backend: move "verbose" out of the backendÆvar Arnfjörð Bjarmason2021-12-221-9/+47
* reflog: reduce scope of "struct rev_info"Ævar Arnfjörð Bjarmason2021-12-221-6/+7
* reflog expire: don't use lookup_commit_reference_gently()Ævar Arnfjörð Bjarmason2021-12-221-2/+1
* reflog expire: refactor & use "tip_commit" only for UE_NORMALÆvar Arnfjörð Bjarmason2021-12-221-7/+7
* reflog expire: use "switch" over enum valuesÆvar Arnfjörð Bjarmason2021-12-221-24/+33
* reflog: change one->many worktree->refnames to use a string_listÆvar Arnfjörð Bjarmason2021-12-221-29/+18
* reflog expire: narrow scope of "cb" in cmd_reflog_expire()Ævar Arnfjörð Bjarmason2021-12-221-16/+15
* reflog delete: narrow scope of "cmd" passed to count_reflog_ent()Ævar Arnfjörð Bjarmason2021-12-221-11/+11
* reflog: free() ref given to us by dwim_log()Ævar Arnfjörð Bjarmason2021-10-231-0/+1
* refs API: remove OID argument to reflog_expire()Ævar Arnfjörð Bjarmason2021-08-251-3/+3
* reflog expire: don't lock reflogs using previously seen OIDÆvar Arnfjörð Bjarmason2021-08-251-7/+6
* reflog expire --stale-fix: be generous about missing objectsJohannes Schindelin2021-02-111-0/+3
* Merge branch 'es/get-worktrees-unsort'Junio C Hamano2020-07-061-1/+1
|\
| * worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine2020-06-221-1/+1
* | parse_config_key(): return subsection len as size_tJeff King2020-04-101-1/+1
|/
* C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano2020-01-311-4/+5
* Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-1/+1
|\
| * convert has_sha1_file() callers to has_object_file()Jeff King2019-01-081-1/+1
* | tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-2/+2
|/
* Merge branch 'nd/i18n'Junio C Hamano2019-01-041-15/+19
|\
| * reflog: mark strings for translationNguyễn Thái Ngọc Duy2018-11-121-15/+19
* | Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano2018-11-131-4/+42
|\ \ | |/ |/|
| * reflog expire: cover reflog from all worktreesNguyễn Thái Ngọc Duy2018-10-221-4/+42
* | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
|/
* commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-4/+6
* tree: add repository argument to lookup_treeStefan Beller2018-06-291-1/+1
* object: add repository argument to parse_objectStefan Beller2018-06-291-1/+2
* Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-1/+1
|\ \ | |/ |/|
| * treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-1/+1
| * treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-1/+1
* | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-1/+1
|\ \
| * | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
| |/
* | Merge branch 'nd/object-allocation-comments'Junio C Hamano2018-03-141-0/+1
|\ \ | |/ |/|