Commit Graph

12 Commits

Author SHA1 Message Date
risk danger olson
a12cdc889f RegisterCommand() can no longer disable commands
the config is available at init(), so isCommandEnabled() checks can be
pulled out of the RegisterCommand() callback, simplifying its signature.
2016-09-01 10:09:38 -06:00
risk danger olson
093e6d49a2 update all command setup to use RegisterCommand 2016-09-01 08:46:26 -06:00
Taylor Blau
0f63130c23 commands, lfs: resolve localstorage in PreRun, not init 2016-08-22 16:21:04 -06:00
risk danger olson
98af5944e1 build commands outside of package init() 2016-08-10 09:33:25 -06:00
risk danger olson
7457375b1e rename commands.Config to commands.cfg 2016-07-21 16:37:53 -06:00
risk danger olson
ed01a95449 Use commands.Config instead of config.Config 2016-07-21 15:27:30 -06:00
Taylor Blau
4593d0a641 vendor: vendor dependencies in vendor/ using Glide
- script/vendor received an update in order to work with Glide
- import paths have been rewritten to work with GO15VENDOREXPERIMENT
2016-05-23 12:10:35 -06:00
Steve Streeting
2da226bdd9 Fix some integration build errors 2016-05-13 17:43:04 +01:00
Steve Streeting
c4bbd3724e Major refactor to pull things into config, httputil, tools
Mainly required to avoid cyclical dependencies when separating other things
2016-05-13 17:38:06 +01:00
rick
795a1ebc0e remove all Short messages 2015-09-17 16:08:28 -06:00
Ryan Simmen
8d7769ac09 LFS Extensions: smudge command 2015-07-31 17:08:21 -04:00
Ryan Simmen
ffd52e67b8 LFS Extensions: git-lfs ext command 2015-07-31 17:07:35 -04:00