Commit Graph

20 Commits

Author SHA1 Message Date
rick olson
1c0b23cf7e lfs: use *git.Configuration instance 2017-10-25 16:12:29 -06:00
rick olson
b61a4bcb63 localstorage: exit stage left 2017-10-25 13:23:12 -06:00
rick olson
8fe359ee2a remove some more global config vars 2017-10-18 18:27:37 -06:00
rick olson
97fc2ed06b remove reliance on global config filesystem vars 2017-10-18 18:09:33 -06:00
rick olson
7cb5528b7a lfs: refactor filter installer 2017-10-18 15:19:21 -06:00
rick olson
79f7f61bc5 treat 'install' error as a warning, don't halt installs 2017-10-17 10:24:29 -06:00
Taylor Blau
a101e13cec commands/install: teach --manual 2017-07-11 10:43:33 -06:00
risk danger olson
df09f201a6 commands: teach uninstall cmd about --local and --system 2017-01-24 16:33:29 -07:00
Steve Streeting
a084c50ea6 Teach git lfs install the —skip-repo option to not change local repo
Useful for avoiding unintended side effects when just wanting to install
filters
2017-01-16 12:39:55 +00:00
risk danger olson
6a8b010381 fix problems running 'install' in a root dir 2016-11-30 13:56:22 -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
a343a11ddb check the git version is ok in some key commands 2016-08-17 16:13:36 -06:00
risk danger olson
9dd99c83df fix merge conflicts 2016-08-17 15:16:10 -06:00
risk danger olson
98af5944e1 build commands outside of package init() 2016-08-10 09:33:25 -06:00
Brett Randall
648d8c78a8 Added --system option to install command. This option is invoked from post-install scripts in rpm/deb packages. 2016-06-30 12:05:30 +10: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
risk danger olson
c9fe0960b3 rename init => install 2015-11-16 13:31:26 -07:00