summaryrefslogtreecommitdiff
path: root/builtin/push.c
AgeCommit message (Expand)Author
2022-11-14Doc: document push.recurseSubmodules=onlyJonathan Tan
2022-09-29push: improve grammar of branch.autoSetupMerge adviceAlex Henrie
2022-06-15push: fix capitalisation of the option name autoSetupMergeFangyi Zhou
2022-04-29push: new config option "push.autoSetupRemote" supports "simple" pushTao Klerks
2022-04-29branch: new autosetupmerge option 'simple' for matching branchesTao Klerks
2022-02-04i18n: factorize "invalid value" messagesJean-Noël Avila
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-06-02push: don't get a full remote objectFelipe Contreras
2021-06-02push: only check same_remote when neededFelipe Contreras
2021-06-02push: remove trivial functionFelipe Contreras
2021-06-02push: remove redundant checkFelipe Contreras
2021-06-02push: factor out the typical caseFelipe Contreras
2021-06-02push: get rid of all the setup_push_* functionsFelipe Contreras
2021-06-02push: trivial simplificationsFelipe Contreras
2021-06-02push: make setup_push_* return the dstFelipe Contreras
2021-06-02push: only get the branch when neededFelipe Contreras
2021-06-02push: factor out null branch checkFelipe Contreras
2021-06-02push: split switch casesFelipe Contreras
2021-06-02push: return immediately in trivial switch caseFelipe Contreras
2021-06-02push: create new get_upstream_ref() helperFelipe Contreras
2021-06-02push: remove unused code in setup_push_upstream()Felipe Contreras
2021-06-02push: simplify setup_push_simple()Felipe Contreras
2021-06-02push: reorganize setup_push_simple()Felipe Contreras
2021-06-02push: copy code to setup_push_simple()Felipe Contreras
2021-06-02push: hedge code of default=simpleFelipe Contreras
2021-06-02push: rename !triangular to same_remoteFelipe Contreras
2021-02-26Merge branch 'jc/push-delete-nothing'Junio C Hamano
2021-02-23push: do not turn --delete '' into a matching pushJunio C Hamano
2020-10-27Merge branch 'sk/force-if-includes'Junio C Hamano
2020-10-03push: parse and set flag for "--force-if-includes"Srinidhi Kaushik
2020-09-30push: drop unused repo argument to do_push()Jeff King
2020-09-06refspec: add and use refspec_appendf()René Scharfe
2020-09-06push: release strbufs used for refspec formattingRené Scharfe
2020-05-05Merge branch 'dl/push-recurse-submodules-fix'Junio C Hamano
2020-05-05Merge branch 'dl/opt-callback-cleanup'Junio C Hamano
2020-04-28push: anonymize URLs in error messages and warningsJohannes Schindelin
2020-04-28push: unset PARSE_OPT_OPTARG for --recurse-submodulesDenton Liu
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2019-11-27push: use skip_prefix() instead of starts_with()René Scharfe
2019-10-15Merge branch 'js/trace2-fetch-push'Junio C Hamano
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano
2019-10-03push: do not pretend to return `int` from `die_push_simple()`Johannes Schindelin
2019-10-03push: add trace2 instrumentationJosh Steadmon
2019-09-30Merge branch 'tg/push-all-in-mirror-forbidden'Junio C Hamano
2019-09-03push: disallow --all and refspecs when remote.<name>.mirror is setThomas Gummerer
2019-01-18Merge branch 'nd/style-opening-brace'Junio C Hamano
2019-01-04Merge branch 'nd/the-index'Junio C Hamano
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy
2018-11-14push: change needlessly ambiguous example in errorÆvar Arnfjörð Bjarmason