Commit Graph

31 Commits

Author SHA1 Message Date
risk danger olson
bba8f3b876 update package imports 2016-11-15 10:01:18 -07:00
risk danger olson
9c46443baf remove AllGitConfig() 2016-11-09 17:33:43 -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
98af5944e1 build commands outside of package init() 2016-08-10 09:33:25 -06:00
risk danger olson
fecb92d9c2 command_update no longer needs the config package 2016-07-21 17:37:01 -06:00
risk danger olson
698b24e0ad a few more config.Config references in the commands pkg 2016-07-21 17:18:48 -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
Steve Streeting
5be442daea Add git lfs update --manual option & promote it on hook install fail 2016-04-26 12:04:55 +01:00
Steve Streeting
244e8bd699 Move hook install to after config sanitize so that always happens 2016-04-25 10:58:36 +01:00
Steve Streeting
7d3ec7215a Return non-zero exit code for update & install when hook not updated 2016-04-25 10:57:25 +01:00
risk danger olson
7aa9c595ac fix lfs.InRepo() 2015-10-19 14:47:18 -06:00
risk danger olson
3feaca10f6 Merge pull request #670 from github/docgen-fixes
Docgen fixes
2015-09-23 10:00:07 -07:00
rick
be6cc73102 teach 'update' cmd how to install hooks in bare repos 2015-09-17 16:26:02 -06:00
rick
795a1ebc0e remove all Short messages 2015-09-17 16:08:28 -06:00
rick
4174867802 test the exit code of the commands 2015-09-08 10:20:52 -06:00
rick
43e9f379ce fix behavior of 7 commands when run outside git repo 2015-09-08 09:29:53 -06:00
Rick Olson
9ee483b5f2 teach "git lfs update" how to update the private access values 2015-09-02 13:25:34 -06:00
Rick Olson
87b557d75b teach the upgrade command how to update pre-push hooks 2015-08-13 17:12:17 -06:00
Rick Olson
d678d4bf33 update import paths 2015-05-25 12:20:50 -06:00
Rick Olson
394d7dbd91 teach the update command how to update known git lfs hooks 2015-04-24 11:33:22 -06:00
Rick Olson
e37b695477 rename hawser => git-lfs 2015-03-19 13:30:55 -06:00
rubyist
f13f15a079 .git/media => .git/hawser 2015-01-30 15:04:52 -05: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
e0bf70a6aa With push using the scanner we don't need link files, and all the associated things 2014-10-20 15:04:32 -04:00
rubyist
be349c55ba Add some docs 2014-09-24 13:10:29 -04:00
rubyist
49c9c5bb8a Provide a git media update command that updates the pre-push hook and migrates upload queue 2014-09-23 17:42:47 -04:00