Merge pull request #1654 from inosik/git-lfs/suggest-git

Suggest Git instead of depending on it
This commit is contained in:
Richard Kuhnt 2017-08-18 11:55:03 +02:00 committed by GitHub
commit 57e4723f91

View File

@ -14,7 +14,12 @@
"extract_dir": "git-lfs-windows-amd64-2.2.1" "extract_dir": "git-lfs-windows-amd64-2.2.1"
} }
}, },
"depends": "git", "suggest": {
"Git": [
"git",
"git-with-openssh"
]
},
"bin": "git-lfs.exe", "bin": "git-lfs.exe",
"checkver": { "checkver": {
"github": "https://github.com/git-lfs/git-lfs" "github": "https://github.com/git-lfs/git-lfs"