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 #2175 (@ttaylorr)
- commands/status: add blob info to each entry #2070 (@ttaylorr)
- lfsapi: improve HTTP request/response stats #2184 (@technoweenie)
- all: support URL-style configuration lookups (@ttaylorr)
- commands: support URL-style lookups for
lfs.{url}.locksverify
#2162 (@ttaylorr) - lfsapi: support URL-style lookups for
lfs.{url}.access
#2161 (@ttaylorr) - lfsapi/certs: use
*config.URLConfig
to do per-host config lookup #2160 (@ttaylorr) - lfsapi: support for http..extraHeader #2159 (@ttaylorr)
- config: add prefix to URLConfig type #2158 (@ttaylorr)
- config: remove dependency on lfsapi package #2156 (@ttaylorr)
- config: support multi-value lookup on URLConfig #2154 (@ttaylorr)
- lfsapi: initial httpconfig type #1912 (@technoweenie, @ttaylorr)
- commands: support URL-style lookups for
- lfsapi,tq: relative expiration support #2130 (@ttaylorr)
Bugs
- commands: include error in
LoggedError()
#2179 (@ttaylorr) - commands: cross-platform log formatting to files #2178 (@ttaylorr)
- locks: cross-platform path normalization #2139 (@ttaylorr)
- commands,locking: don’t disable locking for auth errors during verify #2110 (@ttaylorr)
- commands/status: show partially staged files twice #2067 (@ttaylorr)
Misc
- all: build on Go 1.8.1 #2145 (@ttaylorr)
- Polish custom-transfers.md #2171 (@sprohaska)
- commands/push: Fix typo in comment #2170 (@sprohaska)
- config: support multi-valued config entries #2152 (@ttaylorr)
- smudge: use localstorage temp directory, not system #2140 (@ttaylorr)
- locking: send locks limit to server #2107 (@ttaylorr)
- lfs: extract
DiffIndexScanner
#2035 (@ttaylorr) - status: use DiffIndexScanner to populate results #2042 (@ttaylorr)
下载地址:
转自 http://www.oschina.net/news/84290/git-lfs-2-1-0