|
1 | 1 | # Git LFS Changelog
|
2 | 2 |
|
| 3 | +## v0.5.2 (19 June, 2015) |
| 4 | + |
| 5 | +* Add `git lfs fetch` command for downloading objects. #285 (@rubyist) |
| 6 | +* Fix `git lfs track` issues when run outside of a git repository #312, #323 (@michael-k, @Aorjoa) |
| 7 | +* Fix `git lfs track` for paths with spaces in them #327 (@technoweenie) |
| 8 | +* Fix `git lfs track` by writing relative paths to .gitattributes #356 (@michael-k) |
| 9 | +* Fix `git lfs untrack` so it doesn't remove entries incorrectly from .gitattributes #398 (@michael-k) |
| 10 | +* Fix `git lfs clean` bug with zero length files #346 (@technoweenie) |
| 11 | +* Add `git lfs fsck` #373 (@zeroshirts, @michael-k) |
| 12 | +* The Git pre-push warns if Git LFS is not installed #339 (@rubyist) |
| 13 | +* Fix Content-Type header sent by the HTTP client #329 (@joerg) |
| 14 | +* Improve performance tracing while scanning refs #311 (@michael-k) |
| 15 | +* Fix detection of LocalGitDir and LocalWorkingDir #312 #354 #361 (@michael-k) |
| 16 | +* Fix inconsistent file mode bits for directories created by Git LFS #364 (@michael-k) |
| 17 | +* Optimize shell execs #377, #382, #391 (@bozaro) |
| 18 | +* Collect HTTP transfer stats #366, #400 (@rubyist) |
| 19 | +* Support GIT_DIR and GIT_WORK_TREE #370 (@michael-k) |
| 20 | +* Hide Git application window in Windows #381 (@bozaro) |
| 21 | +* Add support for configured URLs containing credentials per RFC1738 #408 (@ewbankkit, @technoweenie) |
| 22 | +* Add experimental support for batch API calls #285 (@rubyist) |
| 23 | +* Improve linux build instructions for CentOS and Debian. #299 #309 #313 #332 (@jsh, @ssgelm, @andyneff) |
| 24 | + |
3 | 25 | ## v0.5.1 (30 April, 2015)
|
4 | 26 |
|
5 | 27 | * Fix Windows install.bat script. #223 (@PeterDaveHello)
|
6 |
| - |
7 | 28 | * Fix bug where `git lfs clean` will clean Git LFS pointers too #271 (@technoweenie)
|
8 |
| - |
9 | 29 | * Better timeouts for the HTTP client #215 (@Mistobaan)
|
10 |
| - |
11 | 30 | * Concurrent uploads through `git lfs push` #258 (@rubyist)
|
12 |
| - |
13 | 31 | * Fix `git lfs smudge` behavior with zero-length file in `.git/lfs/objects` #267 (@technoweenie)
|
14 |
| - |
15 | 32 | * Separate out pre-push hook behavior from `git lfs push` #263 (@technoweenie)
|
16 |
| - |
17 | 33 | * Add diff/merge properties to .gitattributes #265 (@technoweenie)
|
18 |
| - |
19 | 34 | * Respect `GIT_TERMINAL_PROMPT ` #257 (@technoweenie)
|
20 |
| - |
21 | 35 | * Fix CLI progress bar output #185 (@technoweenie)
|
22 |
| - |
23 | 36 | * Fail fast in `clean` and `smudge` commands when run without STDIN #264 (@technoweenie)
|
24 |
| - |
25 | 37 | * Fix shell quoting in pre-push hook. #235 (@mhagger)
|
26 |
| - |
27 | 38 | * Fix progress bar output during file uploads. #185 (@technoweenie)
|
28 |
| - |
29 | 39 | * Change `remote.{name}.lfs_url` to `remote.{name}.lfsurl` #237 (@technoweenie)
|
30 |
| - |
31 | 40 | * Swap `git config` order. #245 (@technoweenie)
|
32 |
| - |
33 | 41 | * New `git lfs pointer` command for generating and comparing pointers #246 (@technoweenie)
|
34 |
| - |
35 | 42 | * Follow optional "href" property from git-lfs-authenticate SSH command #247 (@technoweenie)
|
36 |
| - |
37 | 43 | * `.git/lfs/objects` spec clarifications: #212 (@rtyley), #244 (@technoweenie)
|
38 |
| - |
39 | 44 | * man page updates: #228 (@mhagger)
|
40 |
| - |
41 | 45 | * pointer spec clarifications: #246 (@technoweenie)
|
42 |
| - |
43 | 46 | * Code comments for the untrack command: #225 (@thekafkaf)
|
44 | 47 |
|
45 | 48 | ## v0.5.0 (10 April, 2015)
|
|
0 commit comments