LWN.net Logo

Who maintains this file?

Who maintains this file?

Posted Aug 23, 2007 20:24 UTC (Thu) by deweerdt (subscriber, #18159)
Parent article: Who maintains this file?

I use git blame. IMHO this often hits the right target.


(Log in to post comments)

Who maintains this file?

Posted Aug 24, 2007 0:59 UTC (Fri) by shredwheat (guest, #4188) [Link]

Does git have no 'praise' command like subversion? I would hope that this would be more necessary than its 'blame' counterpart.
:-)

Who maintains this file?

Posted Aug 24, 2007 8:44 UTC (Fri) by deweerdt (subscriber, #18159) [Link]

Adding

[alias]
praise = blame

to your .gitconfig allows you to chose between the two commands depending on your mood (and the nastiness of the bug) :)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds