-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/16/2010 09:49 AM, Brian C. Lane wrote: > It depends on your editor. Tabs are to be avoided in everything except > Makefiles. And seriously, how often do you need to use git blame on > livecd-tools?
Git blame can also be instructed to look at specific versions or back from a specific point in time. Code moves all the time, the person who put a line of code in a particular spot isn't necessarily the person who wrote it. I find myself using git log -p and then searching for that particular line of code from the bottom up to see who originally introduced it to a project. - -- Jesse Keating RHCE (http://jkeating.livejournal.com) Fedora Project (http://fedoraproject.org/wiki/JesseKeating) GPG Public Key (geek.j2solutions.net/jkeating.j2solutions.pub) identi.ca (http://identi.ca/jkeating) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkzi1pIACgkQ4v2HLvE71NVxRgCgqjN/sKARJZW56nJBRr2DApOd lNcAn3W2rEdUaEeqN291565/iWI9K5Mu =6SZd -----END PGP SIGNATURE----- -- livecd mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/livecd
