duplys / git-issues

A distributed issue tracking system based on Git repositories, written in Python
http://www.newartisans.com
BSD 3-Clause "New" or "Revised" License
256 stars 35 forks source link

Getting extended comment info #1

Closed konsumer closed 12 years ago

konsumer commented 15 years ago

Hi, I am writing a plugin to integrate git-issues support with viewgit. I have got most things figured out, except how to get info about comments, like author and attachments. Any help you could provide would be most appreciated.

Currently I am just breaking up the filename of the comment XML file, but how do I actually get the file contents to get the tasty infos contained inside?

would you consider adding a git comment-read HASH command?

konsumer commented 15 years ago

sorry, that should be git issues comment-read HASH I guess the point is that I'd like something that is more future-proof then parsing the XML myself.

jwiegley commented 15 years ago

Would you be interesting in adding such a command to suit your need?