git - How to get deleted file information along with kernel version? -


in kernel version linux-4.4.y found rtmutex-tester.c file missing kernel/locking directory. file part of linux-4.1.y kernel version. want know in kernel version rtmutex-tester.c removed? tried git log didn't information.

is there git command available deleted file information kernel version?

git log --name-status -- kernel/locking/rtmutex-tester.c shows following output:

commit 1b0b7c1762679a2f8bc359da95649249dfcf4195 author: davidlohr bueso <dave@stgolabs.net> date:   wed jul 1 13:29:48 2015 -0700  rtmutex: delete scriptable tester  no 1 uses anymore, , not first time idea of replacing (now possible) userspace side. lock stealing logic removed long ago in when lock granted highest prio.  ...  d       kernel/locking/rtmutex-tester.c 

the d indicates deletion when --name-status used. when using git log --name-status tags/v4.2 -- kernel/locking/rtmutex-tester.c commit missing; 4.3 available. in conclusion: deleted kernel 4.3.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -