Conversation

Jarkko Sakkinen

For what it is worth, this is how a file creation can be backtracked:

$ git -P log --diff-filter=A --follow 1.24.0 -- src/plugins/intel/mm-plugin-intel.c
commit 40c791e293c9c58106a256ec0b251f28ebcd068a
Author: som <somashekhar.puttagangaiah@intel.com>
Date:   Sun Feb 6 23:19:57 2022 +0100

    intel: new plugin for PCI devices with vendor id 0x8086
    
    For now, just detecting the device and creating generic MBIM or AT
    based modems.

Given --follow, it also takes renames into account.

Reminder to myself ;-)

#git

0
0
1