diff --git a/docs/man/git-lfs-migrate.1.ronn b/docs/man/git-lfs-migrate.1.ronn index 1e346b78..dc54adf0 100644 --- a/docs/man/git-lfs-migrate.1.ronn +++ b/docs/man/git-lfs-migrate.1.ronn @@ -10,6 +10,9 @@ git-lfs-migrate(1) - Migrate history to or from git-lfs * `info` Show information about repository size. +* `import` + Convert large Git objects to LFS pointers. + ## OPTIONS * `-I` `--include=`: @@ -34,18 +37,6 @@ git-lfs-migrate(1) - Migrate history to or from git-lfs If any of `--include-ref` or `--exclude-ref` are given, the checked out branch will not be appended, but branches given explicitly will be appended. -### IMPORT - -The 'import' mode migrates large objects present in the Git history to pointer -files tracked and stored with Git LFS. - -If `--include` or `--exclude` (`-I`, `-X`, respectively) are given, the -.gitattributes will be modified to include any new filepath patterns as given by -those flags. - -If neither of those flags are given, the gitattributes will be incrementally -modified to include new filepath extensions as they are rewritten in history. - ### INFO The 'info' mode has these additional options: @@ -72,6 +63,18 @@ The 'info' mode has these additional options: If a --unit is not specified, the largest unit that can fit the number of counted bytes as a whole number quantity is chosen. +### IMPORT + +The 'import' mode migrates large objects present in the Git history to pointer +files tracked and stored with Git LFS. + +If `--include` or `--exclude` (`-I`, `-X`, respectively) are given, the +.gitattributes will be modified to include any new filepath patterns as given by +those flags. + +If neither of those flags are given, the gitattributes will be incrementally +modified to include new filepath extensions as they are rewritten in history. + ## INCLUDE AND EXCLUDE You can configure Git LFS to only migrate tree entries whose pathspec matches