Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Left: gitk history. Right: History of the specific file

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?

share|improve this question
Are you sure noone done any force pushes? – madhead Jan 18 at 19:53
a 100 % sure :) – Vivek Kodira Jan 19 at 9:30
Can you see you commit in git reflog? – madhead Jan 19 at 20:40
yes. "f33b7b1 HEAD@{5 days ago}: commit: Fixed #D-00169" – Vivek Kodira Jan 21 at 8:40
1  
Well, at least the commit is not lost. You can cherry pick it by SHA1. I do not know why it is not shown in gitk. – madhead Jan 21 at 10:22
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.