Sat, 25 Aug 2018 12:41:58 -0400 |
Matt Harbison |
lfs: use a context manager to control the progress bar lifetime
|
Mon, 18 Jun 2018 14:59:53 -0700 |
Martin von Zweigbergk |
lfs: use progess helper
|
Sat, 14 Apr 2018 21:16:35 -0400 |
Matt Harbison |
lfs: enable the final download count status message
|
Sun, 25 Feb 2018 14:07:13 -0500 |
Matt Harbison |
lfs: gracefully handle aborts on the server when corrupt blobs are detected
|
Fri, 13 Apr 2018 14:16:30 -0400 |
Matt Harbison |
lfs: fix the inferred remote store path when using a --prefix
|
Wed, 11 Apr 2018 18:23:29 -0400 |
Matt Harbison |
lfs: handle paths that don't end with '/' when inferring the blob store
|
Sun, 08 Apr 2018 14:22:12 -0400 |
Matt Harbison |
lfs: infer the blob store URL from an explicit push dest or default-push
|
Sun, 08 Apr 2018 01:23:39 -0400 |
Matt Harbison |
lfs: infer the blob store URL from an explicit pull source
|
Wed, 11 Apr 2018 17:29:55 -0400 |
Matt Harbison |
lfs: special case the null:// usercache instead of treating it as a url
|
Sat, 07 Apr 2018 22:22:20 -0400 |
Matt Harbison |
lfs: infer the blob store URL from paths.default
|
Sat, 07 Apr 2018 22:40:11 -0400 |
Matt Harbison |
lfs: add the ability to disable the usercache
|
Sat, 24 Feb 2018 19:56:59 -0500 |
Matt Harbison |
lfs: add the 'Content-Type' header called out in the file transfer spec
|
Sun, 25 Feb 2018 23:44:02 -0500 |
Matt Harbison |
lfs: improve the client message when the server signals an object error
|
Sat, 31 Mar 2018 00:02:31 -0400 |
Matt Harbison |
lfs: drop a duplicate blob verification method
|
Wed, 14 Mar 2018 23:34:08 -0400 |
Matt Harbison |
test-lfs: drop trailing ', ' item separators from debug JSON output
|
Thu, 22 Feb 2018 23:33:52 -0500 |
Matt Harbison |
lfs: add a blob verification method to the local store
|
Mon, 12 Mar 2018 23:08:47 -0400 |
Matt Harbison |
lfs: debug print HTTP headers and JSON payload received from the server
|
Fri, 02 Mar 2018 11:06:37 -0500 |
Augie Fackler |
lfs: add some bytestring wrappers in blobstore.py
|
Tue, 27 Feb 2018 14:28:17 +0530 |
Pulkit Goyal |
py3: make sure regexes are bytes
|
Sun, 04 Feb 2018 16:17:43 -0500 |
Matt Harbison |
lfs: deduplicate oids in the transfer
|
Mon, 29 Jan 2018 22:09:48 -0500 |
Matt Harbison |
lfs: emit a status message to indicate how many blobs were uploaded
|
Fri, 19 Jan 2018 19:13:11 -0500 |
Matt Harbison |
lfs: separate a debug message from the subsequent abort message
|
Thu, 18 Jan 2018 18:04:56 -0500 |
Matt Harbison |
lfs: dump the full response on httperror in debug mode
|
Thu, 18 Jan 2018 15:59:21 -0500 |
Matt Harbison |
lfs: default the User-Agent header for blob transfers to 'git-lfs'
|
Thu, 18 Jan 2018 15:11:34 -0500 |
Matt Harbison |
lfs: default to not using workers for upload/download
|
Wed, 17 Jan 2018 21:44:32 -0500 |
Matt Harbison |
lfs: raise an error if the server sends an unsolicited oid
|
Wed, 17 Jan 2018 20:54:05 -0500 |
Matt Harbison |
lfs: correct documentation typo
|
Wed, 10 Jan 2018 21:27:05 -0800 |
Jun Wu |
lfs: remove internal url in test
|
Fri, 12 Jan 2018 23:13:38 -0500 |
Matt Harbison |
lfs: drop deprecated remote store config options
|
Sun, 07 Jan 2018 15:21:16 -0500 |
Matt Harbison |
lfs: improve the error message for a missing remote blob
|