[BLUEJ-1052] Git history shows unaffected files
I have a Git project. In the project, I change a Stride file, and commit two files (the .stride and .java). I do this several times, and push. When I then view the history, the left-hand side for each commit shows all files from the project, which is not what I expect (should only be the two files, right?). From the command-line, git log --name-only
shows only the two files for the commit, so I think our history display is wrong.
Issue metadata
- Issue type: Bug
- Priority: Medium