Commit Graph

20 Commits

Author SHA1 Message Date
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
983be18c43 Fix remaining uses of lfs.UserAgent outside http, use config.VersionDesc 2016-05-16 12:13:13 +01: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
Steve Streeting
21dbd49411 Support remote.name.pushurl correctly to fix #945
Also support separate remote.name.lfspushurl and global lfs.pushurl
to support asymmetrical pull/push in all cases
2016-01-25 16:56:07 +00:00
risk danger olson
265feee819 only show the warning for 'git lfs env' 2015-11-16 13:13:47 -07:00
Jiang Xin
e864529115 env: Show proper SshUserAndHost for remoteEndpoint
If there are multiple remotes for the current repo, `git lfs env` shows
wrong SshUserAndHost for remote endpoints.

Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
2015-11-11 21:03:50 +08:00
Rick Olson
8d1875aadd add filter.lfs configs to 'git lfs env' 2015-09-23 14:02:22 -06:00
rick
795a1ebc0e remove all Short messages 2015-09-17 16:08:28 -06:00
risk danger olson
5930c7ff66 show the endpoint auth type in 'git lfs env' 2015-09-01 15:47:47 -06:00
Rick Olson
9a2dc26fae add the git lfs and git version to the top of 'git lfs env' 2015-06-17 11:08:22 -06:00
Rick Olson
d678d4bf33 update import paths 2015-05-25 12:20:50 -06:00
Rick Olson
514d947c8e teach config.Endpoint() to return an Endpoint struct with optional ssh info
$ git lfs env
Endpoint=https://172.28.128.4/ghe-admin/git-lfs-test.git/info/lfs
  SSH=git@172.28.128.4:ghe-admin/git-lfs-test.git
LocalWorkingDir=/Users/rick/github/git-lfs-test
LocalGitDir=/Users/rick/github/git-lfs-test/.git
LocalMediaDir=/Users/rick/github/git-lfs-test/.git/lfs/objects
TempDir=/Users/rick/github/git-lfs-test/.git/lfs/tmp
2015-03-27 16:36:33 -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
Rick Olson
25b3487d99 no periods in the USAGE 2014-06-26 15:22:24 -06:00
Rick Olson
42e017704c update the env command 2014-06-26 14:09:14 -06:00
Rick Olson
f83d26fa39 move logging functions to commands package 2014-06-05 12:19:30 -06:00
Rick Olson
d9935fa14f rename 'config' to 'env' 2014-06-05 10:52:32 -06:00