|
1 | 1 | # Git LFS Changelog |
2 | 2 |
|
| 3 | +## v0.6.0 (10 September, 2015) |
| 4 | + |
| 5 | +First release with full support for the Batch API, while still supporting |
| 6 | +servers with the Legacy API. Also introduces new fetch/checkout/push commands. |
| 7 | + |
| 8 | +### Fetch |
| 9 | + |
| 10 | +* Rename old `git lfs fetch` command to `git lfs pull`. #527 (@sinbad) |
| 11 | +* Add `git lfs checkout` #527 #543 #551 #566 (@sinbad) |
| 12 | +* Add `git lfs fetch` for _just_ downloading objects. #527 (@sinbad) |
| 13 | + * Support fetching multiple refs #542 (@sinbad) |
| 14 | + * Add `--all` option for download all objects from the server. #633 (@sinbad) |
| 15 | + * Add `--include` and `--exclude` flag for `git lfs fetch` #573 (@sinbad) |
| 16 | +* Fix error handling while `git update-index` is running. #570 (@rubyist) |
| 17 | + |
| 18 | +### Push |
| 19 | + |
| 20 | +* Support pushing multiple branches in the pre-push hook. #635 (@sinbad) |
| 21 | +* Fix pushing objects from a branch that's not HEAD. #608 (@sinbad) |
| 22 | +* Check server for objects before failing push because local is missing #581 (@sinbad) |
| 23 | +* Filter out commits from remote refs when pushing. #578 (@billygor) |
| 24 | +* Support pushing all objects to the server, regardless of the remote ref. #646 (@technoweenie) |
| 25 | +* Fix case where pre-push git hook exits with 0. #582 (@sinbad) |
| 26 | + |
| 27 | +### API Clients |
| 28 | + |
| 29 | +* Fix some race conditions in the Batch API client. #577 #637 (@sinbad, @rubyist) |
| 30 | +* Support retries in the Batch API client. #595 (@rubyist) |
| 31 | +* Fix hanging batch client in certain error conditions #594 (@rubyist) |
| 32 | +* Treat 401 responses as errors in the Legacy API client. #634 (@rubyist) |
| 33 | +* Fix bug in the Legacy API client when the object already exists on the server. #572 (@billygor) |
| 34 | + |
| 35 | +### Credentials |
| 36 | + |
| 37 | +* Fix how git credentials are checked in certain edge cases #611 (@technoweenie) |
| 38 | +* Send URI user to git credentials. #626 (@sinbad) |
| 39 | +* Support git credentials with useHttpPath enabled. #554 (@clareliguori) |
| 40 | + |
| 41 | +### Experimental Features |
| 42 | + |
| 43 | +* Experimental support for Git worktrees (in Git 2.5+) #546 (@sinbad) |
| 44 | +* Experimental extension support. #486 (@ryansimmen) |
| 45 | + |
| 46 | +## v0.5.4 (30 July, 2015) |
| 47 | + |
| 48 | +* Ensure `git lfs uninit` cleans your git config thoroughly. #530 (@technoweenie) |
| 49 | +* Fix issue with asking `git-credentials` for auth details after getting them |
| 50 | +from the SSH command. #534 (@technoweenie) |
| 51 | + |
3 | 52 | ## v0.5.3 (23 July, 2015) |
4 | 53 |
|
5 | 54 | * `git lfs fetch` bugs #429 (@rubyist) |
|
0 commit comments