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
I think git-lfs-migrate.mapdb is just a cache used during LFS conversion. The map of old to new commits is kept in the ConcurrentHashMap object ('converted'). I just added this in Main.java after the "Recreating refs..." loop block to dump old and new sha1 values:
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 commit id mapping how to dump it to text or csv file?
The text was updated successfully, but these errors were encountered: