Commit Graph

26 Commits

Author SHA1 Message Date
risk danger olson
c9a03bb3bc commands: remove last httputil usage 2017-01-04 16:10:53 -07:00
risk danger olson
bba8f3b876 update package imports 2016-11-15 10:01:18 -07:00
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
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
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
Rick Olson
d678d4bf33 update import paths 2015-05-25 12:20:50 -06:00
Rick Olson
e37b695477 rename hawser => git-lfs 2015-03-19 13:30:55 -06:00
Rick Olson
928000feab updating go import paths 2015-01-30 14:08:47 -05:00
rubyist
6cad1955b7 Go code level changes 2015-01-30 13:13:15 -05:00
rubyist
4b103e645e Update user agent string
Example: git-media/0.2.2 (darwin; git 1.9.1; go 1.3)
2014-09-15 17:52:38 -04:00
Rick Olson
c64db8b576 show the git version with the git media version 2014-09-09 10:08:24 -06:00
Rick Olson
8adbef6623 create a UserAgent var, use it in the version command and User-Agent 2014-09-09 10:04:40 -06:00
Rick Olson
25b3487d99 no periods in the USAGE 2014-06-26 15:22:24 -06:00
Rick Olson
9e95c6ef68 root cmd shows help and version 2014-06-26 15:14:11 -06:00
Rick Olson
42e017704c update the env command 2014-06-26 14:09:14 -06:00
Rick Olson
7c5cd5faa2 update version to use cobra 2014-06-26 14:05:23 -06:00
Rick Olson
f83d26fa39 move logging functions to commands package 2014-06-05 12:19:30 -06:00
rubyist
f6d2ee3a8f First pass at reorg. Builds, tests don't run yet 2014-06-03 11:08:58 -04:00
risk danger olson
290e143c01 version easter egg should still print the version 2014-06-02 09:35:21 -06:00
risk danger olson
f565dd3c81 rename Print() to Error(), add a Print() for STDOUT. Also remove more fmt.Print calls 2014-06-02 09:35:20 -06:00
risk danger olson
b71624983a use the command name 2014-06-02 09:33:09 -06:00
risk danger olson
0671b841f2 separate Setup() and Run() steps 2014-06-02 09:33:08 -06:00