Follow file renames
See original GitHub issueSort of like git log file
vs git log --follow file
. There is https://github.com/staff0rd/github-follow-extension, but I couldn’t get it to work, and not having yet another extension would be awesome.
Sorry if there is an issue for this already, I was unable to find it.
Example file: https://github.com/facebook/jest/commits/master/packages/jest-cli/src/coverage.template
$ git log --oneline packages/jest-cli/src/coverage.template
0c9d2b6e packages/jest-cli
$ git log --oneline --follow packages/jest-cli/src/coverage.template
0c9d2b6e packages/jest-cli
d612ea12 Move coverage template to non-js file
ce5c2ebc Lint fixes
8efc492a Use eslint for linting
88a94d5d FIRST!
For anyone that wants this, please also send this feature request to GitHub: support@github.com
bfred-it earned $80.00 by resolving this issue!
- Checkout the Issuehunt explorer to discover more funded issues.
- Need some help from other developers? Add your repositories on Issuehunt to raise funds.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:28 (17 by maintainers)
Top Results From Across the Web
How to REALLY show logs of renamed files with git
Sourcetree, when viewing a file log, has a checkbox "Follow renamed files" in the bottom left; TortoiseGit has a "follow renames" checkbox on...
Read more >See git history of a renamed file - Today I Learned
See git history of a renamed file ... Docs: --follow Continue listing the history of a file beyond renames (works only for a...
Read more >View commit history across file renames and moves
When a file is renamed or moved to a new directory but half of it's contents remain the same, it's commit history will...
Read more >Follow renames on File History cannot load more history #1148
I have 2 files which have been renamed a few times. Both have this issue. · With the setting Follow Renames on, I...
Read more >Rename or Move files in GIT - Aram Koukia
1. Change to the directory containing your repository: for example, cd /Repo/MyProject/. · 2. Run the following git command: git mv mycoolclass.cs myCoolClass.cs....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
(make sure your have a personal GitHub token set in the extensions options)
Okay gr8 thanks.