> > "you'd have to dig through the blame output to know for sure". Sorry, > > I know all the words individual meaning, but I couldn't understand > > very well this phrase. English is not my native language. What did you > > mean by digging through the blame output? > > the output of git blame (tells you when the lines in a file were last > changed, so you can see who last changed, when and in what commit (and > then hopefully the commit messages tells you why)
Thanks, know I understand what is the meaning of "blame output". I'm new to git and I'm not familiar with all commands yet. I used it to find out that the line is there since the file was created, so it is not that useful in this case :) Maybe there is another git command to search for the line in another file in the history before template preloading was refactored... Rodrigo. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
