|
|
|
|
|
by stephenr
3782 days ago
|
|
What are the chances someone could use this to build a tool to provide structured output for git commands. SVN had the --xml flag for pretty much every command, allowing for 100% parseable output, with git ( in particular git log) there is no 100% solution - the best you can do is use --pretty=format and create delimiters you hope aren't used in the commit message (or author names/emails, etc) itself. The output doesn't have to be XML. JSON or even escaped CSV would be fine. |
|