82 Commits (a745a58adeb57107ed884bcc07c915409b9877cb)

Author SHA1 Message Date
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
Matthieu Moy f2c2c90103 push: start warning upcoming default change for push.default 13 years ago
Matthieu Moy b55e677522 push: introduce new push.default mode "simple" 13 years ago
Junio C Hamano 135dadef71 push: error out when the "upstream" semantics does not make sense 13 years ago
Heiko Voigt eb21c732d6 push: teach --recurse-submodules the on-demand option 13 years ago
Christopher Tiwald f25950f347 push: Provide situational hints for non-fast-forward errors 13 years ago
Felipe Contreras 6ddba5e241 push: add '--prune' option 13 years ago
Clemens Buchacher 01fdc21f6e push/fetch/clone --no-progress suppresses progress output 13 years ago
Nguyễn Thái Ngọc Duy 9049816140 clone: fix up delay cloning conditions 13 years ago
Junio C Hamano dad0b3d8e5 push: do not let configured foreign-vcs permanently clobbered 13 years ago
Fredrik Gustafsson d2b17b3220 push: Don't push a repository with unpushed submodules 14 years ago
Ævar Arnfjörð Bjarmason b32227e770 i18n: git-push "prevent you from losing" message 14 years ago