Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Request: Add --write-comments option #9771
Comments
|
I don't see much difference. What is the concrete use case for separate file for comments? |
|
E.g. when doing analysis of comments, it would be simpler to have them stored in a separate file instead of accessing them from the I agree that it wouldn't be much of a difference; it is still easy to get the comments from the |
|
For analysis of comments using |
|
@dstftw OK. Thanks for answering |
Comments, if available, are currently written to the
.info.json-file, but, especially for cases with large amounts of comments, it would be useful to store them in a separate file.