summaryrefslogtreecommitdiff
path: root/builtin/push.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-04i18n: factorize "invalid value" messagesLibravatar Jean-Noël Avila1-1/+1
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Libravatar Jean-Noël Avila1-4/+4
2021-08-25advice: remove read uses of most global `advice_` variablesLibravatar Ben Boeckel1-6/+6
2021-06-02push: don't get a full remote objectLibravatar Felipe Contreras1-1/+1
2021-06-02push: only check same_remote when neededLibravatar Felipe Contreras1-1/+2
2021-06-02push: remove trivial functionLibravatar Felipe Contreras1-6/+1
2021-06-02push: remove redundant checkLibravatar Felipe Contreras1-2/+1
2021-06-02push: factor out the typical caseLibravatar Felipe Contreras1-5/+6
2021-06-02push: get rid of all the setup_push_* functionsLibravatar Felipe Contreras1-27/+11
2021-06-02push: trivial simplificationsLibravatar Felipe Contreras1-11/+3
2021-06-02push: make setup_push_* return the dstLibravatar Felipe Contreras1-14/+16
2021-06-02push: only get the branch when neededLibravatar Felipe Contreras1-1/+2
2021-06-02push: factor out null branch checkLibravatar Felipe Contreras1-7/+3
2021-06-02push: split switch casesLibravatar Felipe Contreras1-6/+10
2021-06-02push: return immediately in trivial switch caseLibravatar Felipe Contreras1-5/+5
2021-06-02push: create new get_upstream_ref() helperLibravatar Felipe Contreras1-18/+18
2021-06-02push: remove unused code in setup_push_upstream()Libravatar Felipe Contreras1-8/+2
2021-06-02push: simplify setup_push_simple()Libravatar Felipe Contreras1-8/+2
2021-06-02push: reorganize setup_push_simple()Libravatar Felipe Contreras1-17/+12
2021-06-02push: copy code to setup_push_simple()Libravatar Felipe Contreras1-4/+32
2021-06-02push: hedge code of default=simpleLibravatar Felipe Contreras1-4/+9
2021-06-02push: rename !triangular to same_remoteLibravatar Felipe Contreras1-8/+8
2021-02-25Merge branch 'jc/push-delete-nothing'Libravatar Junio C Hamano1-1/+1
2021-02-23push: do not turn --delete '' into a matching pushLibravatar Junio C Hamano1-1/+1
2020-10-27Merge branch 'sk/force-if-includes'Libravatar Junio C Hamano1-0/+27
2020-10-03push: parse and set flag for "--force-if-includes"Libravatar Srinidhi Kaushik1-0/+27
2020-09-30push: drop unused repo argument to do_push()Libravatar Jeff King1-2/+2
2020-09-06refspec: add and use refspec_appendf()Libravatar René Scharfe1-30/+10
2020-09-06push: release strbufs used for refspec formattingLibravatar René Scharfe1-12/+22
2020-05-05Merge branch 'dl/push-recurse-submodules-fix'Libravatar Junio C Hamano1-6/+3
2020-05-05Merge branch 'dl/opt-callback-cleanup'Libravatar Junio C Hamano1-7/+5
2020-04-28push: anonymize URLs in error messages and warningsLibravatar Johannes Schindelin1-2/+4
2020-04-28push: unset PARSE_OPT_OPTARG for --recurse-submodulesLibravatar Denton Liu1-6/+3
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FLibravatar Denton Liu1-7/+5
2019-11-27push: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-2/+3
2019-10-15Merge branch 'js/trace2-fetch-push'Libravatar Junio C Hamano1-0/+2
2019-10-15Merge branch 'js/azure-pipelines-msvc'Libravatar Junio C Hamano1-2/+2
2019-10-04push: do not pretend to return `int` from `die_push_simple()`Libravatar Johannes Schindelin1-2/+2
2019-10-03push: add trace2 instrumentationLibravatar Josh Steadmon1-0/+2
2019-09-30Merge branch 'tg/push-all-in-mirror-forbidden'Libravatar Junio C Hamano1-33/+36
2019-09-03push: disallow --all and refspecs when remote.<name>.mirror is setLibravatar Thomas Gummerer1-33/+36
2019-01-18Merge branch 'nd/style-opening-brace'Libravatar Junio C Hamano1-1/+3
2019-01-04Merge branch 'nd/the-index'Libravatar Junio C Hamano1-1/+2
2018-12-10style: the opening '{' of a function is in a separate lineLibravatar Nguyễn Thái Ngọc Duy1-1/+3
2018-11-14push: change needlessly ambiguous example in errorLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2018-11-12transport.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-08-27Merge branch 'rs/opt-updates'Libravatar Junio C Hamano1-2/+2
2018-08-21parseopt: group literal string alternatives in argument helpLibravatar René Scharfe1-2/+2
2018-08-17Merge branch 'rs/parse-opt-lithelp'Libravatar Junio C Hamano1-2/+2
2018-08-03push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced bracketsLibravatar Ævar Arnfjörð Bjarmason1-2/+2