summaryrefslogtreecommitdiffstats
path: root/builtin/push.c
AgeCommit message (Expand)AuthorLines
2026-03-25push: support pushing to a remote groupUsman Akinyemi-33/+90
2026-02-26environment: move "branch.autoSetupMerge" into `struct repo_config_values`Olamide Caleb Bello-1/+2
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King-1/+1
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt-1/+1
2025-02-04remote: rename query_refspecs functionsMeet Soni-1/+1
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt-3/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+3
2024-10-08transport: introduce parse_transport_option() methodXing Xin-8/+1
2024-09-25send-pack: free cas options before exitJeff King-0/+1
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano-2/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai-1/+4
2024-09-05builtin/push: fix leaking refspec query resultPatrick Steinhardt-3/+5
2024-07-12builtin/push: call set_refspecs after validating remoteKarthik Nayak-14/+7
2024-06-14remote: drop checks for zero-url caseJeff King-11/+2
2024-06-14remote: simplify url/pushurl selectionJeff King-16/+5
2024-06-14remote: use strvecs to store remote url/pushurlJeff King-5/+5
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano-1/+0
2024-01-02Merge branch 'jc/retire-cas-opt-name-constant'Junio C Hamano-2/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-12-20Merge branch 'jk/config-cleanup'Junio C Hamano-18/+13
2023-12-19remote.h: retire CAS_OPT_NAMEJunio C Hamano-2/+2
2023-12-09push: drop confusing configset/callback redundancyJeff King-18/+13
2023-12-09push: use die_for_incompatible_opt4() for - -delete/--tags/--all/--mirrorRené Scharfe-8/+4
2023-07-27Merge branch 'jc/transport-parseopt-fix'Junio C Hamano-4/+1
2023-07-25Merge branch 'ah/advise-force-pushing'Junio C Hamano-12/+12
2023-07-18parse-options: introduce OPT_IPVERSION()Junio C Hamano-4/+1
2023-07-13push: don't imply that integration is always required before pushingAlex Henrie-12/+12
2023-07-06Merge branch 'gc/config-context'Junio C Hamano-2/+3
2023-06-28config: add ctx arg to config_fn_tGlen Choo-2/+3
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-2/+1
2023-05-15Merge branch 'tl/push-branches-is-an-alias-for-all'Junio C Hamano-3/+4
2023-05-06push: introduce '--branches' optionTeng Long-3/+4
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren-0/+1
2023-04-24pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-03-17Merge branch 'jc/gpg-lazy-init'Junio C Hamano-5/+0
2023-02-09gpg-interface: lazily initialize and read the configurationJunio C Hamano-5/+0
2023-02-06push: free_refs() the "local_refs" in set_refspecs()Ævar Arnfjörð Bjarmason-0/+1
2023-02-06push: refactor refspec_append_mapped() for subsequent leak-fixÆvar Arnfjörð Bjarmason-12/+17
2022-11-14Doc: document push.recurseSubmodules=onlyJonathan Tan-2/+10
2022-09-28push: improve grammar of branch.autoSetupMerge adviceAlex Henrie-2/+2
2022-06-15push: fix capitalisation of the option name autoSetupMergeFangyi Zhou-1/+1
2022-04-29push: new config option "push.autoSetupRemote" supports "simple" pushTao Klerks-8/+36
2022-04-29branch: new autosetupmerge option 'simple' for matching branchesTao Klerks-5/+15
2022-02-04i18n: factorize "invalid value" messagesJean-Noël Avila-1/+1