File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments