From f768ae4ae7f70a50a3261e36fa1c43f5aa876f43 Mon Sep 17 00:00:00 2001 From: rick olson Date: Mon, 18 Sep 2017 15:49:35 -0600 Subject: [PATCH] update migrate docs example for multiple file types --- docs/man/git-lfs-migrate.1.ronn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/man/git-lfs-migrate.1.ronn b/docs/man/git-lfs-migrate.1.ronn index 24accc7d..1eee0214 100644 --- a/docs/man/git-lfs-migrate.1.ronn +++ b/docs/man/git-lfs-migrate.1.ronn @@ -79,7 +79,8 @@ modified to include new filepath extensions as they are rewritten in history. You can configure Git LFS to only migrate tree entries whose pathspec matches the include glob and does not match the exclude glob, to reduce total migration -time or to only migrate part of your repo. +time or to only migrate part of your repo. Specify multiple patterns using the +comma as the delimiter. Pattern matching is done as given to be functionally equivalent to pattern matching as in .gitattributes. @@ -140,7 +141,7 @@ migrate: Examining commits: 100% (1/1), done Now, you can run `git lfs migrate import` to convert some file types to LFS: ``` -$ git lfs migrate import --include="*.mp3" --include="*.psd" +$ git lfs migrate import --include="*.mp3,*.psd" migrate: Fetching remote refs: ..., done migrate: Sorting commits: ..., done migrate: Rewriting commits: 100% (1/1), done