Git LFS 2.1.0 发布了。
Git LFS 现在会告知 LFS 是否在跟踪大文件,还是在由 Git 存储,或是两者的结合。Git LFS 2.1.0 通过 .gitconfig 或 .lfsconfig 引入对 URL 样式配置的支持。对于适用于 URL(例如 http.sslCert 或 lfs.locksverify)的设置,您现在可以将它们定位到顶级域,根路径或任何其他路径。
详细更新内容:
Features
commands/track: teach --no-modify-attrs
commands/status: add blob info to each entry
lfsapi: improve HTTP request/response stats
all: support URL-style configuration lookups
commands: support URL-style lookups for lfs.{url}.locksverify
lfsapi: support URL-style lookups for lfs.{url}.access
lfsapi/certs: use *config.URLConfig to do per-host config lookup
lfsapi: support for http..extraHeader
config: add prefix to URLConfig type
config: remove dependency on lfsapi package
config: support multi-value lookup on URLConfig
lfsapi: initial httpconfig type
lfsapi,tq: relative expiration support
Bugs
commands: include error in LoggedError()
commands: cross-platform log formatting to files
locks: cross-platform path normalization
commands,locking: don't disable locking for auth errors during verify
commands/status: show partially staged files twice
Misc
all: build on Go 1.8.1
Polish custom-transfers.md
commands/push: Fix typo in comment
config: support multi-valued config entries
smudge: use localstorage temp directory, not system
locking: send locks limit to server
lfs: extract DiffIndexScanner
status: use DiffIndexScanner to populate results
下载地址:
https://github.com/git-lfs/git-lfs/releases/tag/v2.1.0
来自:开源中国社区

