166 Commits (746aae3dd1a8e8dba31797ac237916d9533e4254)

Author SHA1 Message Date
Tao Klerks 05d57750c6 push: new config option "push.autoSetupRemote" supports "simple" push 3 years ago
Tao Klerks bdaf1dfae7 branch: new autosetupmerge option 'simple' for matching branches 3 years ago
Jean-Noël Avila 1a8aea857e i18n: factorize "invalid value" messages 3 years ago
Jean-Noël Avila 12909b6b8a i18n: turn "options are incompatible" into "cannot be used together" 3 years ago
Ben Boeckel ed9bff0817 advice: remove read uses of most global `advice_` variables 4 years ago
Felipe Contreras 7088ce7191 push: don't get a full remote object 4 years ago
Felipe Contreras e0c91cffde push: only check same_remote when needed 4 years ago
Felipe Contreras c5b09cf771 push: remove trivial function 4 years ago
Felipe Contreras 1afd78fb5c push: remove redundant check 4 years ago
Felipe Contreras 1f934725f7 push: factor out the typical case 4 years ago
Felipe Contreras 0add899baf push: get rid of all the setup_push_* functions 4 years ago
Felipe Contreras d371a9ef4c push: trivial simplifications 4 years ago
Felipe Contreras 00458dc5f1 push: make setup_push_* return the dst 4 years ago
Felipe Contreras 65c63a0054 push: only get the branch when needed 4 years ago
Felipe Contreras cc16f95d21 push: factor out null branch check 4 years ago
Felipe Contreras 04159fba42 push: split switch cases 4 years ago
Felipe Contreras 72739680fc push: return immediately in trivial switch case 4 years ago
Felipe Contreras 533e0325ab push: create new get_upstream_ref() helper 4 years ago
Felipe Contreras 7e6d72bb11 push: remove unused code in setup_push_upstream() 4 years ago
Felipe Contreras b8e8b98647 push: simplify setup_push_simple() 4 years ago
Felipe Contreras 6b010c80a2 push: reorganize setup_push_simple() 4 years ago
Felipe Contreras d099b9c9c7 push: copy code to setup_push_simple() 4 years ago
Felipe Contreras 3b9fd8361f push: hedge code of default=simple 4 years ago
Felipe Contreras 050f76b9af push: rename !triangular to same_remote 4 years ago
Junio C Hamano 20e416409f push: do not turn --delete '' into a matching push 4 years ago
Srinidhi Kaushik 3b990aa645 push: parse and set flag for "--force-if-includes" 4 years ago
Jeff King 5b9427e0ac push: drop unused repo argument to do_push() 4 years ago
René Scharfe 1af8b8c0a5 refspec: add and use refspec_appendf() 4 years ago
René Scharfe 30035d9c66 push: release strbufs used for refspec formatting 4 years ago
Johannes Schindelin d192fa5006 push: anonymize URLs in error messages and warnings 5 years ago
Denton Liu ce9baf234f push: unset PARSE_OPT_OPTARG for --recurse-submodules 5 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
René Scharfe 1768aaf01d push: use skip_prefix() instead of starts_with() 5 years ago
Johannes Schindelin dbcd970c27 push: do not pretend to return `int` from `die_push_simple()` 5 years ago
Josh Steadmon 25e4b8099c push: add trace2 instrumentation 5 years ago
Thomas Gummerer 8e4c8af058 push: disallow --all and refspecs when remote.<name>.mirror is set 6 years ago
Nguyễn Thái Ngọc Duy 3b3357626e style: the opening '{' of a function is in a separate line 6 years ago
Ævar Arnfjörð Bjarmason 8247166717 push: change needlessly ambiguous example in error 6 years ago
Nguyễn Thái Ngọc Duy 6c6d5d0776 transport.c: remove implicit dependency on the_index 6 years ago
René Scharfe bbc072f5d8 parseopt: group literal string alternatives in argument help 7 years ago
Ævar Arnfjörð Bjarmason c67318ecb6 push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced brackets 7 years ago
Brandon Williams 306f22dbc8 transport: convert transport_push to take a struct refspec 7 years ago
Brandon Williams aa40289ce9 push: convert to use struct refspec 7 years ago
Brandon Williams 800a4ab399 push: check for errors earlier 7 years ago
Brandon Williams 86baf82521 remote: convert query_refspecs to take a struct refspec 7 years ago
Brandon Williams 6bdb304b10 remote: convert push refspecs to struct refspec 7 years ago
Brandon Williams 0ad4a5ff50 refspec: rename struct refspec to struct refspec_item 7 years ago
Brandon Williams ec0cb49655 refspec: move refspec parsing logic into its own file 7 years ago
Ryan Dammrose 960786e761 push: colorize errors 7 years ago
Nguyễn Thái Ngọc Duy f1e1bdd6bd completion: use __gitcomp_builtin in _git_push 7 years ago