Download raw body.
add 'got send' command
Stefan Sperling: > This patch implements 'got send', which uploads changes to a Git server. Git supports separate fetch and push URLs (remote.origin.pushurl) and that feature is in use: $ git remote -v freebsd ssh://anongit@git.freebsd.org/ports.git (fetch) freebsd ssh://git@gitrepo.freebsd.org/ports.git (push) I guess we can just configure separate remotes in got.conf for this purpose, but I'd like to tentatively raise a feature request. -- Christian "naddy" Weisgerber naddy@mips.inka.de
add 'got send' command