Replies: 1 comment
-
In this case you can use double dashes: "git log -- filename" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think the github has as bug: it lost the file history when the file is renamed. Basically, it is unable to track the file location across the time... maybe because a bad commit/push ratio, maybe because the 'git mv' was not used... I tried make some staged updates and, although it does not worked for git hub, it appears to had worked for cmd line, for example the darlibc/io.c is a very old file and the history is fully tracked:
unfortunately, the github does not show this history... very sad :(
Beta Was this translation helpful? Give feedback.
All reactions