Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » EGit needs --NOfollow option
EGit needs --NOfollow option [message #1710227] Mon, 05 October 2015 12:48
Anthony Mising name is currently offline Anthony Mising nameFriend
Messages: 5
Registered: October 2015
Junior Member
In Eclipse the Histories seem to essentially do a
git log --follow

However, this does not work when Git gets confused and does not find renames. I have such a case in which I moved a file from wrong/ to right/, checked in and, unfortunately, pushed. The history was gone.

So I moved the file back from right/ to wrong/ and the git log history is now good, except for the time that the file spent in wrong/. However, the git log --follow history just follows the rename to right/ and then stops. This is what Eclipse also seems to do.

Follow should be the default, but what is required is some sort of no-follow option.

(This is a git design bug. Git mv does nothing but move the file. According to Sir Linus following the history of a file is an old subversion habit, and one should understand the entire history of everything holistically at the same time. Sadly I am not as smart as Sir Linus and cannot do this. Nor, I strongly suspect, can he.)
Previous Topic:how to set the system wide gitconfig(windows msysgit 2.5.3 64bit)
Next Topic:eGit missing when using Websphere 8 Java runtime
Goto Forum:
  


Current Time: Thu Apr 25 12:33:10 GMT 2024

Powered by FUDForum. Page generated in 0.02688 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top