Update git-lfs-migrate.1.ronn

This commit is contained in:
risk danger olson 2017-09-13 10:40:57 -06:00 committed by GitHub
parent aaf77a5014
commit 4468d5d03f

@ -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` <paths> `--include=`<paths>:
@ -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