Re: [git-users] xml and diff

2011-07-17 Thread David Aguilar
On Sun, Jul 17, 2011 at 06:21:36PM -0700, James C. wrote: > hello, > > I am trying to create an analytics tool on an xml file and would like > to be able to know the exact item in the xml tree that was added, > created or deleted. For example, > > > A > B > C > > > Make a change and rem

[git-users] xml and diff

2011-07-17 Thread James C.
hello, I am trying to create an analytics tool on an xml file and would like to be able to know the exact item in the xml tree that was added, created or deleted. For example, A B C Make a change and remove child B so now the file looks like the below: A C git diff will tell be