Git question - finding a commit in the history

Aleksander Morgado aleksander at aleksander.es
Fri Dec 15 09:11:22 UTC 2017


Hey,

> I've been building for a few months on a particular git commit
> (3e15dc15efd118a2e7af8f60727afc7fbb7db3a3). I'm planning to try out the
> latest Master - hopefully in readiness of a tagged release occurring soon.
> In case I encounter 'brokenness' on my system, and need to track through
> logs, is there an easy way to find this commit? (I should have added a
> comment into my config file at the time....!)

That commit is in the git master branch, and therefore will never go
away from the history (we don't rewrite git master or stable branches'
history).

ModemManager:(master)$ git show 3e15dc15efd118a2e7af8f60727afc7fbb7db3a3
commit 3e15dc15efd118a2e7af8f60727afc7fbb7db3a3
Author: Dan Williams <dcbw at redhat.com>
Date:   Mon Oct 2 10:42:33 2017 -0500

    bearer-mbim: don't crash when modem doesn't send gateways

    When the Ericsson F5321 with firmware R3C11/R4D04 is told to make
    an IPv6-only connection, it reports that it has IPv4 configuration
    but then returns no actual addresses.  Check both the flags and
    actual data before trying to use them.

    ModemManager[25850]: <debug> [1506958721.914717] IPv4
configuration available: 'address, gateway, dns, mtu'
    ModemManager[25850]: <debug> [1506958721.914731]   IP addresses (0)
    ModemManager[25850]: <debug> [1506958721.914741]   DNS addresses (0)
    ModemManager[25850]: <debug> [1506958721.914748]   MTU: '0'
    ModemManager[25850]: <debug> [1506958721.914758] IPv6
configuration available: 'address, dns, mtu'
    ModemManager[25850]: <debug> [1506958721.914767]   IP addresses (1)
    ModemManager[25850]: <debug> [1506958721.914852]     IP [0]:
'fe80::39:f622:7d01/64'
    ModemManager[25850]: <debug> [1506958721.914866]   DNS addresses (2)
    ModemManager[25850]: <debug> [1506958721.914883]     DNS [0]: 'fd00:976a::9'
    ModemManager[25850]: <debug> [1506958721.914896]   MTU: '1500'
    ModemManager[25850]: <debug> [1506958721.914947] (wwp0s20u1i6):
port now connected




-- 
Aleksander
https://aleksander.es


More information about the ModemManager-devel mailing list