I have git repo, I found that when using git log myfile
, only files under the root (where the .git
folder is) show logs. Doing the same to any file in a sub directory does not show anything. Why?
Similarly, when using git extension, right-clicking a file and clicking "file history", only files in root folder have history. All other files do not have history - it will say "git is not initialized"
Did I miss some settings?