summaryrefslogtreecommitdiff
path: root/builtin/remote.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-1/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-23remote: plug memory leaks at early returnsRené Scharfe1-8/+15
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-2/+2
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano1-1/+3
2024-08-13config: pass repo to functions that rename or copy sectionsPatrick Steinhardt1-2/+2
2024-08-09refs: add referent to each_ref_fnJohn Cai1-1/+3
2024-08-01builtin/remote: fix various trivial memory leaksPatrick Steinhardt1-7/+32
2024-08-01builtin/remote: fix leaking strings in `branch_list`Patrick Steinhardt1-2/+3
2024-07-02Merge branch 'jk/remote-wo-url'Junio C Hamano1-62/+26
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano1-6/+6
2024-06-14remote: drop checks for zero-url caseJeff King1-10/+3
2024-06-14remote: simplify url/pushurl selectionJeff King1-49/+20
2024-06-14remote: use strvecs to store remote url/pushurlJeff King1-28/+28
2024-06-07builtin/remote: cast away constness in `get_head_names()`Patrick Steinhardt1-6/+6
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano1-1/+2
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano1-3/+3
2024-05-17refs: pass ref store when detecting dangling symrefsPatrick Steinhardt1-1/+2
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-15/+22
2024-03-05builtin/remote.c: trivial fix of error messageAlexander Shopov1-1/+1
2023-08-04Merge branch 'jc/parse-options-short-help'Junio C Hamano1-3/+2
2023-07-19remote: simplify "remote add --tags" help textJunio C Hamano1-3/+2
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-5/+10
2023-06-28config.c: pass ctx in configsetsGlen Choo1-4/+6
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+5
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+1
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-11-08Merge branch 'rs/no-more-run-command-v'Taylor Blau1-20/+20
2022-10-30use child_process members "args" and "env" directlyRené Scharfe1-14/+12
2022-10-30use child_process member "args" instead of string array variableRené Scharfe1-6/+8
2022-10-27Merge branch 'jk/unused-anno-more'Junio C Hamano1-1/+1
2022-10-17string-list: mark unused callback parametersJeff King1-1/+1
2022-10-10Merge branch 'jk/remote-rename-without-fetch-refspec'Junio C Hamano1-21/+23
2022-09-22remote: handle rename of remote without fetch refspecJeff King1-21/+23
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano1-7/+7
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano1-5/+9
2022-09-13Merge branch 'sg/parse-options-subcommand'Junio C Hamano1-1/+1
2022-09-07notes, remote: show unknown subcommands between `'SZEDER Gábor1-1/+1
2022-09-01Merge branch 'sg/parse-options-subcommand'Junio C Hamano1-54/+52
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-7/+7
2022-08-25remote: run "remote rm" argv through parse_options()Jeff King1-3/+5
2022-08-25pass subcommand "prefix" arguments to parse_options()Jeff King1-12/+16
2022-08-19config: mark unused callback parametersJeff King1-1/+1
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-4/+8
2022-08-19builtin/remote.c: let parse-options parse subcommandsSZEDER Gábor1-39/+31
2022-08-10Merge branch 'jc/string-list-cleanup' into maintJunio C Hamano1-2/+1