On 09/13/2013 07:53 AM, Goubier Thierry wrote: > It also bypass most of the stored metadata in the package: methods > timestamps are the git commit timestamps, package history is the git > commit history of the repo (pruned to remove all commits not related to > the package, in the case of a repo containing multiple packages).
So does this mean that If I make a bug fix in someone's package and then commit it, I become the author of every method of the package? Or can it tell from the commit that its just that one method that changed and all the other methods are from prior commits? Also, when beginning to use git, if I make the initial commit of the package is all the prior editing and version history lost? Thanks Paul