The file that's mystifying me is v5/employer/controllers/_employer.php
.
In the first image, you'll see that Brian changed the file in a commit on 14:55:47 called "time to commit stuff".
But that commit's only child (second image), a merge operation Brian did at 14:56:45, does not show any changes to that file. But it's different!
When you look at the actual contents of that file after the merge operation, you can see it's different than the version before it, but nothing shows up in the patch view.
So basically, Brian's changes in that "time to commit stuff" commit got lost, at least for that file.
Now if I run gitk --all v5/employer/controllers/_employer.php
, I get the third image--which doesn't show the commit at all!
What's going on here? Are we all crazy, or is git really losing our data?