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