Hi, I've been working to add patch tracking and candidate review to git. The motivation for this is simply that most patch tracking systems are centralised, since git is a distributed vcs it seems appropriate that patches, reviews and comments should also be distributed. The system aims to be fairly minimal, it adds a candidate subcommand which can be used to manipulate the state of candidates: add reviews, comment, submit new versions etc. This prototype is, as you would probably expect, by no means complete, at this point it seems useful to stop and ask where we should take this next. git-candidate is written in perl, with the hope that in time it can potentially be included within contrib. The original source repository for this project can be found at https://bitbucket.org/richardipsum/git-candidate Richard Ipsum (2): contrib: Add git-candidate subcommand contrib/git-candidate: Add README contrib/git-candidate/GitUtils.pm | 215 +++ contrib/git-candidate/README.md | 153 ++ contrib/git-candidate/git-candidate.perl | 2602 ++++++++++++++++++++++++++++++ 3 files changed, 2970 insertions(+) create mode 100644 contrib/git-candidate/GitUtils.pm create mode 100644 contrib/git-candidate/README.md create mode 100755 contrib/git-candidate/git-candidate.perl -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html