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