The following answer that I got back in 2015 from Jeff King might be relevant to your problem: https://marc.info/?l=git&m=144178948506788&w=2 Regards, Dov On Thu, Aug 31, 2017 at 9:36 AM, Kevin Daudt <me@xxxxxxxxx> wrote: > On Wed, Aug 30, 2017 at 11:25:00PM +0200, Aleksandar Pavic wrote: >> I have a file >> >> app/Controller/CustomerCardVerificationController.php >> >> And when I take a look at changes log, I get this (no matter which tool I >> use): >> >> 2017-07-31 19:41 dule o membership renew payment email >> 2017-06-07 08:59 Dusan Tatic o cc refund clean >> 2017-04-15 00:16 Miodrag Dragić o refound admin payment >> 2017-03-20 12:02 Dusan Tatic o CardVerification card connect >> 2017-03-16 15:59 Aleksandar Pavic o paypal >> 2017-03-10 13:34 Aleksandar Pavic o Production branch >> 2017-03-10 13:01 Aleksandar Pavic I Migrating dev >> >> However if I manually browse thru revisions and open revision from >> 03/27/2017 07:05 PM >> >> I can see the change in that file which is unlisted above, at revision >> ff9f4946e109bd234d438e4db1d319b1f6cb6580 >> >> And I'm at master branch all the time... >> >> We wouldn't have noticed that if it weren't one important feature... >> > > What does git branch --contains ff9f4946e109bd234d438e4db1d319b1f6cb6580 > return? > > Where did you find this commit?