-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git appraise #7
Comments
Yes, we saw that already and we think that it is nice, but it focuses on code review, not on issue tracking. And it stores data in JSON, afaik. |
I think the “empty commit” idea is the way to go. |
I think that's basically what we do with the tags. |
Is it possible to add multiple files with mimetype? Is it possible to attach other messages? Are headers standardized (incl encoding)? MIME does a lot more than a few headers. For mapping it to existing mail infrastructure, it will be vital to do all these things, so why not just go with the existing standard? Also there’s already very good support library-wise. If you go with a manual format, you will
:) |
Good point. However, I'd rather have files stored in the tree. It greatly simplifies accessing those files via regular git tools. |
https://github.com/google/git-appraise
Maybe relevant, seems to have a different goal.
The text was updated successfully, but these errors were encountered: