You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,12 @@ and add them to github in chronological order, but it would not preserve the ori
190
190
191
191
As default it is set to false. Doesn't fire the requests to github api and only does the work on the gitlab side to test for wonky cases before using up api-calls
192
192
193
+
### exportUsers
194
+
195
+
If this is set to true (default is false) then a file called "users.txt" wil be created containing all
196
+
usernames that contributed to the repository. You can use this with dryRun when you need to map users
197
+
for the migration, but you do not know all the source usernames.
198
+
193
199
### useIssueImportAPI
194
200
195
201
Set to true (default) to enable using the [GitHub preview API for importing issues](https://gist.github.com/jonmagic/5282384165e0f86ef105). This allows setting the date for issues and comments instead of inserting an additional line in the body.
0 commit comments