git-lfs-migrate icon indicating copy to clipboard operation
git-lfs-migrate copied to clipboard

Simple project for convert old repository for using git-lfs feature

Results 26 git-lfs-migrate issues
Sort by recently updated
recently updated
newest added

There are performance degradation on huge repositories (>250 000 objects). Look like root cause is too big file count. Much better generate pack files per every 10 000 objects.

After running git-lfs-migrate how to get mapping of old sha1 to new sha1 of all commits? Also, what is the file git-lfs-migrate.mapdb? If it has old commit id to new...

I successfully converted a single repository, but since then, any other repository I try to convert exhibits the same behavior. It proceeds to the following step, then just hangs there...

Attach old sha1 to the comment in new repo.Show like below: before converted: commit 86af00687ffd455c3c5e54c67864f6a8fee8e3f0(old sha1) Author: cjp Date: Wed Feb 22 18:00:38 2017 +0800 kernel->file: ignore some file after...

java -jar git-lfs-migrate.jar -s source.git -d dest.git -g https://example/lfs-test.git "path1/*" "path2/*.bin" . it need to be supported.

Is this tool doing the same thing as the `git lfs migrate`? Or is it different? If they are different, which one is the "best"/newest? Which one should be used?...

Hi there, It seems that this tool cannot work with VSO hosted Git repos. - Git Version: 2.11.0 - Git Lfs Version: 2.0.1 - Git-Lfs-Migrate version: latest The error message...

This happened while running a very long conversion on BitBucket. Is this a case of the same token (maybe the same connection object?) being used for the duration of the...

Is there an option to add uploading progress? For a large repos it is not clear if the migration stuck or something is really happening.

Hello, I'm trying to use git-lfs-migrate to migrate an internal Subversion repository to Git for use with Atlassian BitBucket 4.11. This repository has a lot of binary files and I'd...