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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
the --follow flag can be passed to git log for individual files and it will show the history even for files that have moved locations or even repositories.
In sourcegraph, it would be nice if by default, --follow was added to the git log command that generates history / blame annotations.
Is your feature request related to a problem? If so, please describe.
Yes, I cannot see the whole history of a file that has been moved in sourcegraph, and need to clone the repo and view the history manually :(
Describe alternatives you've considered.
I need to clone the repo and view the history manually :(
Feature request description
the
--followflag can be passed togit logfor individual files and it will show the history even for files that have moved locations or even repositories.In sourcegraph, it would be nice if by default,
--followwas added to thegit logcommand that generates history / blame annotations.Is your feature request related to a problem? If so, please describe.
Yes, I cannot see the whole history of a file that has been moved in sourcegraph, and need to clone the repo and view the history manually :(
Describe alternatives you've considered.
I need to clone the repo and view the history manually :(