> From: Yves Goergen <yves.goer...@gmail.com>

> I'd like to suggest adding the XML output format to the git log
> command so that this information can be parsed without any
> uncertainties caused by the actual commit message content. I don't
> care much about the exact XML schema. The SVN schema may serve as a
> starting point, but Git probably needs other elements for its data.

Well, you could simulate it by using git-log to get the commit hashes
and then using "git cat-file -p [commit hash]" to get the information
about each commit.  The cat-file output isn't very difficult to parse,
and doesn't seem to suffer from ambiguity.

Dale

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to