Seeing something weird I cannot figure out. Another programmer (so I did not watch what was done) pushed a set of files. When I look at the source files in Assembla, the latest (expected) revision is shown on a file (last alpha-numeric at the end of the line):
BlastsController.php 2014-08-12 [name] Ticket # 61 e0af705fff
But when I click on BlastsController.php
, the new code is not there, nor does it pull down with a git clone
. This is all in HEAD. There are no additional branches.
If I click on the revision string itself I get a diff view between the revision shown and the previous... so the new code is there in some capacity. And when I do a git log
on a fresh clone, the file shows one one commit. Yet if that was true, the new code/revision would not be in Assembla at all.
How could the revision I expect show up (which I assume means it was the latest checked in), but somehow it is not the one pulled down in a clone but some other revision?