Skip to content

Commit 62c9712

Browse files
committed
add a changelog
1 parent 8bb6b26 commit 62c9712

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Git LFS Changelog
2+
3+
* Fix bug where `git lfs clean` will clean Git LFS pointers too #271 (@technoweenie)
4+
5+
* Better timeouts for the HTTP client #215 (@Mistobaan)
6+
7+
* Concurrent uploads through `git lfs push` #258 (@rubyist)
8+
9+
* Fix `git lfs smudge` behavior with zero-length file in `.git/lfs/objects` #267 (@technoweenie)
10+
11+
* Separate out pre-push hook behavior from `git lfs push` #263 (@technoweenie)
12+
13+
* Add diff/merge properties to .gitattributes #265 (@technoweenie)
14+
15+
* Respect `GIT_TERMINAL_PROMPT ` #257 (@technoweenie)
16+
17+
* Fix CLI progress bar output #185 (@technoweenie)
18+
19+
* Fail fast in `clean` and `smudge` commands when run without STDIN #264 (@technoweenie)
20+
21+
* Fix shell quoting in pre-push hook. #235 (@mhagger)
22+
23+
* Fix progress bar output during file uploads. #185 (@technoweenie)
24+
25+
* Change `remote.{name}.lfs_url` to `remote.{name}.lfsurl` #237 (@technoweenie)
26+
27+
* Swap `git config` order. #245 (@technoweenie)
28+
29+
* New `git lfs pointer` command for generating and comparing pointers #246 (@technoweenie)
30+
31+
* Follow optional "href" property from git-lfs-authenticate SSH command #247 (@technoweenie)
32+
33+
* `.git/lfs/objects` spec clarifications: #212 (@rtyley), #244 (@technoweenie)
34+
35+
* man page updates: #228 (@mhagger)
36+
37+
* pointer spec clarifications: #246 (@technoweenie)
38+
39+
* Code comments for the untrack command: #225 (@thekafkaf)
40+
41+
## v0.5.0 (10 April, 2015)
42+
43+
* Initial public release

0 commit comments

Comments
 (0)