138 Commits (bbd7f45884ca379e3cd28bb5fb8e804bcfb3360c)

Author SHA1 Message Date
Jeff King 5b9427e0ac push: drop unused repo argument to do_push() 4 years ago
René Scharfe 1af8b8c0a5 refspec: add and use refspec_appendf() 5 years ago
René Scharfe 30035d9c66 push: release strbufs used for refspec formatting 5 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
Marius Paliga d8052750c5 builtin/push.c: add push.pushOption config 7 years ago
Martin Ågren 8957661378 treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Stefan Beller 4e53d6a541 builtin/push.c: respect 'submodule.recurse' option 8 years ago
Brandon Williams 54cc8aca60 push: unmark a local variable as static 8 years ago
Brandon Williams 225e8bf778 push: add option to push only submodules 8 years ago
Junio C Hamano eef2bdaa4a push: do not use potentially ambiguous default refspec 8 years ago
Stefan Beller f6a4e61fbb push: accept push options 9 years ago
Matthieu Moy 2f275207ce push: remove "push.default is unset" warning message 9 years ago
Eric Wong c915f11eb4 connect & http: support -4 and -6 switches for remote operations 9 years ago
Ralf Thielow 6a4f2eced4 push: don't mark options of recurse-submodules for translation 9 years ago
Patrick Steinhardt 38a2559113 push: add '-d' as shorthand for '--delete' 9 years ago
Mike Crowe d34141cd08 push: follow the "last one wins" convention for --recurse-submodules 9 years ago
Mike Crowe b33a15b081 push: add recurseSubmodules config option 9 years ago
Dave Borowitz 68c757f219 push: add a config option push.gpgSign for default signed pushes 10 years ago
Dave Borowitz 30261094b1 push: support signing pushes iff the server supports it 10 years ago
Dave Olszewski a8bc269f11 push: allow --follow-tags to be set by config push.followTags 10 years ago
Jeff King 06c21e18ab cmd_push: pass "flags" pointer to config callback 10 years ago
Jeff King d16c33b4c1 cmd_push: set "atomic" bit directly 10 years ago
Jeff King 06038cd7b7 git_push_config: drop cargo-culted wt_status pointer 10 years ago
Ronnie Sahlberg d0e8e09cd8 push.c: add an --atomic argument 10 years ago
Jeff King 00a6fa0720 push: truly use "simple" as default, not "upstream" 10 years ago
Ralf Thielow eedc4be54f builtin/push.c: fix description of --recurse-submodules option 10 years ago
Michael J Gruber b9459019bb push: heed user.signingkey for signed pushes 10 years ago
Junio C Hamano a85b377d04 push: the beginning of "git push --signed" 11 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 11 years ago