98 Commits (93cff9a978e1c177ac3e889867004a56773301b2)

Author SHA1 Message Date
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
Junio C Hamano b2ed944af7 push: switch default from "matching" to "simple" 12 years ago
Ramkumar Ramachandra 0f075b2208 push: make push.default = current use resolved HEAD 12 years ago
Ramkumar Ramachandra 7b2ecd8108 push: fail early with detached HEAD and current 12 years ago
Ramkumar Ramachandra 35ee69c0f6 push: factor out the detached HEAD error message 12 years ago
Ramkumar Ramachandra f24f715e05 remote.c: introduce a way to have different remotes for fetch/push 12 years ago
Junio C Hamano c2aba155da push: --follow-tags 12 years ago
Junio C Hamano b4cf8db275 push: finishing touches to explain REJECT_ALREADY_EXISTS better 12 years ago
Junio C Hamano 75e5c0dc55 push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE 12 years ago
Aaron Schrab ec55559f93 push: Add support for pre-push hooks 12 years ago
Chris Rorvick b450568209 push: allow already-exists advice to be disabled 12 years ago
Chris Rorvick 1184564eac push: rename config variable for more general use 12 years ago
Chris Rorvick dbfeddb12e push: require force for refs under refs/tags/ 12 years ago
Chris Rorvick b24e6047a8 push: add advice for rejected tag reference 12 years ago
Chris Rorvick 10643d4ec3 push: return reject reasons as a bitset 12 years ago
Nguyễn Thái Ngọc Duy f63cf8c9fb Use imperative form in help usage to describe an action 13 years ago
Nguyễn Thái Ngọc Duy 78dafaa5cb i18n: push: mark parseopt strings for translation 13 years ago