
NOTE: Have gone through a few other questions on gitk but have not found an answer to my question.
The image on the left shows all commit history for master.
- I committed and pushed in a file to remote ('Commit: "Fixed #D-00169' in the left image)
- I am able to see my changes up to the commit tagged as 'Before Commit Issue'
- My changes are not visible in the commit tagged as 'Commit Causing issues'
The developer who checked in that commit modified other files completely unrelated to mine and is unable to explain how my changes were overwritten.
The image on the right shows history for the specific file.
- My initial commit 'Fixed #D-00169' is not being displayed in the file's history.
Why is gitk removing my commit from the file's history?