Le 24/08/2016 01:29, Adam Borowski a écrit :
> [~/linux]$ git fetch linus
> remote: Counting objects: 795, done.
> remote: Compressing objects: 100% (481/481), done.
> remote: Total 795 (delta 477), reused 517 (delta 311)
> Receiving objects: 100% (795/795), 1.54 MiB | 660.00 KiB/s, done.
> Resolving deltas: 100% (477/477), done.
> From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
> 3408fef..7a1dcf6 master -> linus/master
> * [new tag] v4.8-rc3 -> v4.8-rc3
> [~/linux]$ git log -i -S kdbus
> [~/linux]$ git log -i --grep=kdbus
> <two features described as needed by kdbus but having legitimate uses elsewhere>
> [~/linux]$
Waouh Adam! You appear to know a lot of tricks. I'm very admirative :-)
Didier