63 Commits (d2feb01aa580843261c25d8609369d17bcdf6028)

Author SHA1 Message Date
Kevin Ballard b2655cdae9 builtin-push.c: Fix typo: "anythig" -> "anything" 16 years ago
Finn Arne Gangstad 665d3e8f05 Display warning for default git push with no push.default config 16 years ago
Finn Arne Gangstad 521537476f New config push.default to decide default behavior for push 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 16 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 17 years ago
Shawn O. Pearce e5f4e21463 Remove unnecessary 'fetch' argument from transport_get API 17 years ago
Daniel Barkalow 9b288516ee Push code for transport library 17 years ago
Shawn O. Pearce a4503a15af Make --no-thin the default in git-push to save server resources 17 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
Junio C Hamano 599065a3bb prefixcmp(): fix-up mechanical conversion. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Junio C Hamano d46ae3f09a git-push: allow globbing wildcard refspec. 18 years ago
Uwe Kleine-König d23842fd53 rename --exec to --receive-pack for push and send-pack 18 years ago
Uwe Kleine-König 060aafc11f make --exec=... option to git-push configurable 18 years ago
Uwe Kleine-König 18bd8821ca Update documentation of fetch-pack, push and send-pack 18 years ago
Shawn O. Pearce 9b0b50936e Remove unnecessary argc parameter from run_command_v. 18 years ago
Junio C Hamano 411fb8baa6 git-push: accept tag <tag> as advertised. 18 years ago
Linus Torvalds bcc785f611 git push: add verbose flag and allow overriding of default target repository 18 years ago
Junio C Hamano 6fe5b7ff6c git-push: .git/remotes/ file does not require SP after colon 18 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 18 years ago
Junio C Hamano cb5d709ff8 Add callback data to for_each_ref() family. 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Pierre Habouzit 60b7f38e0e avoid to use error that shadows the function name, use err instead. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
David Rientjes 9e0ec82cac builtin-push.c cleanup 18 years ago
Ramsay Allan Jones 15e593e4d3 Fixup command names in some usage strings. 19 years ago
Jeff King 8f615493e6 git-push: allow -f as an alias for --force 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Pavel Roskin a9486b02ec Avoid C99 comments, use old-style C comments instead. 19 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Nick Hengeveld 441c823e89 builtin-push: don't pass --thin to HTTP transport 19 years ago