Aneesh Kumar <aneesh.kumar@gmail.com> writes: > for parent_id in parent_sha1 parent_sha2 parent_sha3 ....... > commit_diff = commit_diff + git diff tree -p parent_id commit_sha1 > > is this the correct way ? Are parent_sha$N true parents of commit_sha1? If you want to get three independent diffs, "git diff-tree -m -p $commit_sha1" would give that to you in one go. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Feb 02 07:02:14 2006
This archive was generated by hypermail 2.1.8 : 2006-02-02 07:02:24 EST