From 2d178738a8b792ff0c9e8b6dcb35367e92aa90f1 Mon Sep 17 00:00:00 2001 From: Taylor Blau Date: Fri, 19 Aug 2016 09:49:03 -0600 Subject: [PATCH 1/2] docs/man: note GIT_LFS_PROGRESS --- docs/man/git-lfs-config.5.ronn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/man/git-lfs-config.5.ronn b/docs/man/git-lfs-config.5.ronn index df4af4b7..ffda113a 100644 --- a/docs/man/git-lfs-config.5.ronn +++ b/docs/man/git-lfs-config.5.ronn @@ -197,6 +197,25 @@ lfs option can be scoped inside the configuration for a remote. You can also set the environment variable GIT_LFS_SKIP_DOWNLOAD_ERRORS=1 to get the same effect. +* `GIT_LFS_PROGRESS` + + This environemnt variable causes Git LFS to emit progress updates to an + absolute filepath on disk when cleaning, smudging, or fetching. + + Progress is reported periodically in the form of a new line being appended to + the end of the file. Each new line will take the following format: + + ` / / ` + + Each field is described below: + * `direction`: The direction of transfer, either "checkout", "download", or + "upload". + * `current` The index of the currently transferring file. + * `total files` The estimated count of all files to be transferred. + * `downloaded` The number of bytes already downloaded. + * `total` The entire size of the file, in bytes. + * `name` The name of the file. + ## SEE ALSO git-config(1), git-lfs-install(1), gitattributes(5) From 378b0f177ba13208a19a8f0f5197691beaafdf00 Mon Sep 17 00:00:00 2001 From: Taylor Blau Date: Fri, 19 Aug 2016 10:00:32 -0600 Subject: [PATCH 2/2] docs/man: run spellcheck --- docs/man/git-lfs-config.5.ronn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/git-lfs-config.5.ronn b/docs/man/git-lfs-config.5.ronn index ffda113a..c7bd2da1 100644 --- a/docs/man/git-lfs-config.5.ronn +++ b/docs/man/git-lfs-config.5.ronn @@ -199,8 +199,8 @@ lfs option can be scoped inside the configuration for a remote. * `GIT_LFS_PROGRESS` - This environemnt variable causes Git LFS to emit progress updates to an - absolute filepath on disk when cleaning, smudging, or fetching. + This environment variable causes Git LFS to emit progress updates to an + absolute file-path on disk when cleaning, smudging, or fetching. Progress is reported periodically in the form of a new line being appended to the end of the file. Each new line will take the following format: