diff options
author | James Ramsay <james@jramsay.com.au> | 2018-01-18 09:46:54 -0500 |
---|---|---|
committer | James Ramsay <james@jramsay.com.au> | 2018-01-18 09:46:54 -0500 |
commit | de2cb24fd035ac46354e7297bcb41f5833e82d2e (patch) | |
tree | a7e6382b41e90e9da3d19ed86bbb79121a1a3df4 /doc | |
parent | ee58763158ed10f12a8fe7c089257a532fe6e724 (diff) | |
download | gitlab-ce-de2cb24fd035ac46354e7297bcb41f5833e82d2e.tar.gz |
Add Git LFS status icon to docsjramsay-15567-lfs-icon-docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/workflow/lfs/img/lfs-icon.png | bin | 0 -> 4317 bytes | |||
-rw-r--r-- | doc/workflow/lfs/manage_large_binaries_with_git_lfs.md | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/workflow/lfs/img/lfs-icon.png b/doc/workflow/lfs/img/lfs-icon.png Binary files differnew file mode 100644 index 00000000000..eef9a14187a --- /dev/null +++ b/doc/workflow/lfs/img/lfs-icon.png diff --git a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md index f7b87dee8e1..ce7895780c3 100644 --- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md +++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md @@ -4,6 +4,11 @@ Managing large files such as audio, video and graphics files has always been one of the shortcomings of Git. The general recommendation is to not have Git repositories larger than 1GB to preserve performance. +![Git LFS tracking status](img/lfs-icon.png) + +An LFS icon is shown on files tracked by Git LFS to denote if a file is stored +as a blob or as an LFS pointer. + ## How it works Git LFS client talks with the GitLab server over HTTPS. It uses HTTP Basic Authentication |