5 Commits (30d00c395e3fb9f104a3f4a85f06a039c989cd8d)

Author SHA1 Message Date
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Jeff King 7b48c17093 fix off-by-one allocation error 15 years ago
Ilari Liusvaara e9fcd1e212 Add push --set-upstream 15 years ago
Matthieu Moy c0eb604330 push: spell 'Note about fast-forwards' section name correctly in error message. 15 years ago
Jan Krüger f517f1f2e9 builtin-push: add --delete as syntactic sugar for :foo 15 years ago
Tay Ray Chuan 53970b92d9 builtin-push: don't access freed transport->url 15 years ago
Daniel Barkalow fb0cc87ec0 Allow programs to not depend on remotes having urls 15 years ago
Jeff King f740cc2529 push: fix typo in usage 15 years ago
Jeff King 2aae905f23 push: always load default config 15 years ago
Felipe Contreras a75d7b5409 Use 'fast-forward' all over the place 15 years ago
Nanako Shiraishi 8ef4c28b8d git push: say that --tag can't be used with --all or --mirror in help text 15 years ago
Nanako Shiraishi fcb044ee57 git push: remove incomplete options list from help text 15 years ago
Nelson Elhage 9f67fee2f0 git-push: Accept -n as a synonym for --dry-run. 16 years ago
Jeff King 75194438f4 push: make non-fast-forward help message configurable 16 years ago
Jeff King 14b772a0d7 push: re-flow non-fast-forward message 16 years ago
Jeff King e1f8f0cfbe push: fix english in non-fast-forward message 16 years ago
Matthieu Moy 07436e43da push: point to 'git pull' and 'git push --force' in case of non-fast forward 16 years ago
Jeff King afdeeb00ee push: add --quiet flag 16 years ago
Junio C Hamano bba0fd22ad push: do not give big warning when no preference is configured 16 years ago
Larry D'Anna 1965ff744a add --porcelain option to git-push 16 years ago
Michael J Gruber 203462347f Allow push and fetch urls to be different 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Kevin Ballard b2655cdae9 builtin-push.c: Fix typo: "anythig" -> "anything" 16 years ago
Finn Arne Gangstad 521537476f New config push.default to decide default behavior for push 16 years ago
Finn Arne Gangstad 665d3e8f05 Display warning for default git push with no push.default config 16 years ago
Daniel Barkalow fa685bdf45 Give error when no remote is configured 16 years ago
Johannes Sixt bf07cc58ae git-push.txt: Describe --repo option in more detail 16 years ago
Marek Zawirski b259f09b18 Make push more verbose about illegal combination of options 17 years ago
Michele Ballabio c29c1b406e builtin-push.c: Cleanup - use OPT_BIT() and remove some variables 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Paolo Bonzini 84bb2dfd9f Add a remote.*.mirror configuration option 17 years ago
Daniel Barkalow 9f0ea7e828 Resolve value supplied for no-colon push refspecs 17 years ago
Jeff King 2b8130c338 push: indicate partialness of error message 17 years ago
Steffen Prohaska 47d996a20c push: support pushing HEAD to real branch name 17 years ago
Steffen Prohaska 1b2486d737 push: teach push to pass --verbose option to transport layer 17 years ago
Andy Whitcroft 94c89ba662 git-push: plumb in --mirror mode 17 years ago
Daniel Barkalow 378c4832ef Use parseopts in builtin-push 17 years ago
Shawn O. Pearce 18184f79db Fix 'push --all branch...' error handling 17 years ago
Brian Ewins 11f2441f05 Add a --dry-run option to git-push. 17 years ago
Shawn O. Pearce 28b91f8ad9 Rename remote.uri to remote.url within remote handling internals 18 years ago
Shawn O. Pearce e5f4e21463 Remove unnecessary 'fetch' argument from transport_get API 18 years ago
Daniel Barkalow 9b288516ee Push code for transport library 18 years ago
Shawn O. Pearce a4503a15af Make --no-thin the default in git-push to save server resources 18 years ago
Daniel Barkalow 8558fd9ece Move refspec pattern matching to match_refs(). 18 years ago
Daniel Barkalow b516968ff6 Update local tracking refs when pushing 18 years ago
Daniel Barkalow 5751f49010 Move remote parsing into a library file out of builtin-push. 18 years ago
Junio C Hamano fd1d1b05e9 git-push to multiple locations does not stop at the first failure 18 years ago
Junio C Hamano 39878b0cb7 git-push reports the URL after failing. 18 years ago
Shawn O. Pearce df91ba36b1 Use RUN_GIT_CMD to run push backends 18 years ago
Shawn O. Pearce afdb269c76 Remove unused run_command variants 18 years ago