summaryrefslogtreecommitdiff
path: root/builtin/remote.c
AgeCommit message (Expand)Author
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-19Merge branch 'bf/fetch-set-head-config'Junio C Hamano
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-06remote set-head: set followRemoteHEAD to "warn" if "always"Bence Ferdinandy
2024-11-27Merge branch 'bf/set-head-symref' into bf/fetch-set-head-configJunio C Hamano
2024-11-26builtin: pass repository to sub commandsKarthik Nayak
2024-11-25refs: add create_only option to refs_update_symref_extendedBence Ferdinandy
2024-11-25remote set-head: better output for --autoBence Ferdinandy
2024-11-25remote set-head: refactor for readabilityBence Ferdinandy
2024-11-25t/t5505-remote: test failure of set-headBence Ferdinandy
2024-11-12refspec: store raw refspecs inside refspec_itemJeff King
2024-11-12refspec: drop separate raw_nr countJeff King
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-23remote: plug memory leaks at early returnsRené Scharfe
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano
2024-08-13config: pass repo to functions that rename or copy sectionsPatrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-01builtin/remote: fix various trivial memory leaksPatrick Steinhardt
2024-08-01builtin/remote: fix leaking strings in `branch_list`Patrick Steinhardt
2024-07-02Merge branch 'jk/remote-wo-url'Junio C Hamano
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-14remote: drop checks for zero-url caseJeff King
2024-06-14remote: simplify url/pushurl selectionJeff King
2024-06-14remote: use strvecs to store remote url/pushurlJeff King
2024-06-07builtin/remote: cast away constness in `get_head_names()`Patrick Steinhardt
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano
2024-05-17refs: pass ref store when detecting dangling symrefsPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-03-05builtin/remote.c: trivial fix of error messageAlexander Shopov
2023-08-04Merge branch 'jc/parse-options-short-help'Junio C Hamano
2023-07-19remote: simplify "remote add --tags" help textJunio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-28config.c: pass ctx in configsetsGlen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2022-11-08Merge branch 'rs/no-more-run-command-v'Taylor Blau
2022-10-30use child_process members "args" and "env" directlyRené Scharfe
2022-10-30use child_process member "args" instead of string array variableRené Scharfe
2022-10-27Merge branch 'jk/unused-anno-more'Junio C Hamano
2022-10-17string-list: mark unused callback parametersJeff King
2022-10-10Merge branch 'jk/remote-rename-without-fetch-refspec'Junio C Hamano