Commit Graph
21 Commits
Author SHA1 Message Date
Luke Sampson 1dc4d87626 Wrap 'app' in quotes for consistency. 2017-02-13 20:36:29 +11:00
Luke Sampson 1c173bc56d Use sentence case for UI messages. 2017-02-13 20:20:41 +11:00
Simon Hartcher 637480f5b8 Fix scoop not using proxy for git commands (#843)
Commands that call git from scoop will now pass proxy details. The
command is executed using `cmd` to avoid polluting the user's
environment as the variables set will die with the process.

Fixes #842
2016-05-09 17:55:05 +10:00
Roy Ivy III 6d9bca805f whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00
Luke Sampson bc1a8e4945 brute force fix for powershell alias problems 2015-05-11 20:17:59 +10:00
Simon Hartcher 3e0b5293bc Changed scoop-status to git fetch quietly 2015-04-04 15:45:52 +11:00
Simon Hartcher ed3972ee75 Removed unused timestamp code 2015-04-04 14:58:04 +11:00
Simon Hartcher 735ee17571 Fixed status command. Added support for custom repo/branch. 2015-04-04 14:48:41 +11:00
Simon Hartcher 94ae0cc92a Changed scoop update to use git for updating self 2015-04-04 14:22:23 +11:00
Luke Sampson ce5b9878f0 better help summary for 'scoop status' (see #155) 2014-08-31 09:12:44 +10:00
Luke Sampson b4ab131d91 add proxy support, see #86 2014-05-12 12:42:55 +10:00
Luke Sampson 79b04bb877 scoop status: report missing runtime dependencies 2014-01-01 09:22:12 +10:00
Luke Sampson 9a24df27be live-debugging scoop status for global apps 2013-09-05 15:23:07 +10:00
Luke Sampson 878b212bb9 test global dir exists before running gci on it 2013-09-05 15:18:41 +10:00
Luke Sampson 257f424914 status checks global apps too 2013-09-05 15:17:13 +10:00
Luke Sampson 7382e17561 convert spaces to tabs 2013-08-15 13:05:00 +10:00
Luke Sampson b4d7cf3c17 refactor for buckets 2013-08-08 10:39:31 +10:00
Luke Sampson 6579adf365 remember when scoop was last updated and report this in 'scoop status' 2013-08-05 16:43:59 +10:00
Luke Sampson 4f0b1b91c1 support setting environment variables (and removing them on uninstall) 2013-07-22 21:36:43 +10:00
Luke Sampson 0f14f80857 status: show old/new versions (testing on runat) 2013-07-21 20:38:46 +10:00
Luke Sampson 246ff1b384 actually add status command 2013-07-21 20:33:49 +10:00