[git-users] git log in XML format

2014-04-16 Thread Yves Goergen
Hello, I'm writing a build automation script (with PowerShell) for my project and one of its tasks is to write all commit messages since the last publishing into a text file so that I can edit the messages into a simplified form for the user. (That's a kind of change log file for the user that

Re: [git-users] git log in XML format

2014-04-16 Thread Dale R. Worley
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

Re: [git-users] git log in XML format

2014-04-16 Thread Konstantin Khomoutov
On Wed, 16 Apr 2014 02:25:33 -0700 (PDT) Yves Goergen yves.goer...@gmail.com wrote: I'm writing a build automation script (with PowerShell) for my project and one of its tasks is to write all commit messages since the last publishing into a text file so that I can edit the messages into a

Re: [git-users] git log in XML format

2014-04-16 Thread Konstantin Khomoutov
On Wed, 16 Apr 2014 20:11:20 +0400 Konstantin Khomoutov flatw...@users.sourceforge.net wrote: [...] The commit object has a very simple structure: Key : SP Value LF [Key ...] LF Message [...] Sorry, of course there's no : between the key and the value in the headers -- I was