37 Commits (fcd056a6d23bafb13f991ffb673fb87c7100b8f2)

Author SHA1 Message Date
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
Johannes Schindelin 5edbcd8d77 builtin-push: --all and --tags _are_ explicit refspecs 19 years ago
Johannes Schindelin 97d4df0b29 builtin-push: also ask config for remote information 19 years ago
Junio C Hamano 7aaf83dafb Fix builtin-push to honor Push: lines in remotes file. 19 years ago
Johannes Schindelin 5c477b9725 builtin-push: resurrect parsing of Push: lines 19 years ago
Linus Torvalds 755225de6c git builtin "push" 19 years ago