summaryrefslogtreecommitdiff
path: root/src/cmd/goinstall
Commit message (Expand)AuthorAgeFilesLines
* build: no required environment variablesRuss Cox2010-08-183-3/+4
* go AST: First step towards augmenting AST with full type information.Robert Griesemer2010-08-131-2/+2
* update the tree to use the new regexp methodsRob Pike2010-08-121-4/+4
* goinstall docs: fixed typosScott Lawrence2010-08-091-5/+5
* goinstall: check for error from exec.*Cmd.Wait() before using its resultAlex Brainman2010-08-041-0/+3
* goinstall: support for Bazaar+LaunchpadGustavo Niemeyer2010-06-303-43/+88
* goinstall: process dependencies for package mainRoger Peppe2010-06-213-16/+30
* goinstall: Use 'git pull' instead of 'git checkout' when updating a git repo.Michael Hoisie2010-06-011-1/+1
* simplify various code using new map index ruleRuss Cox2010-03-301-1/+1
* single argument panicRuss Cox2010-03-301-1/+1
* cmd/goinstall: include command name in error reporting (usually missing softw...Andrey Mirtchovski2010-03-231-1/+2
* goinstall: let git/hg/svn create the final directory elementRuss Cox2010-03-201-1/+3
* godoc: improved comment formatting: recognize URLsRobert Griesemer2010-03-191-1/+1
* goinstall doc: fix link to godashboard/packageAndrew Gerrand2010-03-171-1/+1
* goinstall: an experiment in (external) package installationRuss Cox2010-03-046-0/+604