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
  • 3
  • 17

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,129,465
  • 480
  • 4,036
  • 4,755