trevorr / vss2git

Migrate Visual SourceSafe repositories to Git
Apache License 2.0
153 stars 116 forks source link

New feature: Option to ignore Git errors. #28

Closed dsXLII closed 8 years ago

dsXLII commented 8 years ago

While converting a large repository (610k revisions, 65k changesets, going back 16 years), especially for a first-pass, I discovered that having to dismiss Git errors every few hours was annoying to me. 😄 This adds a checkbox, disabled by default, to act as if you clicked "Ignore" on all Git error messages during the replay/commit process.

trevorr commented 8 years ago

Thanks for the PR. The diff looks good, but I should probably at least see how it looks in the GUI, so I'll need to get Visual Studio installed again. ;-)

BTW, what types of Git errors were you getting? I'm wondering if they're known issues.