Imported Upstream version 2.4.0
[scm/test.git] / CHANGELOG.md
1 # Git LFS Changelog
2
3 ## 2.4.0 (2 March, 2018)
4
5 This release introduces a rewrite of the underlying file matching engine,
6 expands the API to include relevant refspecs for individual requests,
7 standardizes the progress output among commands, and more.
8
9 Please note: in the next MAJOR release (v3.0.0) the semantic meaning behind
10 `--include` and `--exclude` flags will change. As the details of exactly which
11 existing patterns will no longer function as previously are known, we will
12 indicate them here. Any `--include` or `--exclude` patterns used in v2.3.0 or
13 earlier are expected to work as previously in this release.
14
15 This release would not be possible without the open-source community.
16 Specifically, we would like to thank:
17
18 - @larsxschneider: for contributing fixes to the filter operation in `git lfs
19   fsck`, and `git lfs prune`, as well as the bug report leading to the
20   filepathfilter changes.
21 - @yfronto: for adding new Linux release targets.
22 - @stffabi: for adding support for NTLM with SSPI on Windows.
23 - @jeffreydwalter: for fixing memory alignment issues with `sync/atomic` on
24   32-bit architectures.
25 - @b4mboo: for adding a LFS configuration key to the list of safe configuration
26   options.
27
28 Without the aforementioned indviduals, this release would not have been
29 possible. Thank you!
30
31 ### Features
32
33 * __Support wildmatch-compliant options in `--include`, `--exclude`__
34   * filepathfilter: implement using wildmatch #2875 (@ttaylorr)
35   * test: add wildmatch migration tests #2888 (@larsxschneider, @ttaylorr)
36 * __Expand the specification to include relevant refspecs__
37   * verify locks against each ref being pushed #2706 (@technoweenie)
38   * Batch send refspec take 2 #2809 (@technoweenie)
39   * Run 1 TransferQueue per uploaded ref #2806 (@technoweenie)
40   * Locks/verify: full refspec #2722 (@technoweenie)
41   * send remote refspec for the other lock commands #2773 (@technoweenie)
42 * __Standardize progress meter output and implementation__
43   * tq: standardized progress meter formatting #2811 (@ttaylorr)
44   * commands/fetch: unify formatting #2758 (@ttaylorr)
45   * commands/prune: unify formatting #2757 (@ttaylorr)
46   * progress: use git/githistory/log package for formatting #2732 (@ttaylorr)
47   * progress: remove `*progress.Meter` #2762 (@ttaylorr)
48   * tasklog: teach `*Logger` how to enqueue new `*SimpleTask`'s #2767 (@ttaylorr)
49   * progress: remove spinner.go #2759 (@ttaylorr)
50 * __Teach new flags, functionality to `git lfs ls-files`__
51   * commands: teach '--all' to `git lfs ls-files` #2796 (@ttaylorr)
52   * commands/ls-files: show cached, tree-less LFS objects #2795 (@ttaylorr)
53   * commands/ls-files: add --include, --exclude #2793 (@ttaylorr)
54   * commands/ls-files: add '--size' flag #2764 (@ttaylorr)
55 * __Add new flags, functionality to `git lfs migrate`__
56   * commands/migrate: support '^'-prefix refspec in arguments #2785 (@ttaylorr)
57   * commands/migrate: add '--skip-fetch' for offline migrations #2738 (@ttaylorr)
58   * git: prefer sending revisions over STDIN than arguments #2739 (@ttaylorr)
59 * __Release to new operating systems__
60   * release lfs for ubuntu/artful too #2704 (@technoweenie)
61   * Adding Mint Sylvia to packagecloud.rb script #2829 (@yfronto)
62 * __New functionality in package `lfsapi`__
63   * NTLM authentication with SSPI on windows #2871 (@stffabi)
64   * lfsapi/auth: teach DoWithAuth to respect http.extraHeaders #2733 (@ttaylorr)
65   * add support for url-specific proxies #2651 (@technoweenie)
66 * __Code cleanup in git.Config, package `localstorage`__
67   * Tracked remote #2700 (@technoweenie)
68   * Replace git.Config #2692 (@technoweenie)
69   * Replace localstorage #2689 (@technoweenie)
70   * Remove last global config #2687 (@technoweenie)
71   * Git config refactor #2676 (@technoweenie)
72
73 ### Bugs
74
75 * all: fix 32-bit alignment issues with `sync/atomic` #2883 (@ttaylorr)
76 * all: memory alignment issues on 32-bit systems. #2880 (@jeffreydwalter)
77 * command/migrate: don't migrate remote references in bare repositories #2769 (@ttaylorr)
78 * commands/ls-files: behave correctly before initial commit #2794 (@ttaylorr)
79 * commands/migrate: allow for ambiguous references in migrations #2734 (@ttaylorr)
80 * commands: fill in missing printf arg #2678 (@technoweenie)
81 * config: Add `lfs.locksverify` to safe keys. #2797 (@b4mboo)
82 * don't replace pointers with objects if clean filter is not configured #2626 (@technoweenie)
83 * fsck: attach a filter to exclude unfetched items from fsck #2847 (@larsxschneider)
84 * git/githistory: copy entries from cache, elsewhere #2884 (@ttaylorr)
85 * git/githistory: migrate annotated tags correctly #2780 (@ttaylorr)
86 * git/odb: don't print extra newline after commit message #2784 (@ttaylorr)
87 * git/odb: extract identifiers from commits verbatim #2751 (@wsprent)
88 * git/odb: implement parsing for annotated `*Tag`'s #2778 (@ttaylorr)
89 * git/odb: retain newlines when parsing commit messages #2786 (@ttaylorr)
90 * lfs: PointerScanner is nil after error, so don't close #2699 (@technoweenie)
91 * lfsapi: Cred helper improvements #2695 (@technoweenie)
92 * lfsapi: retry requests changing access from none IF Auth header is empty #2621 (@technoweenie)
93 * prune: always prune excluded paths #2851 (@larsxschneider)
94 * status: fix incorrect formatting with unpushed objects #2746 (@ttaylorr)
95 * tasklog: don't drop updates in PercentageTask #2755 (@ttaylorr)
96 * test: Fix integration test early exit #2735 (@technoweenie)
97 * test: generate random repo names with fs-safe characters #2698 (@technoweenie)
98
99 ### Misc
100
101 * all: Nitpicks #2821 (@technoweenie)
102 * all: introduce package 'tlog' #2747 (@ttaylorr)
103 * all: remove CLA #2870 (@MikeMcQuaid)
104 * build: Specify the embedded Windows icon as part of versioninfo.json #2770 (@sschuberth)
105 * config,test: Testlib no global config #2709 (@mathstuf)
106 * config: add PushRemote() for checking `branch.*.pushRemote` and `remote.pushDefault` first #2715 (@technoweenie)
107 * docs: Added documentation for git-lfs-ls-files' `*/-` output. #2719 (@bilke)
108 * docs: Uninstall man page improvements #2730 (@dpursehouse)
109 * docs: Update usage info for post-checkout #2830 (@proinsias)
110 * docs: add 'git lfs prune' to main man page #2849 (@larsxschneider)
111 * docs: use consistent casing for Git #2850 (@larsxschneider)
112 * git/githistory: have `*RefUpdater` hold `*odb.ObjectDatabase` reference #2779 (@ttaylorr)
113 * progress: move CopyCallback (& related) to package 'tools' #2749 (@ttaylorr)
114 * progress: move `*progressLogger` implementation to package 'tools' #2750 (@ttaylorr)
115 * refspec docs #2820 (@technoweenie)
116 * script/test: run 'go tool vet' during testing #2788 (@ttaylorr)
117 * tasklog: introduce `*SimpleTask` #2756 (@ttaylorr)
118 * test: Ignore comment attr lines #2708 (@mathstuf)
119 * test: Wait longer for test lfs server to start. #2716 (@QuLogic)
120 * test: ensure commented attr lines are ignored #2736 (@ttaylorr)
121 * tools/humanize: add 'FormatByteRate' to format transfer speed #2810 (@ttaylorr)
122 * vendor: update 'xeipuuv/gojsonpointer' #2846 (@ttaylorr)
123
124 ## 2.3.4 (18 October, 2017)
125
126 ### Features
127
128 * 'git lfs install' updates filters with 'skip-smudge' option #2673 (@technoweenie)
129
130 ### Bugs
131
132 * FastWalkGitRepo: limit number of concurrent goroutines #2672 (@technoweenie)
133 * handle scenario where multiple configuration values exist in ~/.gitconfig #2659 (@shiftkey)
134
135 ## 2.3.3 (9 October, 2017)
136
137 ### Bugs
138
139 * invoke lfs for 'git update-index', fixing 'status' issues #2647 (@technoweenie)
140 * cache http credential helper output by default #2648 (@technoweenie)
141
142 ## 2.3.2 (3 October, 2017)
143
144 ### Features
145
146 * bump default activity timeout from 10s -> 30s #2632 (@technoweenie)
147
148 ### Bugs
149
150 * ensure files are marked readonly after unlocking by ID #2642 (@technoweenie)
151 * add files to index with path relative to current dir #2641 (@technoweenie)
152 * better Netrc errors #2633 (@technoweenie)
153 * only use askpass if credential.helper is not configured #2637 (@technoweenie)
154 * convert backslash to slash when writing to .gitattributes #2625 (@technoweenie)
155
156 ### Misc
157
158 * only copy req headers if there are git-configured extra headers #2622 (@technoweenie)
159 * update tracerx to add timestamps #2620 (@rubyist)
160
161 ## 2.3.1 (27 September, 2017)
162
163 ### Features
164
165 * add support for SSH_ASKPASS #2609 (@technoweenie)
166 * `git lfs migrate --verbose` option #2610 (@technoweenie)
167 * Support standalone custom transfer based on API URL prefix match #2590 (@sprohaska)
168
169 ### Bugs
170
171 * Improve invalid URL error messages #2614 (@technoweenie)
172 * Fix double counting progress bug #2608 (@technoweenie)
173 * trim whitespace from GIT_ASKPASS provided passwords #2607 (@technoweenie)
174 * remove mmap usage in Packfile reader #2600 (@technoweenie)
175 * `git lfs clone`: don't fetch for unborn repositories #2598 (@shiftkey)
176
177 ### Misc
178
179 * Windows Installer fixes:
180   * Show proper icon in add/remove programs list #2585 (@shiftkey)
181   * Make the Inno Setup installer script explicitly check for the binaries #2588 (@sschuberth)
182   * Improve compile-win-installer-unsigned.bat a bit #2586 (@sschuberth)
183 * Update migrate docs example for multiple file types #2596 (@technoweenie)
184
185 ## 2.3.0 (14 September, 2017)
186
187 Git LFS v2.3.0 includes performance optimizations for the `git-lfs-migrate(1)`
188 and `git-clone(1)` commands, new features, bug-fixes, and more.
189
190 This release was made possible by contributors to Git LFS. Specifically:
191
192 - @aleb: added support for "standalone" transfer agents, for using `rsync(1)`
193   and similar with Git LFS.
194 - @bozaro: added support for custom `.git/lfs/objects` directories via the
195   `lfs.storage` configuration option.
196 - @larsxschneider: fixed a recursive process leak when shelling out to Git,
197   added new features to `git lfs ls-files`, extra information in error
198   messages used for debugging, documentation changes and more.
199 - @mathstuf: contributed a documentation change clarifying LFS's handling of
200   empty pointer files.
201 - @rudineirk and @andyneff: updated our release process to build packages for
202   fedora/26.
203 - @ssgelm: ensured that LFS is able to be released on Ubuntu Universe.
204
205 To everyone who has contributed to this or previous releases of Git LFS: Thank
206 you!
207
208 ### Features
209
210 * git/odb/pack: improve `git lfs migrate` performance
211   * git/odb/pack: introduce packed object reassembly #2550 #2551 #2552 #2553 #2554 (@ttaylorr)
212   * git/odb/pack: teach packfile index entry lookups #2420 #2421 #2422 #2423 #2437 #2441 #2461 (@ttaylorr)
213   * git/{odb,githistory}: don't write unchanged objects #2541 (@ttaylorr)
214 * commands: improve `git clone` performance with 'delay' capability #2511 #2469 #2468 #2471 #2467 #2476 #2483 (@ttaylorr)
215   * commands: mark `git lfs clone` as deprecated #2526 (@ttaylorr)
216 * commands: enable `lfs.allowincompletepush` by default #2574 (@technoweenie)
217 * commands: teach '--everything' to `git lfs migrate` #2558 (@ttaylorr)
218 * commands: teach `git lfs ls-files` a '--debug' option #2540 (@larsxschneider)
219 * commands,lfs: warn on 4gb size conversion during clean #2510 #2507 #2459 (@ttaylorr)
220 * lfsapi/creds: teach about GIT_ASKPASS and core.askpass #2500 #2578 (@ttaylorr)
221 * commands/status: indicate missing objects #2438 (@ttaylorr)
222 * Allow using custom transfer agents directly #2429 (@aleb)
223 * Add `lfs.storage` parameter for overriding LFS storage location #2023 (@bozaro)
224 * lfsapi: enable credential caching by default #2508 (@ttaylorr)
225 * commands/install: teach `--manual` to `git-lfs-install(1)` #2410 (@ttaylorr)
226
227 ### Bugs
228
229 * migrate: fix migrations with subdirectories in '--include' or '--exclude' #2485 (@ttaylorr)
230 * commands/migrate: fix hardlinking issue when different filesystem is mounted at `/tmp` #2566 (@ttaylorr)
231 * commands: make `git lfs migrate` fetch ref updates before migrating #2538 (@ttaylorr)
232 * commands: remove '--above=1mb' default from `git lfs migrate info` #2460 (@ttaylorr)
233 * filepathfilter: fix `HasPrefix()` when no '--include' filters present #2579 (@technoweenie)
234 * git/githistory/log: fix race condition with `git/githistory/log` tests #2495 (@ttaylorr)
235 * git/odb: fix closing object database test #2457 (@ttaylorr)
236 * git/githistory: only update local refs after migrations #2559 (@ttaylorr)
237 * locking: fix unlocking files not removing write flag #2514 (@ttaylorr)
238 * locks: fix unlocking files in a symlinked directory #2505 (@ttaylorr)
239 * commands: teach `git lfs unlock` to ignore status errs in appropriate conditions #2475 (@ttaylorr)
240 * git: expand `GetAttributePaths` check to include non-LFS lockables #2528 (@ttaylorr)
241 * fix multiple `git update-index` invocations #2531 (@larsxschneider)
242 * tools: fix SSH credential cacher expiration #2530 (@ttaylorr)
243 * lfsapi: fix read/write race condition in credential cacher #2493 (@ttaylorr)
244 * lfs: fix cleaning contents larger than 1024 bytes over stdin #2488 (@ttaylorr)
245 * fsck only scans current version of objects #2049 (@TheJare)
246 * progress: fix writing updates to `$GIT_LFS_PROGRESS` #2465 (@ttaylorr)
247 * commands/track: resolve symlinks before comparing attr paths #2463 (@ttaylorr)
248 * test: ensure that empty pointers are empty #2458 (@ttaylorr)
249 * git/githistory/log: prevent 'NaN' showing up in `*PercentageTask` #2455 (@ttaylorr)
250 * tq: teach Batch() API to retry itself after io.EOF's #2516 (@ttaylorr)
251
252 ### Misc
253
254 * script/packagecloud: release LFS on Fedora/26 #2443 #2509 (@rudineirk, @andyneff)
255 * git/githistory: change "Rewriting commits" when not updating refs #2577 (@ttaylorr)
256 * commands: print IP addresses in error logs #2570 (@larsxschneider)
257 * commands: print current time in UTC to error logs #2571 (@larsxschneider)
258 * commands: Disable lock verification when using a standalone custom-tr… #2499 (@aleb)
259 * docs/man: update `git lfs migrate` documentation with EXAMPLES #2580 (@technoweenie)
260 * docs/man: recommend global per-host locking config #2546 (@larsxschneider)
261 * commands: use transfer queue's batch size instead of constant #2529 (@ttaylorr)
262 * add function to invoke Git with disabled LFS filters #2453 (@larsxschneider)
263 * config: warn on unsafe keys in `.lfsconfig` #2502 (@ttaylorr)
264 * glide: remove unused dependencies #2501 (@ttaylorr)
265 * script/build: pass '-{ld,gc}flags' to compiler, if given #2462 (@ttaylorr)
266 * spec: mention that an empty file is its own LFS pointer #2449 (@mathstuf)
267 * Update to latest version of github.com/pkg/errors #2426 (@ssgelm)
268 * Update gitignore to add some temp files that get created when building debs #2425 (@ssgelm)
269 * lfs: indent contents of `git lfs install`, `update` #2392 (@ttaylorr)
270 * tq: increase default `lfs.concurrenttransfers` to 8 #2506 (@ttaylorr)
271
272 ## 2.2.1 (10 July, 2017)
273
274 ### Bugs
275
276 * git lfs status --json only includes lfs files #2374 (@asottile)
277 * git/odb: remove temporary files after migration #2388 (@ttaylorr)
278 * git/githistory: fix hanging on empty set of commits #2383 (@ttaylorr)
279 * migrate: don't checkout HEAD on bare repositories #2389 (@ttaylorr)
280 * git/odb: prevent cross-volume link error when saving objects #2382 (@ttaylorr)
281 * commands: only pass --jobs to `git clone` if set #2369 (@technoweenie)
282
283 ### Misc
284
285 * lfs: trace hook install, uninstall, upgrade #2393 (@ttaylorr)
286 * vendor: remove github.com/cheggaaa/pb #2386 (@ttaylorr)
287 * Use FormatBytes from git-lfs/tools/humanize instead of cheggaaa/pb #2377 (@ssgelm)
288
289
290 ## 2.2.0 (27 June, 2017)
291
292 Git LFS v2.2.0 includes bug fixes, minor features, and a brand new `migrate`
293 command. The `migrate` command rewrites commits, converting large files from
294 Git blobs to LFS objects. The most common use case will fix a git push rejected
295 for having large blobs:
296
297 ```
298 $ git push origin master
299 # ...
300 remote: error: file a.psd is 1.2 gb; this exceeds github's file size limit of 100.00 mb
301 to github.com:ttaylorr/demo.git
302  ! [remote rejected] master -> master (pre-receive hook declined)
303 error: failed to push some refs to 'git@github.com:ttaylorr/demo.git'
304
305 $ git lfs migrate info
306 *.psd   1.2 GB   27/27 files(s)  100%
307
308 $ git lfs migrate import --include="*.psd"
309 migrate: Sorting commits: ..., done
310 migrate: Rewriting commits: 100% (810/810), done
311   master        f18bb746d44e8ea5065fc779bb1acdf3cdae7ed8 -> 35b0fe0a7bf3ae6952ec9584895a7fb6ebcd498b
312 migrate: Updating refs: ..., done
313
314 $ git push origin
315 Git LFS: (1 of 1 files) 1.2 GB / 1.2 GB
316 # ...
317 To github.com:ttaylorr/demo.git
318  * [new branch]      master -> master
319 ```
320
321 The `migrate` command has detailed options described in the `git-lfs-migrate(1)`
322 man page. Keep in mind that this is the first pass at such a command, so we
323 expect there to be bugs and performance issues (especially on long git histories).
324 Future updates to the command will be focused on improvements to allow full
325 LFS transitions on large repositories.
326
327 ### Features
328
329 * commands: add git-lfs-migrate(1) 'import' subcommand #2353 (@ttaylorr)
330 * commands: add git-lfs-migrate(1) 'info' subcommand #2313 (@ttaylorr)
331 * Implement status --json #2311 (@asottile)
332 * commands/uploader: allow incomplete pushes #2199 (@ttaylorr)
333
334 ### Bugs
335
336 * Retry on timeout or temporary errors #2312 (@jakub-m)
337 * commands/uploader: don't verify locks if verification is disabled #2278 (@ttaylorr)
338 * Fix tools.TranslateCygwinPath() on MSYS #2277 (@raleksandar)
339 * commands/clone: add new flags since Git 2.9 #2251, #2252 (@ttaylorr)
340 * Make pull return non-zero error code when some downloads failed #2237 (@seth2810)
341 * tq/basic_download: guard against nil HTTP response #2227 (@ttaylorr)
342 * Bugfix: cannot push to scp style URL #2198 (@jiangxin)
343 * support lfs.<url>.* values where url does not include .git #2192 (@technoweenie)
344 * commands: fix logged error not interpolating format qualifiers #2228 (@ttaylorr)
345 * commands/help: print helptext to stdout for consistency with Git #2210 (@ttaylorr)
346
347 ### Misc
348
349 * Minor cleanups in help index #2248 (@dpursehouse)
350 * Add git-lfs-lock and git-lfs-unlock to help index #2232 (@dpursehouse)
351 * packagecloud: add Debian 9 entry to formatted list #2211 (@ttaylorr)
352 * Update Xenial is to use stretch packages #2212 (@andyneff)
353
354 ## 2.1.1 (19 May, 2017)
355
356 Git LFS v2.1.1 ships with bug fixes and a security patch fixing a remote code
357 execution vulnerability exploitable by setting a SSH remote via your
358 repository's `.lfsconfig` to contain the string "-oProxyCommand". This
359 vulnerability is only exploitable if an attacker has write access to your
360 repository, or you clone a repository with a `.lfsconfig` file containing that
361 string.
362
363 ### Bugs
364
365 * Make pull return non-zero error code when some downloads failed #2245 (@seth2810, @technoweenie)
366 * lfsapi: support cross-scheme redirection #2243 (@ttaylorr)
367 * sanitize ssh options parsed from ssh:// url #2242 (@technoweenie)
368 * filepathfilter: interpret as .gitignore syntax #2238 (@technoweenie)
369 * tq/basic_download: guard against nil HTTP response #2229 (@ttaylorr)
370 * commands: fix logged error not interpolating format qualifiers #2230 (@ttaylorr)
371
372 ### Misc
373
374 * release: backport Debian 9-related changes #2244 (@ssgelm, @andyneff, @ttaylorr)
375 * Add git-lfs-lock and git-lfs-unlock to help index #2240 (@dpursehouse)
376 * config: allow multiple environments when calling config.Unmarshal #2224 (@ttaylorr)
377
378 ## 2.1.0 (28 April, 2017)
379
380 ### Features
381
382 * commands/track: teach --no-modify-attrs #2175 (@ttaylorr)
383 * commands/status: add blob info to each entry #2070 (@ttaylorr)
384 * lfsapi: improve HTTP request/response stats #2184 (@technoweenie)
385 * all: support URL-style configuration lookups (@ttaylorr)
386   * commands: support URL-style lookups for `lfs.{url}.locksverify` #2162 (@ttaylorr)
387   * lfsapi: support URL-style lookups for `lfs.{url}.access` #2161 (@ttaylorr)
388   * lfsapi/certs: use `*config.URLConfig` to do per-host config lookup #2160 (@ttaylorr)
389   * lfsapi: support for http.<url>.extraHeader #2159 (@ttaylorr)
390   * config: add prefix to URLConfig type #2158 (@ttaylorr)
391   * config: remove dependency on lfsapi package #2156 (@ttaylorr)
392   * config: support multi-value lookup on URLConfig #2154 (@ttaylorr)
393   * lfsapi: initial httpconfig type #1912 (@technoweenie, @ttaylorr)
394 * lfsapi,tq: relative expiration support #2130 (@ttaylorr)
395
396 ### Bugs
397
398 * commands: include error in `LoggedError()` #2179 (@ttaylorr)
399 * commands: cross-platform log formatting to files #2178 (@ttaylorr)
400 * locks: cross-platform path normalization #2139 (@ttaylorr)
401 * commands,locking: don't disable locking for auth errors during verify #2110 (@ttaylorr)
402 * commands/status: show partially staged files twice #2067 (@ttaylorr)
403
404 ### Misc
405
406 * all: build on Go 1.8.1 #2145 (@ttaylorr)
407 * Polish custom-transfers.md #2171 (@sprohaska)
408 * commands/push: Fix typo in comment #2170 (@sprohaska)
409 * config: support multi-valued config entries #2152 (@ttaylorr)
410 * smudge: use localstorage temp directory, not system #2140 (@ttaylorr)
411 * locking: send locks limit to server #2107 (@ttaylorr)
412 * lfs: extract `DiffIndexScanner` #2035 (@ttaylorr)
413 * status: use DiffIndexScanner to populate results #2042 (@ttaylorr)
414
415 ## 2.0.2 (29 March, 2017)
416
417 ### Features
418
419 * ssh auth and credential helper caching #2094 (@ttaylorr)
420 * commands,tq: specialized logging for missing/corrupt objects #2085 (@ttaylorr)
421 * commands/clone: install repo-level hooks after `git lfs clone` #2074
422 * (@ttaylorr)
423 * debian: Support building on armhf and arm64 #2089 (@p12tic)
424
425 ### Bugs
426
427 * commands,locking: don't disable locking for auth errors during verify #2111
428 * (@ttaylorr)
429 * commands: show real error while cleaning #2096 (@ttaylorr)
430 * lfsapi/auth: optionally prepend an empty scheme to Git remote URLs #2092
431 * (@ttaylorr)
432 * tq/verify: authenticate verify requests if required #2084 (@ttaylorr)
433 * commands/{,un}track: correctly escape '#' and ' ' characters #2079 (@ttaylorr)
434 * tq: use initialized lfsapi.Client instances in transfer adapters #2048
435 * (@ttaylorr)
436
437 ### Misc
438
439 * locking: send locks limit to server #2109 (@ttaylorr)
440 * docs: update configuration documentation #2097 #2019 #2102 (@terrorobe)
441 * docs: update locking API documentation #2099 #2101 (@dpursehouse)
442 * fixed table markdown in README.md #2095 (@ZaninAndrea)
443 * remove the the duplicate work #2098 (@grimreaper)
444
445 ## 2.0.1 (6 March, 2017)
446
447 ### Misc
448
449 * tq: fallback to `_links` if present #2007 (@ttaylorr)
450
451 ## 2.0.0 (1 March, 2017)
452
453 Git LFS v2.0.0 brings a number of important bug fixes, some new features, and
454 a lot of internal refactoring. It also completely removes old APIs that were
455 deprecated in Git LFS v0.6.
456
457 ### Locking
458
459 File Locking is a brand new feature that lets teams communicate when they are
460 working on files that are difficult to merge. Users are not able to edit or push
461 changes to any files that are locked by other users. While the feature has been
462 in discussion for a year, we are releasing a basic Locking implementation to
463 solicit feedback from the community.
464
465 ### Transfer Queue
466
467 LFS 2.0 introduces a new Git Scanner, which walks a range of Git commits looking
468 for LFS objects to transfer. The Git Scanner is now asynchronous, initiating
469 large uploads or downloads in the Transfer Queue immediately once an LFS object
470 is found. Previously, the Transfer Queue waited until all of the Git commits
471 have been scanned before initiating the transfer. The Transfer Queue also
472 automatically retries failed uploads and downloads more often.
473
474 ### Deprecations
475
476 Git LFS v2.0.0 also drops support for the legacy API in v0.5.0. If you're still
477 using LFS servers on the old API, you'll have to stick to v1.5.6.
478
479 ### Features
480
481 * Mid-stage locking support #1769 (@sinbad)
482 * Define lockable files, make read-only in working copy #1870 (@sinbad)
483 * Check that files are not uncommitted before unlock #1896 (@sinbad)
484 * Fix `lfs unlock --force` on a missing file #1927 (@technoweenie)
485 * locking: teach pre-push hook to check for locks #1815 (@ttaylorr)
486 * locking: add `--json` flag #1814 (@ttaylorr)
487 * Implement local lock cache, support querying it #1760 (@sinbad)
488 * support for client certificates pt 2 #1893 (@technoweenie)
489 * Fix clash between progress meter and credential helper #1886 (@technoweenie)
490 * Teach uninstall cmd about --local and --system #1887 (@technoweenie)
491 * Add `--skip-repo` option to `git lfs install` & use in tests #1868 (@sinbad)
492 * commands: convert push, pre-push to use async gitscanner #1812 (@ttaylorr)
493 * tq: prioritize transferring retries before new items #1758 (@ttaylorr)
494
495 ### Bugs
496
497 * ensure you're in the correct directory when installing #1793 (@technoweenie)
498 * locking: make API requests relative to repository, not root #1818 (@ttaylorr)
499 * Teach 'track' about CRLF #1914 (@technoweenie)
500 * Teach 'track' how to handle empty lines in .gitattributes #1921 (@technoweenie)
501 * Closing stdout pipe before function return #1861 (@monitorjbl)
502 * Custom transfer terminate #1847 (@sinbad)
503 * Fix Install in root problems #1727 (@technoweenie)
504 * cat-file batch: read all of the bytes #1680 (@technoweenie)
505 * Fixed file paths on cygwin. #1820, #1965 (@creste, @ttaylorr)
506 * tq: decrement uploaded bytes in basic_upload before retry #1958 (@ttaylorr)
507 * progress: fix never reading bytes with sufficiently small files #1955 (@ttaylorr)
508 * tools: fix truncating string fields between balanced quotes in GIT_SSH_COMMAND #1962 (@ttaylorr)
509 * commands/smudge: treat empty pointers as empty files #1954 (@ttaylorr)
510
511 ### Misc
512
513 * all: build using Go 1.8 #1952 (@ttaylorr)
514 * Embed the version information into the Windows executable #1689 (@sschuberth)
515 * Add more meta-data to the Windows installer executable #1752 (@sschuberth)
516 * docs/api: object size must be positive #1779 (@ttaylorr)
517 * build: omit DWARF tables by default #1937 (@ttaylorr)
518 * Add test to prove set operator [] works in filter matching #1768 (@sinbad)
519 * test: add ntlm integration test #1840 (@technoweenie)
520 * lfs/tq: completely remove legacy support #1686 (@ttaylorr)
521 * remove deprecated features #1679 (@technoweenie)
522 * remove legacy api support #1629 (@technoweenie)
523
524 ## 1.5.6 (16 February, 2017)
525
526 ## Bugs
527
528 * Spool malformed pointers to avoid deadlock #1932 (@ttaylorr)
529
530 ## 1.5.5 (12 January, 2017)
531
532 ### Bugs
533
534 * lfs: only buffer first 1k when creating a CleanPointerError #1856 (@ttaylorr)
535
536 ## 1.5.4 (27 December, 2016)
537
538 ### Bugs
539
540 * progress: guard negative padding width, panic in `strings.Repeat` #1807 (@ttaylorr)
541 * commands,lfs: handle malformed pointers #1805 (@ttaylorr)
542
543 ### Misc
544
545 * script/packagecloud: release LFS on fedora/25 #1798 (@ttaylorr)
546 * backport filepathfilter to v1.5.x #1782 (@technoweenie)
547
548 ## 1.5.3 (5 December, 2016)
549
550 ### Bugs
551
552 * Support LFS installations at filesystem root #1732 (@technoweenie)
553 * git: parse filter process header values containing '=' properly #1733 (@larsxschneider)
554 * Fix SSH endpoint parsing #1738 (@technoweenie)
555
556 ### Misc
557
558 * build: release on Go 1.7.4 #1741 (@ttaylorr)
559
560 ## 1.5.2 (22 November, 2016)
561
562 ### Features
563
564 * Release LFS on Fedora 24 #1685 (@technoweenie)
565
566 ### Bugs
567
568 * filter-process: fix reading 1024 byte files #1708 (@ttaylorr)
569 * Support long paths on Windows #1705 (@technoweenie)
570
571 ### Misc
572
573 * filter-process: exit with error if we detect an unknown command from Git #1707 (@ttaylorr)
574 * vendor: remove contentaddressable lib #1706 (@technoweenie)
575
576 ## 1.5.1 (18 November, 2016)
577
578 ### Bugs
579
580 * cat-file --batch parser errors on non-lfs git blobs #1680 (@technoweenie)
581
582 ## 1.5.0 (17 November, 2016)
583
584 ### Features
585
586 * Filter Protocol Support #1617 (@ttaylorr, @larsxschneider)
587 * Fast directory walk #1616 (@sinbad)
588 * Allow usage of proxies even when contacting localhost #1605 (@chalstrick)
589
590 ### Bugs
591
592 * start reading off the Watch() channel before sending any input #1671 (@technoweenie)
593 * wait for remote ref commands to exit before returning #1656 (@jjgod, @technoweenie)
594
595 ### Misc
596
597 * rewrite new catfilebatch implementation for upcoming gitscanner pkg #1650 (@technoweenie)
598 * refactor testutils.FileInput so it's a little more clear #1666 (@technoweenie)
599 * Update the lfs track docs #1642 (@technoweenie)
600 * Pre push tracing #1638 (@technoweenie)
601 * Remove `AllGitConfig()` #1634 (@technoweenie)
602 * README: set minimal required Git version to 1.8.5 #1636 (@larsxschneider)
603 * 'smudge --info' is deprecated in favor of 'ls-files' #1631 (@technoweenie)
604 * travis-ci: test GitLFS with ancient Git version #1626 (@larsxschneider)
605
606 ## 1.4.4 (24 October, 2016)
607
608 ### Bugs
609
610 * transfer: more descriptive "expired at" errors #1603 (@ttaylorr)
611 * commands,lfs/tq: Only send unique OIDs to the Transfer Queue #1600 (@ttaylorr)
612 * Expose the result message in case of an SSH authentication error #1599 (@sschuberth)
613
614 ### Misc
615
616 * AppVeyor: Do not build branches with open pull requests #1594 (@sschuberth)
617 * Update .mailmap #1593 (@dpursehouse)
618
619 ## 1.4.3 (17 October, 2016)
620
621 ### Bugs
622
623 * lfs/tq: use extra arguments given to tracerx.Printf #1583 (@ttaylorr)
624 * api: correctly print legacy API warning to Stderr #1582 (@ttaylorr)
625
626 ### Misc
627
628 * Test storage retries #1585 (@ttaylorr)
629 * Test legacy check retries behavior #1584 (@ttaylorr)
630 * docs: Fix a link to the legacy API #1579 (@sschuberth)
631 * Add a .mailmap file #1577 (@sschuberth)
632 * Add a large wizard image to the Windows installer #1575 (@sschuberth)
633 * Appveyor badge #1574 (@ttaylorr)
634
635 ## 1.4.2 (10 October, 2016)
636
637 v1.4.2 brings a number of bug fixes and usability improvements to LFS. This
638 release also adds support for multiple retries within the transfer queue, making
639 transfers much more reliable. To enable this feature, see the documentation for
640 `lfs.transfer.maxretries` in `git-lfs-config(5)`.
641
642 We'd also like to extend a special thank-you to @sschuberth who undertook the
643 process of making LFS's test run on Windows through AppVeyor. Now all pull
644 requests run tests on macOS, Linux, and Windows.
645
646 ### Features
647
648 * lfs: warn on usage of the legacy API #1564 (@ttaylorr)
649 * use filepath.Clean() when comparing filenames to include/exclude patterns #1565 (@technoweenie)
650 * lfs/transfer_queue: support multiple retries per object #1505, #1528, #1535, #1545 (@ttaylorr)
651 * Automatically upgrade old filters instead of requiring —force #1497 (@sinbad)
652 * Allow lfs.pushurl in .lfsconfig #1489 (@technoweenie)
653
654 ### Bugs
655
656 * Use "sha256sum" on Windows  #1566 (@sschuberth)
657 * git: ignore non-root wildcards #1563 (@ttaylorr)
658 * Teach status to recognize multiple files with identical contents #1550 (@ttaylorr)
659 * Status initial commit #1540 (@sinbad)
660 * Make path comparison robust against Windows short / long path issues #1523 (@sschuberth)
661 * Allow fetch to run without a remote configured #1507 (@sschuberth)
662
663 ### Misc
664
665 * travis: run tests on Go 1.7.1 #1568 (@ttaylorr)
666 * Enable running tests on AppVeyor CI #1567 (@sschuberth)
667 * Travis: Only install git if not installed yet #1557 (@sschuberth)
668 * Windows test framework fixes #1522 (@sschuberth)
669 * Simplify getting the absolute Git root directory #1518 (@sschuberth)
670 * Add icons to the Windows installer #1504 (@sschuberth)
671 * docs/man: reference git-lfs-pointer(1) in clean documentation #1503 (@ttaylorr)
672 * Make AppVeyor CI for Windows work again #1506 (@sschuberth)
673 * commands: try out RegisterCommand() #1495 (@technoweenie)
674
675 ## 1.4.1 (26 August, 2016)
676
677 ### Features
678
679 * retry if file download failed #1454 (@larsxschneider)
680 * Support wrapped clone in current directory #1478 (@ttaylorr)
681
682 ### Misc
683
684 * Test `RetriableReader` #1482 (@ttaylorr)
685
686 ## 1.4.0 (19 August, 2016)
687
688 ### Features
689
690 * Install LFS at the system level when packaged #1460 (@javabrett)
691 * Fetch remote urls #1451 (@technoweenie)
692 * add object Authenticated property #1452 (@technoweenie)
693 * add support for `url.*.insteadof` in git config #1117, #1443 (@artagnon, @technoweenie)
694
695 ### Bugs
696
697 * fix --include bug when multiple files have same lfs content #1458 (@technoweenie)
698 * check the git version is ok in some key commands #1461 (@technoweenie)
699 * fix duplicate error reporting #1445, #1453 (@dpursehouse, @technoweenie)
700 * transfer/custom: encode "event" as lowercase #1441 (@ttaylorr)
701
702 ### Misc
703
704 * docs/man: note GIT_LFS_PROGRESS #1469 (@ttaylorr)
705 * Reword the description of HTTP 509 status #1467 (@dpursehouse)
706 * Update fetch include/exclude docs for pattern matching #1455 (@ralfthewise)
707 * config-next: API changes to the `config` package #1425 (@ttaylorr)
708 * errors-next: Contextualize error messages #1463 (@ttaylorr, @technoweenie)
709 * scope commands to not leak instances of themselves #1434 (@technoweenie)
710 * Transfer manifest #1430 (@technoweenie)
711
712 ## 1.3.1 (2 August 2016)
713
714 ### Features
715
716 * lfs/hook: teach `lfs.Hook` about `core.hooksPath` #1409 (@ttaylorr)
717
718 ### Bugs
719
720 * distinguish between empty include/exclude paths #1411 (@technoweenie)
721 * Fix sslCAInfo config lookup when host in config doesn't have a trailing slash #1404 (@dakotahawkins)
722
723 ### Misc
724
725 * Use commands.Config instead of config.Config #1390 (@technoweenie)
726
727 ## 1.3.0 (21 July 2016)
728
729 ### Features
730
731 * use proxy from git config #1173, #1358 (@jonmagic, @LizzHale, @technoweenie)
732 * Enhanced upload/download of LFS content: #1265 #1279 #1297 #1303 #1367 (@sinbad)
733   * Resumable downloads using HTTP range headers
734   * Resumable uploads using [tus.io protocol](http://tus.io)
735   * Pluggable [custom transfer adapters](https://github.com/git-lfs/git-lfs/blob/master/docs/custom-transfers.md)
736 * In git 2.9+, run "git lfs pull" in submodules after "git lfs clone" #1373 (@sinbad)
737 * cmd,doc,test: teach `git lfs track --{no-touch,verbose,dry-run}` #1344 (@ttaylorr)
738 * ⏳ Retry transfers with expired actions #1350 (@ttaylorr)
739 * Safe track patterns #1346 (@ttaylorr)
740 * Add checkout --unstaged flag #1262 (@orivej)
741 * cmd/clone: add include/exclude via flags and config #1321 (@ttaylorr)
742 * Improve progress reporting when files skipped #1296 (@sinbad)
743 * Experimental file locking commands #1236, #1259, #1256, #1386 (@ttaylorr)
744 * Implement support for GIT_SSH_COMMAND #1260 (@pdf)
745 * Recognize include/exclude filters from config #1257 (@ttaylorr)
746
747 ### Bugs
748
749 * Fix bug in Windows installer under Win32. #1200 (@teo-tsirpanis)
750 * Updated request.GetAuthType to handle multi-value auth headers #1379 (@VladimirKhvostov)
751 * Windows fixes #1374 (@sinbad)
752 * Handle artifactory responses #1371 (@ttaylorr)
753 * use `git rev-list --stdin` instead of passing each remote ref #1359 (@technoweenie)
754 * docs/man: move "logs" subcommands from OPTIONS to COMMANDS #1335 (@ttaylorr)
755 * test/zero-len: update test for git v2.9.1 #1369 (@ttaylorr)
756 * Unbreak building httputil on OpenBSD #1360 (@jasperla)
757 * WIP transferqueue race fix #1255 (@technoweenie)
758 * Safety check to `comands.requireStdin` #1349 (@ttaylorr)
759 * Removed CentOS 5 from dockers. Fixed #1295. #1298 (@javabrett)
760 * Fix 'git lfs fetch' with a sha1 ref #1323 (@omonnier)
761 * Ignore HEAD ref when fetching with --all #1310 (@ttaylorr)
762 * Return a fully remote ref to reduce chances of ref clashes #1248 (@technoweenie)
763 * Fix reporting of `git update-index` errors in `git lfs checkout` and `git lfs pull` #1400 (@technoweenie)
764
765 ### Misc
766
767 * Added Linux Mint Sarah to package cloud script #1384 (@andyneff)
768 * travis-ci: require successful tests against upcoming Git core release #1372 (@larsxschneider)
769 * travis-ci: add a build job to test against upcoming versions of Git #1361 (@larsxschneider)
770 * Create Makefiles for building with gccgo #1222 (@zeldin)
771 * README: add @ttaylorr to core team #1332 (@ttaylorr)
772 * Enforced a minimum gem version of 1.0.4 for packagecloud-ruby #1292 (@javabrett)
773 * I think this should be "Once installed" and not "One installed", but … #1305 (@GabLeRoux)
774 * script/test: propagate extra args to go test #1324 (@omonnier)
775 * Add `lfs.basictransfersonly` option to disable non-basic transfer adapters #1299 (@sinbad)
776 * Debian build vendor test excludes #1291 (@javabrett)
777 * gitignore: ignore lfstest-\* files #1271 (@ttaylorr)
778 * Disable gojsonschema test, causes failures when firewalls block it #1274 (@sinbad)
779 * test: use noop credential helper for auth tests #1267 (@ttaylorr)
780 * get git tests passing when run outside of repository #1229 (@technoweenie)
781 * Package refactor no.1 #1226 (@sinbad)
782 * vendor: vendor dependencies in vendor/ using Glide #1243 (@ttaylorr)
783
784 ## 1.2.1 (2 June 2016)
785
786 ### Features
787
788 * Add missing config details to `env` command #1217 (@sinbad)
789 * Allow smudge filter to return 0 on download failure #1213 (@sinbad)
790 * Add `git lfs update --manual` option & promote it on hook install fail #1182 (@sinbad)
791 * Pass `git lfs clone` flags through to `git clone` correctly, respect some options #1160 (@sinbad)
792
793 ### Bugs
794
795 * Clean trailing `/` from include/exclude paths #1278 (@ttaylorr)
796 * Fix problems with user prompts in `git lfs clone` #1185 (@sinbad)
797 * Fix failure to return non-zero exit code when lfs install/update fails to install hooks #1178 (@sinbad)
798 * Fix missing man page #1149 (@javabrett)
799 * fix concurrent map read and map write #1179 (@technoweenie)
800
801 ### Misc
802
803 * Allow additional fields on request & response schema #1276 (@sinbad)
804 * Fix installer error on win32. #1198 (@teo-tsirpanis)
805 * Applied same -ldflags -X name value -> name=value fix #1193 (@javabrett)
806 * add instructions to install from MacPorts #1186 (@skymoo)
807 * Add xenial repo #1170 (@graingert)
808
809 ## 1.2.0 (14 April 2016)
810
811 ### Features
812
813 * netrc support #715 (@rubyist)
814 * `git lfs clone` command #988 (@sinbad)
815 * Support self-signed certs #1067 (@sinbad)
816 * Support sslverify option for specific hosts #1081 (@sinbad)
817 * Stop transferring duplicate objects on major push or fetch operations on multiple refs. #1128 (@technoweenie)
818 * Touch existing git tracked files when tracked in LFS so they are flagged as modified #1104 (@sinbad)
819 * Support for git reference clones #1007 (@jlehtnie)
820
821 ### Bugs
822
823 * Fix clean/smudge filter string for files starting with - #1083 (@epriestley)
824 * Fix silent failure to push LFS objects when ref matches a filename in the working copy #1096 (@epriestley)
825 * Fix problems with using LFS in symlinked folders #818 (@sinbad)
826 * Fix git lfs push silently misbehaving on ambiguous refs; fail like git push instead #1118 (@sinbad)
827 * Whitelist `lfs.*.access` config in local ~/.lfsconfig #1122 (@rjbell4)
828 * Only write the encoded pointer information to Stdout #1105 (@sschuberth)
829 * Use hardcoded auth from remote or lfs config when accessing the storage api #1136 (@technoweenie, @jonmagic)
830 * SSH should be called more strictly with command as one argument #1134 (@sinbad)
831
832 ## 1.1.2 (1 March, 2016)
833
834 * Fix Base64 issues with `?` #989 (@technoweenie)
835 * Fix zombie git proc issue #1012 (@rlaakkol)
836 * Fix problems with files containing unicode characters #1016 (@technoweenie)
837 * Fix panic in `git cat-file` parser #1006 (@technoweenie)
838 * Display error messages in non-fatal errors #1028 #1039 #1042 (@technoweenie)
839 * Fix concurrent map access in progress meter (@technoweenie)
840
841 ## 1.1.1 (4 February, 2016)
842
843 ### Features
844
845 * Add copy-on-write support for Linux BTRFS filesystem #952 (@bozaro)
846 * convert `git://` remotes to LFS servers automatically #964 (@technoweenie)
847 * Fix `git lfs track` handling of absolute paths. #975  (@technoweenie)
848 * Allow tunable http client timeouts #977 (@technoweenie)
849
850 ### Bugs
851
852 * Suppress git config warnings for non-LFS keys #861 (@technoweenie)
853 * Fix fallthrough when `git-lfs-authenticate` returns an error #909 (@sinbad)
854 * Fix progress bar issue #883 (@pokehanai)
855 * Support `remote.name.pushurl` config #949 (@sinbad)
856 * Fix handling of `GIT_DIR` and `GIT_WORK_TREE` #963, #971 (@technoweenie)
857 * Fix handling of zero length files #966 (@nathanhi)
858 * Guard against invalid remotes passed to `push` and `pre-push` #974 (@technoweenie)
859 * Fix race condition in `git lfs pull` #972 (@technoweenie)
860
861 ### Extra
862
863 * Add server API test tool #868 (@sinbad)
864 * Redo windows installer with innosetup #875 (@strich)
865 * Pre-built packages are built with Go v1.5.3
866
867 ## 1.1.0 (18 November, 2015)
868
869 * NTLM auth support #820 (@WillHipschman, @technoweenie)
870 * Add `prune` command #742 (@sinbad)
871 * Use .lfsconfig instead of .gitconfig #837 (@technoweenie)
872 * Rename "init" command #838 (@technoweenie)
873 * Raise error if credentials are needed #842 (@technoweenie)
874 * Support git repos in symlinked directories #818 (@sinbad, @difro, @jiangxin)
875 * Fix "git lfs env" to show correct SSH remote info #828 (@jiangxin)
876
877 ## 1.0.2 (28 October, 2015)
878
879 * Fix issue with 'git lfs smudge' and the batch API. #795 (@technoweenie)
880 * Fix race condition in the git scanning code. #801 (@technoweenie)
881
882 ## 1.0.1 (23 October, 2015)
883
884 * Downcase git config keys (prevents Auth loop) #690 (@WillHipschman)
885 * Show more info for unexpected http responses #710 (@rubyist)
886 * Use separate stdout/stderr buffers for `git-lfs-authenticate` #718 (@bozaro)
887 * Use LoggedError instead of Panic if update-index fails in checkout #735 (@sinbad)
888 * `smudge` command exits with non-zero if the download fails #732 (@rubyist)
889 * Use `git rev-parse` to find the git working dir #692 (@sinbad)
890 * Improved default remote behaviour & validation for fetch/pull #713 (@sinbad)
891 * Make fetch return error code when 1+ downloads failed #734 (@sinbad)
892 * Improve lfs.InRepo() detection in `init`/`update` #756 (@technoweenie)
893 * Teach smudge to use the batch api #711 (@rubyist)
894 * Fix not setting global attribute when needed to b/c of local state #765 (@sinbad)
895 * Fix clone fail when fetch is excluded globally #770 (@sinbad)
896 * Fix for partial downloads problem #763 (@technoweenie)
897 * Get integration tests passing on Windows #771 (@sinbad)
898
899 ### Security
900
901 * Whitelist the valid keys read from .gitconfig #760 (@technoweenie)
902
903 This prevents unsafe git configuration values from being used by Git LFS.
904
905 ## v1.0 (1 October, 2015)
906
907 * Manual reference is integrated into the "help" options #665 @sinbad
908 * Fix `ls-files` when run from an empty repository #668 @Aorjoa
909 * Support listing duplicate files in `ls-files` #681 @Aorjoa @technoweenie
910 * `update` and `init` commands can install the pre-push hook in bare repositories #671 @technoweenie
911 * Add `GIT_LFS_SKIP_SMUDGE` and `init --skip-smudge` #679 @technoweenie
912
913 ## v0.6.0 (10 September, 2015)
914
915 This is the first release that uses the new Batch API by default, while still
916 falling back to the Legacy API automatically. Also, new fetch/checkout/push
917 commands have been added.
918
919 Run `git lfs update` in any local repositories to make sure all config settings
920 are updated.
921
922 ### Fetch
923
924 * Rename old `git lfs fetch` command to `git lfs pull`. #527 (@sinbad)
925 * Add `git lfs checkout` #527 #543 #551 #566 (@sinbad)
926 * Add `git lfs fetch` for _just_ downloading objects. #527 (@sinbad)
927   * Add `remote` arg, and default to tracking remote instead of "origin". #583 (@sinbad)
928   * Support fetching multiple refs #542 (@sinbad)
929   * Add `--include` and `--exclude` flag for `git lfs fetch` #573 (@sinbad)
930   * Add `--recent` flag for downloading recent files outside of the current
931     checkout. #610 (@sinbad)
932   * Add `--all` option for download all objects from the server. #633 (@sinbad)
933 * Fix error handling while `git update-index` is running. #570 (@rubyist)
934
935 See [git-lfs-fetch(1)](https://github.com/git-lfs/git-lfs/blob/v0.6.0/docs/man/git-lfs-fetch.1.ronn),
936 [git-lfs-checkout(1)](https://github.com/git-lfs/git-lfs/blob/v0.6.0/docs/man/git-lfs-checkout.1.ronn),
937 and [git-lfs-pull(1)](https://github.com/git-lfs/git-lfs/blob/v0.6.0/docs/man/git-lfs-pull.1.ronn)
938  for details.
939
940 ### Push
941
942 * Support pushing multiple branches in the pre-push hook. #635 (@sinbad)
943 * Fix pushing objects from a branch that's not HEAD. #608 (@sinbad)
944 * Check server for objects before failing push because local is missing. #581 (@sinbad)
945 * Filter out commits from remote refs when pushing. #578 (@billygor)
946 * Support pushing all objects to the server, regardless of the remote ref. #646 (@technoweenie)
947 * Fix case where pre-push git hook exits with 0. #582 (@sinbad)
948
949 See [git-lfs-push(1)](https://github.com/git-lfs/git-lfs/blob/v0.6.0/docs/man/git-lfs-push.1.ronn) for details.
950
951 ### API Clients
952
953 * Fix some race conditions in the Batch API client. #577 #637 (@sinbad, @rubyist)
954 * Support retries in the Batch API client. #595 (@rubyist)
955 * Fix hanging batch client in certain error conditions. #594 (@rubyist)
956 * Treat 401 responses as errors in the Legacy API client. #634 (@rubyist)
957 * Fix bug in the Legacy API client when the object already exists on the server. #572 (@billygor)
958
959 ### Credentials
960
961 * Fix how git credentials are checked in certain edge cases. #611 #650 #652 (@technoweenie)
962 * Send URI user to git credentials. #626 (@sinbad)
963 * Support git credentials with useHttpPath enabled. #554 (@clareliguori)
964
965 ### Installation
966
967 * Docker images and scripts for building and testing linux packages. #511 #526 #555 #603 (@andyneff, @ssgelm)
968 * Create Windows GUI installer. #642 (@technoweenie)
969 * Binary releases use Go 1.5, which includes fix for Authorization when the
970   request URL includes just the username. [golang/go#11399](https://github.com/golang/go/issues/11399)
971
972 ### Misc
973
974 * Documented Git config values used by Git LFS in [git-lfs-config(5)](https://github.com/git-lfs/git-lfs/blob/v0.6.0/docs/man/git-lfs-config.5.ronn). #610 (@sinbad)
975 * Experimental support for Git worktrees (in Git 2.5+) #546 (@sinbad)
976 * Experimental extension support. #486 (@ryansimmen)
977
978 ## v0.5.4 (30 July, 2015)
979
980 * Ensure `git lfs uninit` cleans your git config thoroughly. #530 (@technoweenie)
981 * Fix issue with asking `git-credentials` for auth details after getting them
982 from the SSH command. #534 (@technoweenie)
983
984 ## v0.5.3 (23 July, 2015)
985
986 * `git lfs fetch` bugs #429 (@rubyist)
987 * Push can crash on 32 bit architectures #450 (@rubyist)
988 * Improved SSH support #404, #464 (@sinbad, @technoweenie)
989 * Support 307 redirects with relative url #442 (@sinbad)
990 * Fix `init` issues when upgrading #446 #451 #452 #465 (@technoweenie, @rubyist)
991 * Support chunked Transfer-Encoding #386 (@ryansimmen)
992 * Fix issue with pushing deleted objects #461 (@technoweenie)
993 * Teach `git lfs push` how to send specific objects #449 (@larsxschneider)
994 * Update error message when attempting to push objects that don't exist in `.git/lfs/objects` #447 (@technoweenie)
995 * Fix bug in HTTP client when response body is nil #472 #488 (@rubyist, @technoweenie)
996 * `-crlf` flag in gitattributes is deprecated #475 (@technoweenie)
997 * Improvements to the CentOS and Debian build and package scripts (@andyneff, @ssgelm)
998
999 ## v0.5.2 (19 June, 2015)
1000
1001 * Add `git lfs fetch` command for downloading objects. #285 (@rubyist)
1002 * Fix `git lfs track` issues when run outside of a git repository #312, #323 (@michael-k, @Aorjoa)
1003 * Fix `git lfs track` for paths with spaces in them #327 (@technoweenie)
1004 * Fix `git lfs track` by writing relative paths to .gitattributes #356 (@michael-k)
1005 * Fix `git lfs untrack` so it doesn't remove entries incorrectly from .gitattributes #398 (@michael-k)
1006 * Fix `git lfs clean` bug with zero length files #346 (@technoweenie)
1007 * Add `git lfs fsck` #373 (@zeroshirts, @michael-k)
1008 * The Git pre-push warns if Git LFS is not installed #339 (@rubyist)
1009 * Fix Content-Type header sent by the HTTP client #329 (@joerg)
1010 * Improve performance tracing while scanning refs #311 (@michael-k)
1011 * Fix detection of LocalGitDir and LocalWorkingDir #312 #354 #361 (@michael-k)
1012 * Fix inconsistent file mode bits for directories created by Git LFS #364 (@michael-k)
1013 * Optimize shell execs #377, #382, #391 (@bozaro)
1014 * Collect HTTP transfer stats #366, #400 (@rubyist)
1015 * Support GIT_DIR and GIT_WORK_TREE #370 (@michael-k)
1016 * Hide Git application window in Windows #381 (@bozaro)
1017 * Add support for configured URLs containing credentials per RFC1738 #408 (@ewbankkit, @technoweenie)
1018 * Add experimental support for batch API calls #285 (@rubyist)
1019 * Improve linux build instructions for CentOS and Debian. #299 #309 #313 #332 (@jsh, @ssgelm, @andyneff)
1020
1021 ## v0.5.1 (30 April, 2015)
1022
1023 * Fix Windows install.bat script.  #223 (@PeterDaveHello)
1024 * Fix bug where `git lfs clean` will clean Git LFS pointers too #271 (@technoweenie)
1025 * Better timeouts for the HTTP client #215 (@Mistobaan)
1026 * Concurrent uploads through `git lfs push` #258 (@rubyist)
1027 * Fix `git lfs smudge` behavior with zero-length file in `.git/lfs/objects` #267 (@technoweenie)
1028 * Separate out pre-push hook behavior from `git lfs push` #263 (@technoweenie)
1029 * Add diff/merge properties to .gitattributes #265 (@technoweenie)
1030 * Respect `GIT_TERMINAL_PROMPT ` #257 (@technoweenie)
1031 * Fix CLI progress bar output #185 (@technoweenie)
1032 * Fail fast in `clean` and `smudge` commands when run without STDIN #264 (@technoweenie)
1033 * Fix shell quoting in pre-push hook.  #235 (@mhagger)
1034 * Fix progress bar output during file uploads.  #185 (@technoweenie)
1035 * Change `remote.{name}.lfs_url` to `remote.{name}.lfsurl` #237 (@technoweenie)
1036 * Swap `git config` order.  #245 (@technoweenie)
1037 * New `git lfs pointer` command for generating and comparing pointers #246 (@technoweenie)
1038 * Follow optional "href" property from git-lfs-authenticate SSH command #247 (@technoweenie)
1039 * `.git/lfs/objects` spec clarifications: #212 (@rtyley), #244 (@technoweenie)
1040 * man page updates: #228 (@mhagger)
1041 * pointer spec clarifications: #246 (@technoweenie)
1042 * Code comments for the untrack command: #225 (@thekafkaf)
1043
1044 ## v0.5.0 (10 April, 2015)
1045
1046 * Initial public release