2

I would like to restructure some files within my git repo while preserving the history of these files on bitbucket.

I have read the post where it was advised to use the git log --follow command. However bitbucket doesn't seem to be able to use the follow flag.

Is there any other way to preserve the history while moving files within a repository ?

Community
  • 1
  • 1
rtemperv
  • 675
  • 4
  • 18

1 Answers1

2

I believe there is a request in progress precisely for that feature:

issue 589: File history should follow copies and renames.

It doesn't seem to be implemented yet though.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250