[fossil-users] Importing git copies and renames

2013-06-17 Thread Isaac Jurado
Hello, I finally came up with something to make import work with: git fast-export -M -C ... Below is the tentative patch that seems to work on my tests. The good thing is that even though Fossil does not follows history across renames, at least now the rename operation is visible and both

Re: [fossil-users] Importing git copies and renames

2013-06-17 Thread Richard Hipp
On Mon, Jun 17, 2013 at 3:56 PM, Isaac Jurado dipto...@gmail.com wrote: Hello, I finally came up with something to make import work with: git fast-export -M -C ... Below is the tentative patch that seems to work on my tests. The good thing is that even though Fossil does not follows