GIT sync does not show file history

This forum is for all Flare issues related to using Source Control.
Post Reply
lguser
Propeller Head
Posts: 27
Joined: Fri Apr 04, 2014 10:11 am

GIT sync does not show file history

Post by lguser »

It appears that Flare implementation of GIT integration does not show the entire file history, only the history of a file in a particular directory. If the file is moved from one directory to another the View History only shows the history of the file in the current directory. Not

git log --follow -p -- file

You have to use third party (ie SourceTree) to see the entire file history. Add option to: View History in Directory and View History in Project.

In a team of writers, one writer would never know if the content of a file was modified previously if the file got moved to another directory because the content was reorganized.
Post Reply