118 Commits (b2a7942b8bcf397d9a5d3bb6671853755e14de60)

Author SHA1 Message Date
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
Junio C Hamano fc9261ca61 push: also use "upstream" mapping when pushing a single ref 11 years ago
Junio C Hamano ca02465b41 push: use remote.$name.push as a refmap 11 years ago
Junio C Hamano 50d829c11a builtin/push.c: use strbuf instead of manual allocation 11 years ago
Junio C Hamano 11037ee7e3 push: switch default from "matching" to "simple" 11 years ago
Greg Jacobson c13a5fe47b push: enhance unspecified push default warning 11 years ago
Nguyễn Thái Ngọc Duy f7c815c3ee push: respect --no-thin 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Ondřej Bílka 98e023dea4 many small typofixes 12 years ago
Junio C Hamano 91048a9537 push --force-with-lease: implement logic to populate old_sha1_expect[] 12 years ago
Junio C Hamano 28f5d17611 remote.c: add command line option parser for "--force-with-lease" 12 years ago
Junio C Hamano ab22d2eb83 builtin/push.c: use OPT_BOOL, not OPT_BOOLEAN 12 years ago
John Keeping fc6c4e96f1 push: avoid suggesting "merging" remote changes 12 years ago
Ramkumar Ramachandra ed2b18292b push: change `simple` to accommodate triangular workflows 12 years ago