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