git - Get authors of methods, like codelens -



need authors of methods list.
i've tried comparing methods name patches content using libgit2sharp, it's long, there many commits.
wanted quickly, somehow code lens.
i'm trying own vs plugin, may there easyer ways.
thanks.

take @ git blame filename output. seems libgit2sharp supports this. can run specific method if know line numbers method starts , ends e.g. running git blame -l 1,10 filename see last changing lines 1-10 in file.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -